Google Cloud Ai Platform V1 Client - Class IndexPrivateEndpoints (0.28.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client 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.

Generated from protobuf message google.cloud.aiplatform.v1.IndexPrivateEndpoints

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ match_grpc_address string

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

↳ service_attachment string

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

getMatchGrpcAddress

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

Returns
TypeDescription
string

setMatchGrpcAddress

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getServiceAttachment

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

Returns
TypeDescription
string

setServiceAttachment

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this