Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class DeployedIndexAuthConfig.
Used to set up the auth on the DeployedIndex's private endpoint.
Generated from protobuf message google.cloud.aiplatform.v1.DeployedIndexAuthConfig
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ auth_provider |
Google\Cloud\AIPlatform\V1\DeployedIndexAuthConfig\AuthProvider
Defines the authentication provider that the DeployedIndex uses. |
getAuthProvider
Defines the authentication provider that the DeployedIndex uses.
Generated from protobuf field .google.cloud.aiplatform.v1.DeployedIndexAuthConfig.AuthProvider auth_provider = 1;
Returns | |
---|---|
Type | Description |
Google\Cloud\AIPlatform\V1\DeployedIndexAuthConfig\AuthProvider|null |
hasAuthProvider
clearAuthProvider
setAuthProvider
Defines the authentication provider that the DeployedIndex uses.
Generated from protobuf field .google.cloud.aiplatform.v1.DeployedIndexAuthConfig.AuthProvider auth_provider = 1;
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\AIPlatform\V1\DeployedIndexAuthConfig\AuthProvider
|
Returns | |
---|---|
Type | Description |
$this |