Class MylibraryResource.AnnotationsResource.ListRequest
Retrieves a list of annotations, possibly filtered.
Inheritance
MylibraryResource.AnnotationsResource.ListRequest
Inherited Members
Namespace: Google.Apis.Books.v1
Assembly: Google.Apis.Books.v1.dll
Syntax
public class MylibraryResource.AnnotationsResource.ListRequest : BooksBaseServiceRequest<Annotations>, IClientServiceRequest<Annotations>, IClientServiceRequest
Constructors
ListRequest(IClientService)
Constructs a new List request.
Declaration
public ListRequest(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
ContentVersion
The content version for the requested volume.
Declaration
[RequestParameter("contentVersion", RequestParameterType.Query)]
public virtual string ContentVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Books.v1.Data.Annotations>.HttpMethod
LayerId
The layer ID to limit annotation by.
Declaration
[RequestParameter("layerId", RequestParameterType.Query)]
public virtual string LayerId { get; set; }
Property Value
Type | Description |
---|---|
string |
LayerIds
The layer ID(s) to limit annotation by.
Declaration
[RequestParameter("layerIds", RequestParameterType.Query)]
public virtual Repeatable<string> LayerIds { get; set; }
Property Value
Type | Description |
---|---|
Repeatable<string> |
MaxResults
Maximum number of results to return
Declaration
[RequestParameter("maxResults", RequestParameterType.Query)]
public virtual long? MaxResults { get; set; }
Property Value
Type | Description |
---|---|
long? |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Books.v1.Data.Annotations>.MethodName
PageToken
The value of the nextToken from the previous page.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Books.v1.Data.Annotations>.RestPath
ShowDeleted
Set to true to return deleted annotations. updatedMin must be in the request to use this. Defaults to false.
Declaration
[RequestParameter("showDeleted", RequestParameterType.Query)]
public virtual bool? ShowDeleted { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Source
String to identify the originator of this request.
Declaration
[RequestParameter("source", RequestParameterType.Query)]
public virtual string Source { get; set; }
Property Value
Type | Description |
---|---|
string |
UpdatedMax
RFC 3339 timestamp to restrict to items updated prior to this timestamp (exclusive).
Declaration
[RequestParameter("updatedMax", RequestParameterType.Query)]
public virtual string UpdatedMax { get; set; }
Property Value
Type | Description |
---|---|
string |
UpdatedMin
RFC 3339 timestamp to restrict to items updated since this timestamp (inclusive).
Declaration
[RequestParameter("updatedMin", RequestParameterType.Query)]
public virtual string UpdatedMin { get; set; }
Property Value
Type | Description |
---|---|
string |
VolumeId
The volume to restrict annotations to.
Declaration
[RequestParameter("volumeId", RequestParameterType.Query)]
public virtual string VolumeId { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()