Class VolumesResource.GetRequest
Gets volume information for a single volume.
Inheritance
VolumesResource.GetRequest
Inherited Members
Namespace: Google.Apis.Books.v1
Assembly: Google.Apis.Books.v1.dll
Syntax
public class VolumesResource.GetRequest : BooksBaseServiceRequest<Volume>, IClientServiceRequest<Volume>, IClientServiceRequest
Constructors
GetRequest(IClientService, string)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, string volumeId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | volumeId |
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.Volume>.HttpMethod
IncludeNonComicsSeries
Set to true to include non-comics series. Defaults to false.
Declaration
[RequestParameter("includeNonComicsSeries", RequestParameterType.Query)]
public virtual bool? IncludeNonComicsSeries { get; set; }
Property Value
Type | Description |
---|---|
bool? |
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.Volume>.MethodName
Partner
Brand results for partner ID.
Declaration
[RequestParameter("partner", RequestParameterType.Query)]
public virtual string Partner { get; set; }
Property Value
Type | Description |
---|---|
string |
Projection
Restrict information returned to a set of selected fields.
Declaration
[RequestParameter("projection", RequestParameterType.Query)]
public virtual VolumesResource.GetRequest.ProjectionEnum? Projection { get; set; }
Property Value
Type | Description |
---|---|
VolumesResource.GetRequest.ProjectionEnum? |
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.Volume>.RestPath
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 |
UserLibraryConsistentRead
Declaration
[RequestParameter("user_library_consistent_read", RequestParameterType.Query)]
public virtual bool? UserLibraryConsistentRead { get; set; }
Property Value
Type | Description |
---|---|
bool? |
VolumeId
ID of volume to retrieve.
Declaration
[RequestParameter("volumeId", RequestParameterType.Path)]
public virtual string VolumeId { get; }
Property Value
Type | Description |
---|---|
string |
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()