Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.IndexEndpointsResource.ReadIndexDatapointsRequest

Reads the datapoints/vectors of the given IDs. A maximum of 1000 datapoints can be retrieved in a batch.

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

Constructors

ReadIndexDatapointsRequest(IClientService, GoogleCloudAiplatformV1beta1ReadIndexDatapointsRequest, string)

Constructs a new ReadIndexDatapoints request.

Declaration
public ReadIndexDatapointsRequest(IClientService service, GoogleCloudAiplatformV1beta1ReadIndexDatapointsRequest body, string indexEndpoint)
Parameters
Type Name Description
IClientService service
GoogleCloudAiplatformV1beta1ReadIndexDatapointsRequest body
string indexEndpoint

Properties

HttpMethod

Gets the HTTP method.

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

IndexEndpoint

Required. The name of the index endpoint. Format: projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleCloudAiplatformV1beta1ReadIndexDatapointsResponse>.GetBody()

InitParameters()

Initializes ReadIndexDatapoints parameter list.

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

Implements

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