Google Cloud Ai Platform V1 Client - Class DeployedIndexAuthConfig (0.15.0)

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

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\DeployedIndexAuthConfig\AuthProvider|null

hasAuthProvider

clearAuthProvider

setAuthProvider

Defines the authentication provider that the DeployedIndex uses.

Parameter
NameDescription
var Google\Cloud\AIPlatform\V1\DeployedIndexAuthConfig\AuthProvider
Returns
TypeDescription
$this