public static final class DeployedIndexAuthConfig.AuthProvider.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<DeployedIndexAuthConfig.AuthProvider.Builder> implements DeployedIndexAuthConfig.AuthProviderOrBuilder
Configuration for an authentication provider, including support for [JSON Web Token (JWT)](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32).Protobuf type
google.cloud.aiplatform.v1beta1.DeployedIndexAuthConfig.AuthProvider| Modifier and Type | Method and Description |
|---|---|
DeployedIndexAuthConfig.AuthProvider.Builder |
addAllAllowedIssuers(Iterable<String> values)
A list of allowed JWT issuers.
|
DeployedIndexAuthConfig.AuthProvider.Builder |
addAllAudiences(Iterable<String> values)
The list of JWT
[audiences](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.3).
|
DeployedIndexAuthConfig.AuthProvider.Builder |
addAllowedIssuers(String value)
A list of allowed JWT issuers.
|
DeployedIndexAuthConfig.AuthProvider.Builder |
addAllowedIssuersBytes(com.google.protobuf.ByteString value)
A list of allowed JWT issuers.
|
DeployedIndexAuthConfig.AuthProvider.Builder |
addAudiences(String value)
The list of JWT
[audiences](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.3).
|
DeployedIndexAuthConfig.AuthProvider.Builder |
addAudiencesBytes(com.google.protobuf.ByteString value)
The list of JWT
[audiences](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.3).
|
DeployedIndexAuthConfig.AuthProvider.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DeployedIndexAuthConfig.AuthProvider |
build() |
DeployedIndexAuthConfig.AuthProvider |
buildPartial() |
DeployedIndexAuthConfig.AuthProvider.Builder |
clear() |
DeployedIndexAuthConfig.AuthProvider.Builder |
clearAllowedIssuers()
A list of allowed JWT issuers.
|
DeployedIndexAuthConfig.AuthProvider.Builder |
clearAudiences()
The list of JWT
[audiences](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.3).
|
DeployedIndexAuthConfig.AuthProvider.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
DeployedIndexAuthConfig.AuthProvider.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
DeployedIndexAuthConfig.AuthProvider.Builder |
clone() |
String |
getAllowedIssuers(int index)
A list of allowed JWT issuers.
|
com.google.protobuf.ByteString |
getAllowedIssuersBytes(int index)
A list of allowed JWT issuers.
|
int |
getAllowedIssuersCount()
A list of allowed JWT issuers.
|
com.google.protobuf.ProtocolStringList |
getAllowedIssuersList()
A list of allowed JWT issuers.
|
String |
getAudiences(int index)
The list of JWT
[audiences](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.3).
|
com.google.protobuf.ByteString |
getAudiencesBytes(int index)
The list of JWT
[audiences](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.3).
|
int |
getAudiencesCount()
The list of JWT
[audiences](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.3).
|
com.google.protobuf.ProtocolStringList |
getAudiencesList()
The list of JWT
[audiences](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.3).
|
DeployedIndexAuthConfig.AuthProvider |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
DeployedIndexAuthConfig.AuthProvider.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DeployedIndexAuthConfig.AuthProvider.Builder |
mergeFrom(DeployedIndexAuthConfig.AuthProvider other) |
DeployedIndexAuthConfig.AuthProvider.Builder |
mergeFrom(com.google.protobuf.Message other) |
DeployedIndexAuthConfig.AuthProvider.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
DeployedIndexAuthConfig.AuthProvider.Builder |
setAllowedIssuers(int index,
String value)
A list of allowed JWT issuers.
|
DeployedIndexAuthConfig.AuthProvider.Builder |
setAudiences(int index,
String value)
The list of JWT
[audiences](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.3).
|
DeployedIndexAuthConfig.AuthProvider.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DeployedIndexAuthConfig.AuthProvider.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
DeployedIndexAuthConfig.AuthProvider.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<DeployedIndexAuthConfig.AuthProvider.Builder>public DeployedIndexAuthConfig.AuthProvider.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<DeployedIndexAuthConfig.AuthProvider.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<DeployedIndexAuthConfig.AuthProvider.Builder>public DeployedIndexAuthConfig.AuthProvider getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic DeployedIndexAuthConfig.AuthProvider build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic DeployedIndexAuthConfig.AuthProvider buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic DeployedIndexAuthConfig.AuthProvider.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<DeployedIndexAuthConfig.AuthProvider.Builder>public DeployedIndexAuthConfig.AuthProvider.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<DeployedIndexAuthConfig.AuthProvider.Builder>public DeployedIndexAuthConfig.AuthProvider.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<DeployedIndexAuthConfig.AuthProvider.Builder>public DeployedIndexAuthConfig.AuthProvider.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<DeployedIndexAuthConfig.AuthProvider.Builder>public DeployedIndexAuthConfig.AuthProvider.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DeployedIndexAuthConfig.AuthProvider.Builder>public DeployedIndexAuthConfig.AuthProvider.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DeployedIndexAuthConfig.AuthProvider.Builder>public DeployedIndexAuthConfig.AuthProvider.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<DeployedIndexAuthConfig.AuthProvider.Builder>public DeployedIndexAuthConfig.AuthProvider.Builder mergeFrom(DeployedIndexAuthConfig.AuthProvider other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<DeployedIndexAuthConfig.AuthProvider.Builder>public DeployedIndexAuthConfig.AuthProvider.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<DeployedIndexAuthConfig.AuthProvider.Builder>IOExceptionpublic com.google.protobuf.ProtocolStringList getAudiencesList()
The list of JWT [audiences](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.3). that are allowed to access. A JWT containing any of these audiences will be accepted.
repeated string audiences = 1;getAudiencesList in interface DeployedIndexAuthConfig.AuthProviderOrBuilderpublic int getAudiencesCount()
The list of JWT [audiences](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.3). that are allowed to access. A JWT containing any of these audiences will be accepted.
repeated string audiences = 1;getAudiencesCount in interface DeployedIndexAuthConfig.AuthProviderOrBuilderpublic String getAudiences(int index)
The list of JWT [audiences](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.3). that are allowed to access. A JWT containing any of these audiences will be accepted.
repeated string audiences = 1;getAudiences in interface DeployedIndexAuthConfig.AuthProviderOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getAudiencesBytes(int index)
The list of JWT [audiences](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.3). that are allowed to access. A JWT containing any of these audiences will be accepted.
repeated string audiences = 1;getAudiencesBytes in interface DeployedIndexAuthConfig.AuthProviderOrBuilderindex - The index of the value to return.public DeployedIndexAuthConfig.AuthProvider.Builder setAudiences(int index, String value)
The list of JWT [audiences](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.3). that are allowed to access. A JWT containing any of these audiences will be accepted.
repeated string audiences = 1;index - The index to set the value at.value - The audiences to set.public DeployedIndexAuthConfig.AuthProvider.Builder addAudiences(String value)
The list of JWT [audiences](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.3). that are allowed to access. A JWT containing any of these audiences will be accepted.
repeated string audiences = 1;value - The audiences to add.public DeployedIndexAuthConfig.AuthProvider.Builder addAllAudiences(Iterable<String> values)
The list of JWT [audiences](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.3). that are allowed to access. A JWT containing any of these audiences will be accepted.
repeated string audiences = 1;values - The audiences to add.public DeployedIndexAuthConfig.AuthProvider.Builder clearAudiences()
The list of JWT [audiences](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.3). that are allowed to access. A JWT containing any of these audiences will be accepted.
repeated string audiences = 1;public DeployedIndexAuthConfig.AuthProvider.Builder addAudiencesBytes(com.google.protobuf.ByteString value)
The list of JWT [audiences](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.3). that are allowed to access. A JWT containing any of these audiences will be accepted.
repeated string audiences = 1;value - The bytes of the audiences to add.public com.google.protobuf.ProtocolStringList getAllowedIssuersList()
A list of allowed JWT issuers. Each entry must be a valid Google service account, in the following format: `service-account-name@project-id.iam.gserviceaccount.com`
repeated string allowed_issuers = 2;getAllowedIssuersList in interface DeployedIndexAuthConfig.AuthProviderOrBuilderpublic int getAllowedIssuersCount()
A list of allowed JWT issuers. Each entry must be a valid Google service account, in the following format: `service-account-name@project-id.iam.gserviceaccount.com`
repeated string allowed_issuers = 2;getAllowedIssuersCount in interface DeployedIndexAuthConfig.AuthProviderOrBuilderpublic String getAllowedIssuers(int index)
A list of allowed JWT issuers. Each entry must be a valid Google service account, in the following format: `service-account-name@project-id.iam.gserviceaccount.com`
repeated string allowed_issuers = 2;getAllowedIssuers in interface DeployedIndexAuthConfig.AuthProviderOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getAllowedIssuersBytes(int index)
A list of allowed JWT issuers. Each entry must be a valid Google service account, in the following format: `service-account-name@project-id.iam.gserviceaccount.com`
repeated string allowed_issuers = 2;getAllowedIssuersBytes in interface DeployedIndexAuthConfig.AuthProviderOrBuilderindex - The index of the value to return.public DeployedIndexAuthConfig.AuthProvider.Builder setAllowedIssuers(int index, String value)
A list of allowed JWT issuers. Each entry must be a valid Google service account, in the following format: `service-account-name@project-id.iam.gserviceaccount.com`
repeated string allowed_issuers = 2;index - The index to set the value at.value - The allowedIssuers to set.public DeployedIndexAuthConfig.AuthProvider.Builder addAllowedIssuers(String value)
A list of allowed JWT issuers. Each entry must be a valid Google service account, in the following format: `service-account-name@project-id.iam.gserviceaccount.com`
repeated string allowed_issuers = 2;value - The allowedIssuers to add.public DeployedIndexAuthConfig.AuthProvider.Builder addAllAllowedIssuers(Iterable<String> values)
A list of allowed JWT issuers. Each entry must be a valid Google service account, in the following format: `service-account-name@project-id.iam.gserviceaccount.com`
repeated string allowed_issuers = 2;values - The allowedIssuers to add.public DeployedIndexAuthConfig.AuthProvider.Builder clearAllowedIssuers()
A list of allowed JWT issuers. Each entry must be a valid Google service account, in the following format: `service-account-name@project-id.iam.gserviceaccount.com`
repeated string allowed_issuers = 2;public DeployedIndexAuthConfig.AuthProvider.Builder addAllowedIssuersBytes(com.google.protobuf.ByteString value)
A list of allowed JWT issuers. Each entry must be a valid Google service account, in the following format: `service-account-name@project-id.iam.gserviceaccount.com`
repeated string allowed_issuers = 2;value - The bytes of the allowedIssuers to add.public final DeployedIndexAuthConfig.AuthProvider.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DeployedIndexAuthConfig.AuthProvider.Builder>public final DeployedIndexAuthConfig.AuthProvider.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DeployedIndexAuthConfig.AuthProvider.Builder>Copyright © 2025 Google LLC. All rights reserved.