Show / Hide Table of Contents

Class ProjectsResource.ReserveIdsRequest

Prevents the supplied keys' IDs from being auto-allocated by Cloud Datastore.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ReserveIdsResponse>
DatastoreBaseServiceRequest<ReserveIdsResponse>
ProjectsResource.ReserveIdsRequest
Implements
IClientServiceRequest<ReserveIdsResponse>
IClientServiceRequest
Inherited Members
DatastoreBaseServiceRequest<ReserveIdsResponse>.Xgafv
DatastoreBaseServiceRequest<ReserveIdsResponse>.AccessToken
DatastoreBaseServiceRequest<ReserveIdsResponse>.Alt
DatastoreBaseServiceRequest<ReserveIdsResponse>.Callback
DatastoreBaseServiceRequest<ReserveIdsResponse>.Fields
DatastoreBaseServiceRequest<ReserveIdsResponse>.Key
DatastoreBaseServiceRequest<ReserveIdsResponse>.OauthToken
DatastoreBaseServiceRequest<ReserveIdsResponse>.PrettyPrint
DatastoreBaseServiceRequest<ReserveIdsResponse>.QuotaUser
DatastoreBaseServiceRequest<ReserveIdsResponse>.UploadType
DatastoreBaseServiceRequest<ReserveIdsResponse>.UploadProtocol
ClientServiceRequest<ReserveIdsResponse>.Execute()
ClientServiceRequest<ReserveIdsResponse>.ExecuteAsStream()
ClientServiceRequest<ReserveIdsResponse>.ExecuteAsync()
ClientServiceRequest<ReserveIdsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ReserveIdsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ReserveIdsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ReserveIdsResponse>.CreateRequest(bool?)
ClientServiceRequest<ReserveIdsResponse>.GenerateRequestUri()
ClientServiceRequest<ReserveIdsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ReserveIdsResponse>.ETagAction
ClientServiceRequest<ReserveIdsResponse>.ModifyRequest
ClientServiceRequest<ReserveIdsResponse>.ValidateParameters
ClientServiceRequest<ReserveIdsResponse>.ApiVersion
ClientServiceRequest<ReserveIdsResponse>.RequestParameters
ClientServiceRequest<ReserveIdsResponse>.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.Datastore.v1beta3
Assembly: Google.Apis.Datastore.v1beta3.dll
Syntax
public class ProjectsResource.ReserveIdsRequest : DatastoreBaseServiceRequest<ReserveIdsResponse>, IClientServiceRequest<ReserveIdsResponse>, IClientServiceRequest

Constructors

ReserveIdsRequest(IClientService, ReserveIdsRequest, string)

Constructs a new ReserveIds request.

Declaration
public ReserveIdsRequest(IClientService service, ReserveIdsRequest body, string projectId)
Parameters
Type Name Description
IClientService service
ReserveIdsRequest body
string projectId

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ReserveIdsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ReserveIdsResponse>.MethodName

ProjectId

Required. The ID of the project against which to make the request.

Declaration
[RequestParameter("projectId", RequestParameterType.Path)]
public virtual string ProjectId { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ReserveIdsResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<ReserveIdsResponse>.GetBody()

InitParameters()

Initializes ReserveIds parameter list.

Declaration
protected override void InitParameters()
Overrides
DatastoreBaseServiceRequest<ReserveIdsResponse>.InitParameters()

Implements

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