public interface DeployedIndexAuthConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DeployedIndexAuthConfig.AuthProvider |
getAuthProvider()
Defines the authentication provider that the DeployedIndex uses.
|
DeployedIndexAuthConfig.AuthProviderOrBuilder |
getAuthProviderOrBuilder()
Defines the authentication provider that the DeployedIndex uses.
|
boolean |
hasAuthProvider()
Defines the authentication provider that the DeployedIndex uses.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAuthProvider()
Defines the authentication provider that the DeployedIndex uses.
.google.cloud.aiplatform.v1.DeployedIndexAuthConfig.AuthProvider auth_provider = 1;
DeployedIndexAuthConfig.AuthProvider getAuthProvider()
Defines the authentication provider that the DeployedIndex uses.
.google.cloud.aiplatform.v1.DeployedIndexAuthConfig.AuthProvider auth_provider = 1;
DeployedIndexAuthConfig.AuthProviderOrBuilder getAuthProviderOrBuilder()
Defines the authentication provider that the DeployedIndex uses.
.google.cloud.aiplatform.v1.DeployedIndexAuthConfig.AuthProvider auth_provider = 1;
Copyright © 2023 Google LLC. All rights reserved.