Cloud AI Platform v1 API - Class IndexPrivateEndpoints (2.24.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class IndexPrivateEndpoints.

IndexPrivateEndpoints proto is used to provide paths for users to send requests via private endpoints (e.g. private service access, private service connect). To send request via private service access, use match_grpc_address. To send request via private service connect, use service_attachment.

Inheritance

object > IndexPrivateEndpoints

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

IndexPrivateEndpoints()

public IndexPrivateEndpoints()

IndexPrivateEndpoints(IndexPrivateEndpoints)

public IndexPrivateEndpoints(IndexPrivateEndpoints other)
Parameter
NameDescription
otherIndexPrivateEndpoints

Properties

MatchGrpcAddress

public string MatchGrpcAddress { get; set; }

Output only. The ip address used to send match gRPC requests.

Property Value
TypeDescription
string

PscAutomatedEndpoints

public RepeatedField<PscAutomatedEndpoints> PscAutomatedEndpoints { get; }

Output only. PscAutomatedEndpoints is populated if private service connect is enabled if PscAutomatedConfig is set.

Property Value
TypeDescription
RepeatedFieldPscAutomatedEndpoints

ServiceAttachment

public string ServiceAttachment { get; set; }

Output only. The name of the service attachment resource. Populated if private service connect is enabled.

Property Value
TypeDescription
string