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