Show / Hide Table of Contents

Class ProjectsResource.DatabasesResource.CollectionGroupsResource.IndexesResource.GetRequest

Gets a composite index.

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

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

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

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Firestore.v1.Data.GoogleFirestoreAdminV1Index>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Firestore.v1.Data.GoogleFirestoreAdminV1Index>.MethodName

Name

Required. A name of the form projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { 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.Firestore.v1.Data.GoogleFirestoreAdminV1Index>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
FirestoreBaseServiceRequest<GoogleFirestoreAdminV1Index>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX