Show / Hide Table of Contents

Class ProjectsResource.DatabasesResource.IndexesResource.ListRequest

Lists the indexes that match the specified filters.

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

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<GoogleFirestoreAdminV1beta1ListIndexesResponse>.HttpMethod

MethodName

Gets the method name.

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

PageSize

The standard List page size.

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

PageToken

The standard List page token.

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

Parent

The database name. For example: projects/{project_id}/databases/{database_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<GoogleFirestoreAdminV1beta1ListIndexesResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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