Class GetIndexEndpointRequest (1.6.0)

public sealed class GetIndexEndpointRequest : IMessage<GetIndexEndpointRequest>, IEquatable<GetIndexEndpointRequest>, IDeepCloneable<GetIndexEndpointRequest>, IBufferMessage, IMessage

Request message for [IndexEndpointService.GetIndexEndpoint][google.cloud.aiplatform.v1.IndexEndpointService.GetIndexEndpoint]

Inheritance

Object > GetIndexEndpointRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

GetIndexEndpointRequest()

public GetIndexEndpointRequest()

GetIndexEndpointRequest(GetIndexEndpointRequest)

public GetIndexEndpointRequest(GetIndexEndpointRequest other)
Parameter
NameDescription
otherGetIndexEndpointRequest

Properties

IndexEndpointName

public IndexEndpointName IndexEndpointName { get; set; }

IndexEndpointName-typed view over the Name resource name property.

Property Value
TypeDescription
IndexEndpointName

Name

public string Name { get; set; }

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

Property Value
TypeDescription
String