Show / Hide Table of Contents

Class ProjectsResource.IndexesResource.GetRequest

Gets an index.

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

Constructors

GetRequest(IClientService, string, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string projectId, string indexId)
Parameters
Type Name Description
IClientService service
string projectId
string indexId

Properties

HttpMethod

Gets the HTTP method.

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

IndexId

The resource ID of the index to get.

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

MethodName

Gets the method name.

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

ProjectId

Project ID 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<GoogleDatastoreAdminV1Index>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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