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
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<GoogleDatastoreAdminV1ListIndexesResponse>
DatastoreBaseServiceRequest<GoogleDatastoreAdminV1ListIndexesResponse>
ProjectsResource.IndexesResource.ListRequest
Implements
Google.Apis.Requests.IClientServiceRequest<GoogleDatastoreAdminV1ListIndexesResponse>
Google.Apis.Requests.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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Datastore.v1.Data.GoogleDatastoreAdminV1ListIndexesResponse>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Datastore.v1.Data.GoogleDatastoreAdminV1ListIndexesResponse>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Datastore.v1.Data.GoogleDatastoreAdminV1ListIndexesResponse>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Datastore.v1.Data.GoogleDatastoreAdminV1ListIndexesResponse>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Datastore.v1.Data.GoogleDatastoreAdminV1ListIndexesResponse>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Datastore.v1.Data.GoogleDatastoreAdminV1ListIndexesResponse>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Datastore.v1.Data.GoogleDatastoreAdminV1ListIndexesResponse>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Datastore.v1.Data.GoogleDatastoreAdminV1ListIndexesResponse>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Datastore.v1.Data.GoogleDatastoreAdminV1ListIndexesResponse>.GetBody()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Datastore.v1.Data.GoogleDatastoreAdminV1ListIndexesResponse>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Datastore.v1.Data.GoogleDatastoreAdminV1ListIndexesResponse>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Datastore.v1.Data.GoogleDatastoreAdminV1ListIndexesResponse>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Datastore.v1.Data.GoogleDatastoreAdminV1ListIndexesResponse>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Datastore.v1.Data.GoogleDatastoreAdminV1ListIndexesResponse>.Service
Google.Apis.Requests.ClientServiceRequest._unsuccessfulResponseHandlers
Google.Apis.Requests.ClientServiceRequest._exceptionHandlers
Google.Apis.Requests.ClientServiceRequest._executeInterceptors
Google.Apis.Requests.ClientServiceRequest.AddUnsuccessfulResponseHandler(Google.Apis.Http.IHttpUnsuccessfulResponseHandler)
Google.Apis.Requests.ClientServiceRequest.AddExceptionHandler(Google.Apis.Http.IHttpExceptionHandler)
Google.Apis.Requests.ClientServiceRequest.AddExecuteInterceptor(Google.Apis.Http.IHttpExecuteInterceptor)
Google.Apis.Requests.ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Datastore.v1
Assembly: Google.Apis.Datastore.v1.dll
Syntax
public class 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
Google.Apis.Services.IClientService service
System.String projectId

Properties

Filter

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

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Datastore.v1.Data.GoogleDatastoreAdminV1ListIndexesResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Datastore.v1.Data.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
System.Nullable<System.Int32>

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
System.String

ProjectId

Project ID against which to make the request.

Declaration
[RequestParameter("projectId", RequestParameterType.Path)]
public virtual string ProjectId { get; }
Property Value
Type Description
System.String

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Datastore.v1.Data.GoogleDatastoreAdminV1ListIndexesResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Datastore.v1.DatastoreBaseServiceRequest<Google.Apis.Datastore.v1.Data.GoogleDatastoreAdminV1ListIndexesResponse>.InitParameters()

Implements

Google.Apis.Requests.IClientServiceRequest<TResponse>
Google.Apis.Requests.IClientServiceRequest
Back to top