Class CloudloadingResource.AddBookRequest
Add a user-upload volume and triggers processing.
Inheritance
CloudloadingResource.AddBookRequest
Inherited Members
Namespace: Google.Apis.Books.v1
Assembly: Google.Apis.Books.v1.dll
Syntax
public class CloudloadingResource.AddBookRequest : BooksBaseServiceRequest<BooksCloudloadingResource>, IClientServiceRequest<BooksCloudloadingResource>, IClientServiceRequest
Constructors
AddBookRequest(IClientService)
Constructs a new AddBook request.
Declaration
public AddBookRequest(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
DriveDocumentId
A drive document id. The upload_client_token must not be set.
Declaration
[RequestParameter("drive_document_id", RequestParameterType.Query)]
public virtual string DriveDocumentId { 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.BooksCloudloadingResource>.HttpMethod
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.BooksCloudloadingResource>.MethodName
MimeType
The document MIME type. It can be set only if the drive_document_id is set.
Declaration
[RequestParameter("mime_type", RequestParameterType.Query)]
public virtual string MimeType { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The document name. It can be set only if the drive_document_id is set.
Declaration
[RequestParameter("name", RequestParameterType.Query)]
public virtual string Name { 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.BooksCloudloadingResource>.RestPath
UploadClientToken
Scotty upload token.
Declaration
[RequestParameter("upload_client_token", RequestParameterType.Query)]
public virtual string UploadClientToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
InitParameters()
Initializes AddBook parameter list.
Declaration
protected override void InitParameters()