Show / Hide Table of Contents

Class ProjectsResource.DatabasesResource.CollectionGroupsResource.IndexesResource.ListRequest

Lists composite indexes.

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

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

Filter

The filter to apply to list results.

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

The number of results to return.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

A page token, returned from a previous call to FirestoreAdmin.ListIndexes, that may be used to get the next page of results.

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

Parent

A parent name of the form projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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