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

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
Name Description
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.

↳ psc_automated_endpoints array<Google\Cloud\AIPlatform\V1\PscAutomatedEndpoints>

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

getMatchGrpcAddress

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

Returns
Type Description
string

setMatchGrpcAddress

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

Parameter
Name Description
var string
Returns
Type Description
$this

getServiceAttachment

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

Returns
Type Description
string

setServiceAttachment

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

Parameter
Name Description
var string
Returns
Type Description
$this

getPscAutomatedEndpoints

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

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setPscAutomatedEndpoints

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

Parameter
Name Description
var array<Google\Cloud\AIPlatform\V1\PscAutomatedEndpoints>
Returns
Type Description
$this