Class VolumesResource.GetRequest
Gets volume information for a single volume.
Inheritance
System.Object
VolumesResource.GetRequest
Inherited Members
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 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 | |
| System.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 |
|---|---|
| System.String |
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.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 |
|---|---|
| System.Nullable<System.Boolean> |
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.Volume>.MethodName
Partner
Brand results for partner ID.
Declaration
[RequestParameter("partner", RequestParameterType.Query)]
public virtual string Partner { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.Nullable<VolumesResource.GetRequest.ProjectionEnum> |
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.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 |
|---|---|
| System.String |
UserLibraryConsistentRead
Declaration
[RequestParameter("user_library_consistent_read", RequestParameterType.Query)]
public virtual bool? UserLibraryConsistentRead { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
VolumeId
ID of volume to retrieve.
Declaration
[RequestParameter("volumeId", RequestParameterType.Path)]
public virtual string VolumeId { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.Books.v1.BooksBaseServiceRequest<Google.Apis.Books.v1.Data.Volume>.InitParameters()