Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.IndexesResource.ListRequest

Lists Indexes in a Location.

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

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudAiplatformV1ListIndexesResponse>.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. Typically obtained via ListIndexesResponse.next_page_token of the previous IndexService.ListIndexes call.

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

Parent

Required. The resource name of the Location from which to list the Indexes. Format: projects/{project}/locations/{location}

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

ReadMask

Mask specifying which fields to read.

Declaration
[RequestParameter("readMask", RequestParameterType.Query)]
public virtual object ReadMask { get; set; }
Property Value
Type Description
object

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1ListIndexesResponse>.InitParameters()

Implements

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