Google Cloud Ai Platform V1 Client - Class IndexPrivateEndpoints (0.10.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

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.

Generated from protobuf field string match_grpc_address = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
string

setMatchGrpcAddress

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

Generated from protobuf field string match_grpc_address = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getServiceAttachment

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

Generated from protobuf field string service_attachment = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
string

setServiceAttachment

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

Generated from protobuf field string service_attachment = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
var string
Returns
TypeDescription
$this