Class CloudloadingResource.UpdateBookRequest
Updates a user-upload volume.
Inheritance
System.Object
CloudloadingResource.UpdateBookRequest
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 UpdateBookRequest : BooksBaseServiceRequest<BooksCloudloadingResource>, IClientServiceRequest<BooksCloudloadingResource>, IClientServiceRequest
Constructors
UpdateBookRequest(IClientService, BooksCloudloadingResource)
Constructs a new UpdateBook request.
Declaration
public UpdateBookRequest(IClientService service, BooksCloudloadingResource body)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| BooksCloudloadingResource | body |
Properties
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.BooksCloudloadingResource>.HttpMethod
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.BooksCloudloadingResource>.MethodName
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.BooksCloudloadingResource>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| System.Object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Books.v1.Data.BooksCloudloadingResource>.GetBody()
InitParameters()
Initializes UpdateBook parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.Books.v1.BooksBaseServiceRequest<Google.Apis.Books.v1.Data.BooksCloudloadingResource>.InitParameters()