Show / Hide Table of Contents

Class MylibraryResource.AnnotationsResource.SummaryRequest

Gets the summary of specified layers.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<AnnotationsSummary>
BooksBaseServiceRequest<AnnotationsSummary>
MylibraryResource.AnnotationsResource.SummaryRequest
Implements
IClientServiceRequest<AnnotationsSummary>
IClientServiceRequest
Inherited Members
BooksBaseServiceRequest<AnnotationsSummary>.Xgafv
BooksBaseServiceRequest<AnnotationsSummary>.AccessToken
BooksBaseServiceRequest<AnnotationsSummary>.Alt
BooksBaseServiceRequest<AnnotationsSummary>.Callback
BooksBaseServiceRequest<AnnotationsSummary>.Fields
BooksBaseServiceRequest<AnnotationsSummary>.Key
BooksBaseServiceRequest<AnnotationsSummary>.OauthToken
BooksBaseServiceRequest<AnnotationsSummary>.PrettyPrint
BooksBaseServiceRequest<AnnotationsSummary>.QuotaUser
BooksBaseServiceRequest<AnnotationsSummary>.UploadType
BooksBaseServiceRequest<AnnotationsSummary>.UploadProtocol
ClientServiceRequest<AnnotationsSummary>.Execute()
ClientServiceRequest<AnnotationsSummary>.ExecuteAsStream()
ClientServiceRequest<AnnotationsSummary>.ExecuteAsync()
ClientServiceRequest<AnnotationsSummary>.ExecuteAsync(CancellationToken)
ClientServiceRequest<AnnotationsSummary>.ExecuteAsStreamAsync()
ClientServiceRequest<AnnotationsSummary>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<AnnotationsSummary>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<AnnotationsSummary>.GenerateRequestUri()
ClientServiceRequest<AnnotationsSummary>.GetBody()
ClientServiceRequest<AnnotationsSummary>.GetDefaultETagAction(String)
ClientServiceRequest<AnnotationsSummary>.ETagAction
ClientServiceRequest<AnnotationsSummary>.ModifyRequest
ClientServiceRequest<AnnotationsSummary>.ValidateParameters
ClientServiceRequest<AnnotationsSummary>.RequestParameters
ClientServiceRequest<AnnotationsSummary>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Books.v1
Assembly: Google.Apis.Books.v1.dll
Syntax
public class SummaryRequest : BooksBaseServiceRequest<AnnotationsSummary>, IClientServiceRequest<AnnotationsSummary>, IClientServiceRequest

Constructors

SummaryRequest(IClientService, Repeatable<String>, String)

Constructs a new Summary request.

Declaration
public SummaryRequest(IClientService service, Repeatable<string> layerIds, string volumeId)
Parameters
Type Name Description
IClientService service
Repeatable<System.String> layerIds
System.String volumeId

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Books.v1.Data.AnnotationsSummary>.HttpMethod

LayerIds

Array of layer IDs to get the summary for.

Declaration
[RequestParameter("layerIds", RequestParameterType.Query)]
public virtual Repeatable<string> LayerIds { get; }
Property Value
Type Description
Repeatable<System.String>

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Books.v1.Data.AnnotationsSummary>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Books.v1.Data.AnnotationsSummary>.RestPath

VolumeId

Volume id to get the summary for.

Declaration
[RequestParameter("volumeId", RequestParameterType.Query)]
public virtual string VolumeId { get; }
Property Value
Type Description
System.String

Methods

InitParameters()

Initializes Summary parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Books.v1.BooksBaseServiceRequest<Google.Apis.Books.v1.Data.AnnotationsSummary>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top