Show / Hide Table of Contents

Class MyconfigResource.SyncVolumeLicensesRequest

Request downloaded content access for specified volumes on the My eBooks shelf.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<Volumes>
BooksBaseServiceRequest<Volumes>
MyconfigResource.SyncVolumeLicensesRequest
Implements
IClientServiceRequest<Volumes>
IClientServiceRequest
Inherited Members
BooksBaseServiceRequest<Volumes>.Xgafv
BooksBaseServiceRequest<Volumes>.AccessToken
BooksBaseServiceRequest<Volumes>.Alt
BooksBaseServiceRequest<Volumes>.Callback
BooksBaseServiceRequest<Volumes>.Fields
BooksBaseServiceRequest<Volumes>.Key
BooksBaseServiceRequest<Volumes>.OauthToken
BooksBaseServiceRequest<Volumes>.PrettyPrint
BooksBaseServiceRequest<Volumes>.QuotaUser
BooksBaseServiceRequest<Volumes>.UploadType
BooksBaseServiceRequest<Volumes>.UploadProtocol
ClientServiceRequest<Volumes>.Execute()
ClientServiceRequest<Volumes>.ExecuteAsStream()
ClientServiceRequest<Volumes>.ExecuteAsync()
ClientServiceRequest<Volumes>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Volumes>.ExecuteAsStreamAsync()
ClientServiceRequest<Volumes>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Volumes>.CreateRequest(bool?)
ClientServiceRequest<Volumes>.GenerateRequestUri()
ClientServiceRequest<Volumes>.GetBody()
ClientServiceRequest<Volumes>.GetDefaultETagAction(string)
ClientServiceRequest<Volumes>.ETagAction
ClientServiceRequest<Volumes>.ModifyRequest
ClientServiceRequest<Volumes>.ValidateParameters
ClientServiceRequest<Volumes>.ApiVersion
ClientServiceRequest<Volumes>.RequestParameters
ClientServiceRequest<Volumes>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Books.v1
Assembly: Google.Apis.Books.v1.dll
Syntax
public class MyconfigResource.SyncVolumeLicensesRequest : BooksBaseServiceRequest<Volumes>, IClientServiceRequest<Volumes>, IClientServiceRequest

Constructors

SyncVolumeLicensesRequest(IClientService, string, string, string)

Constructs a new SyncVolumeLicenses request.

Declaration
public SyncVolumeLicensesRequest(IClientService service, string cpksver, string nonce, string source)
Parameters
Type Name Description
IClientService service
string cpksver
string nonce
string source

Properties

Cpksver

The device/version ID from which to release the restriction.

Declaration
[RequestParameter("cpksver", RequestParameterType.Query)]
public virtual string Cpksver { get; }
Property Value
Type Description
string

Features

List of features supported by the client, i.e., 'RENTALS'

Declaration
[RequestParameter("features", RequestParameterType.Query)]
public virtual MyconfigResource.SyncVolumeLicensesRequest.FeaturesEnum? Features { get; set; }
Property Value
Type Description
MyconfigResource.SyncVolumeLicensesRequest.FeaturesEnum?
Remarks

Use this property to set a single value for the parameter, or FeaturesList to set multiple values. Do not set both properties.

FeaturesList

List of features supported by the client, i.e., 'RENTALS'

Declaration
[RequestParameter("features", RequestParameterType.Query)]
public virtual Repeatable<MyconfigResource.SyncVolumeLicensesRequest.FeaturesEnum> FeaturesList { get; set; }
Property Value
Type Description
Repeatable<MyconfigResource.SyncVolumeLicensesRequest.FeaturesEnum>
Remarks

Use this property to set one or more values for the parameter. Do not set both this property and Features.

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

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?

Locale

ISO-639-1, ISO-3166-1 codes for message localization, i.e. en_US.

Declaration
[RequestParameter("locale", RequestParameterType.Query)]
public virtual string Locale { get; set; }
Property Value
Type Description
string

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

Nonce

The client nonce value.

Declaration
[RequestParameter("nonce", RequestParameterType.Query)]
public virtual string Nonce { get; }
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

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; }
Property Value
Type Description
string

VolumeIds

The volume(s) to request download restrictions for.

Declaration
[RequestParameter("volumeIds", RequestParameterType.Query)]
public virtual Repeatable<string> VolumeIds { get; set; }
Property Value
Type Description
Repeatable<string>

Methods

InitParameters()

Initializes SyncVolumeLicenses parameter list.

Declaration
protected override void InitParameters()
Overrides
BooksBaseServiceRequest<Volumes>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX