Class MylibraryResource.BookshelvesResource.VolumesResource.ListRequest
Gets volume information for volumes on a bookshelf.
Inheritance
MylibraryResource.BookshelvesResource.VolumesResource.ListRequest
Inherited Members
Namespace: Google.Apis.Books.v1
Assembly: Google.Apis.Books.v1.dll
Syntax
public class MylibraryResource.BookshelvesResource.VolumesResource.ListRequest : BooksBaseServiceRequest<Volumes>, IClientServiceRequest<Volumes>, IClientServiceRequest
Constructors
ListRequest(IClientService, string)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string shelf)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | shelf |
Properties
Country
ISO-3166-1 code to override the IP-based location.
Declaration
[RequestParameter("country", RequestParameterType.Query)]
public virtual string Country { 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.Volumes>.HttpMethod
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.Volumes>.MethodName
Projection
Restrict information returned to a set of selected fields.
Declaration
[RequestParameter("projection", RequestParameterType.Query)]
public virtual MylibraryResource.BookshelvesResource.VolumesResource.ListRequest.ProjectionEnum? Projection { get; set; }
Property Value
Type | Description |
---|---|
MylibraryResource.BookshelvesResource.VolumesResource.ListRequest.ProjectionEnum? |
Q
Full-text search query string in this bookshelf.
Declaration
[RequestParameter("q", RequestParameterType.Query)]
public virtual string Q { 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.Volumes>.RestPath
Shelf
The bookshelf ID or name retrieve volumes for.
Declaration
[RequestParameter("shelf", RequestParameterType.Path)]
public virtual string Shelf { get; }
Property Value
Type | Description |
---|---|
string |
ShowPreorders
Set to true to show pre-ordered books. Defaults to false.
Declaration
[RequestParameter("showPreorders", RequestParameterType.Query)]
public virtual bool? ShowPreorders { 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 |
StartIndex
Index of the first element to return (starts at 0)
Declaration
[RequestParameter("startIndex", RequestParameterType.Query)]
public virtual long? StartIndex { get; set; }
Property Value
Type | Description |
---|---|
long? |
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()