Show / Hide Table of Contents

Class ProjectsResource.IndexesResource.ListRequest

Lists the indexes that match the specified filters. Datastore uses an eventually consistent query to fetch the list of indexes and may occasionally return stale results.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleDatastoreAdminV1ListIndexesResponse>
DatastoreBaseServiceRequest<GoogleDatastoreAdminV1ListIndexesResponse>
ProjectsResource.IndexesResource.ListRequest
Implements
IClientServiceRequest<GoogleDatastoreAdminV1ListIndexesResponse>
IClientServiceRequest
Inherited Members
DatastoreBaseServiceRequest<GoogleDatastoreAdminV1ListIndexesResponse>.Xgafv
DatastoreBaseServiceRequest<GoogleDatastoreAdminV1ListIndexesResponse>.AccessToken
DatastoreBaseServiceRequest<GoogleDatastoreAdminV1ListIndexesResponse>.Alt
DatastoreBaseServiceRequest<GoogleDatastoreAdminV1ListIndexesResponse>.Callback
DatastoreBaseServiceRequest<GoogleDatastoreAdminV1ListIndexesResponse>.Fields
DatastoreBaseServiceRequest<GoogleDatastoreAdminV1ListIndexesResponse>.Key
DatastoreBaseServiceRequest<GoogleDatastoreAdminV1ListIndexesResponse>.OauthToken
DatastoreBaseServiceRequest<GoogleDatastoreAdminV1ListIndexesResponse>.PrettyPrint
DatastoreBaseServiceRequest<GoogleDatastoreAdminV1ListIndexesResponse>.QuotaUser
DatastoreBaseServiceRequest<GoogleDatastoreAdminV1ListIndexesResponse>.UploadType
DatastoreBaseServiceRequest<GoogleDatastoreAdminV1ListIndexesResponse>.UploadProtocol
ClientServiceRequest<GoogleDatastoreAdminV1ListIndexesResponse>.Execute()
ClientServiceRequest<GoogleDatastoreAdminV1ListIndexesResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleDatastoreAdminV1ListIndexesResponse>.ExecuteAsync()
ClientServiceRequest<GoogleDatastoreAdminV1ListIndexesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleDatastoreAdminV1ListIndexesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleDatastoreAdminV1ListIndexesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleDatastoreAdminV1ListIndexesResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleDatastoreAdminV1ListIndexesResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleDatastoreAdminV1ListIndexesResponse>.GetBody()
ClientServiceRequest<GoogleDatastoreAdminV1ListIndexesResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleDatastoreAdminV1ListIndexesResponse>.ETagAction
ClientServiceRequest<GoogleDatastoreAdminV1ListIndexesResponse>.ModifyRequest
ClientServiceRequest<GoogleDatastoreAdminV1ListIndexesResponse>.ValidateParameters
ClientServiceRequest<GoogleDatastoreAdminV1ListIndexesResponse>.ApiVersion
ClientServiceRequest<GoogleDatastoreAdminV1ListIndexesResponse>.RequestParameters
ClientServiceRequest<GoogleDatastoreAdminV1ListIndexesResponse>.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.ListRequest : DatastoreBaseServiceRequest<GoogleDatastoreAdminV1ListIndexesResponse>, IClientServiceRequest<GoogleDatastoreAdminV1ListIndexesResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

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

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

MethodName

Gets the method name.

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

PageSize

The maximum number of items to return. If zero, then all results will be returned.

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

PageToken

The next_page_token value returned from a previous List request, if any.

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

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<GoogleDatastoreAdminV1ListIndexesResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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