Class CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder (2.45.0)

public static final class CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder extends GeneratedMessageV3.Builder<CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder> implements CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigListOrBuilder

Protobuf type google.cloud.security.privateca.v1beta1.CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList

Inheritance

Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllAllowedConfigValues(Iterable<? extends ReusableConfigWrapper> values)

public CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder addAllAllowedConfigValues(Iterable<? extends ReusableConfigWrapper> values)

Required. All Certificates issued by the CertificateAuthority must match at least one listed ReusableConfigWrapper. If a ReusableConfigWrapper has an empty field, any value will be allowed for that field.

repeated .google.cloud.security.privateca.v1beta1.ReusableConfigWrapper allowed_config_values = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
values Iterable<? extends com.google.cloud.security.privateca.v1beta1.ReusableConfigWrapper>
Returns
Type Description
CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder

addAllowedConfigValues(ReusableConfigWrapper value)

public CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder addAllowedConfigValues(ReusableConfigWrapper value)

Required. All Certificates issued by the CertificateAuthority must match at least one listed ReusableConfigWrapper. If a ReusableConfigWrapper has an empty field, any value will be allowed for that field.

repeated .google.cloud.security.privateca.v1beta1.ReusableConfigWrapper allowed_config_values = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ReusableConfigWrapper
Returns
Type Description
CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder

addAllowedConfigValues(ReusableConfigWrapper.Builder builderForValue)

public CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder addAllowedConfigValues(ReusableConfigWrapper.Builder builderForValue)

Required. All Certificates issued by the CertificateAuthority must match at least one listed ReusableConfigWrapper. If a ReusableConfigWrapper has an empty field, any value will be allowed for that field.

repeated .google.cloud.security.privateca.v1beta1.ReusableConfigWrapper allowed_config_values = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue ReusableConfigWrapper.Builder
Returns
Type Description
CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder

addAllowedConfigValues(int index, ReusableConfigWrapper value)

public CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder addAllowedConfigValues(int index, ReusableConfigWrapper value)

Required. All Certificates issued by the CertificateAuthority must match at least one listed ReusableConfigWrapper. If a ReusableConfigWrapper has an empty field, any value will be allowed for that field.

repeated .google.cloud.security.privateca.v1beta1.ReusableConfigWrapper allowed_config_values = 1 [(.google.api.field_behavior) = REQUIRED];

Parameters
Name Description
index int
value ReusableConfigWrapper
Returns
Type Description
CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder

addAllowedConfigValues(int index, ReusableConfigWrapper.Builder builderForValue)

public CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder addAllowedConfigValues(int index, ReusableConfigWrapper.Builder builderForValue)

Required. All Certificates issued by the CertificateAuthority must match at least one listed ReusableConfigWrapper. If a ReusableConfigWrapper has an empty field, any value will be allowed for that field.

repeated .google.cloud.security.privateca.v1beta1.ReusableConfigWrapper allowed_config_values = 1 [(.google.api.field_behavior) = REQUIRED];

Parameters
Name Description
index int
builderForValue ReusableConfigWrapper.Builder
Returns
Type Description
CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder

addAllowedConfigValuesBuilder()

public ReusableConfigWrapper.Builder addAllowedConfigValuesBuilder()

Required. All Certificates issued by the CertificateAuthority must match at least one listed ReusableConfigWrapper. If a ReusableConfigWrapper has an empty field, any value will be allowed for that field.

repeated .google.cloud.security.privateca.v1beta1.ReusableConfigWrapper allowed_config_values = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ReusableConfigWrapper.Builder

addAllowedConfigValuesBuilder(int index)

public ReusableConfigWrapper.Builder addAllowedConfigValuesBuilder(int index)

Required. All Certificates issued by the CertificateAuthority must match at least one listed ReusableConfigWrapper. If a ReusableConfigWrapper has an empty field, any value will be allowed for that field.

repeated .google.cloud.security.privateca.v1beta1.ReusableConfigWrapper allowed_config_values = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
ReusableConfigWrapper.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder
Overrides

build()

public CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList build()
Returns
Type Description
CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList

buildPartial()

public CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList buildPartial()
Returns
Type Description
CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList

clear()

public CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder clear()
Returns
Type Description
CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder
Overrides

clearAllowedConfigValues()

public CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder clearAllowedConfigValues()

Required. All Certificates issued by the CertificateAuthority must match at least one listed ReusableConfigWrapper. If a ReusableConfigWrapper has an empty field, any value will be allowed for that field.

repeated .google.cloud.security.privateca.v1beta1.ReusableConfigWrapper allowed_config_values = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder

clearField(Descriptors.FieldDescriptor field)

public CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder
Overrides

clone()

public CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder clone()
Returns
Type Description
CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder
Overrides

getAllowedConfigValues(int index)

public ReusableConfigWrapper getAllowedConfigValues(int index)

Required. All Certificates issued by the CertificateAuthority must match at least one listed ReusableConfigWrapper. If a ReusableConfigWrapper has an empty field, any value will be allowed for that field.

repeated .google.cloud.security.privateca.v1beta1.ReusableConfigWrapper allowed_config_values = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
ReusableConfigWrapper

getAllowedConfigValuesBuilder(int index)

public ReusableConfigWrapper.Builder getAllowedConfigValuesBuilder(int index)

Required. All Certificates issued by the CertificateAuthority must match at least one listed ReusableConfigWrapper. If a ReusableConfigWrapper has an empty field, any value will be allowed for that field.

repeated .google.cloud.security.privateca.v1beta1.ReusableConfigWrapper allowed_config_values = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
ReusableConfigWrapper.Builder

getAllowedConfigValuesBuilderList()

public List<ReusableConfigWrapper.Builder> getAllowedConfigValuesBuilderList()

Required. All Certificates issued by the CertificateAuthority must match at least one listed ReusableConfigWrapper. If a ReusableConfigWrapper has an empty field, any value will be allowed for that field.

repeated .google.cloud.security.privateca.v1beta1.ReusableConfigWrapper allowed_config_values = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<Builder>

getAllowedConfigValuesCount()

public int getAllowedConfigValuesCount()

Required. All Certificates issued by the CertificateAuthority must match at least one listed ReusableConfigWrapper. If a ReusableConfigWrapper has an empty field, any value will be allowed for that field.

repeated .google.cloud.security.privateca.v1beta1.ReusableConfigWrapper allowed_config_values = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

getAllowedConfigValuesList()

public List<ReusableConfigWrapper> getAllowedConfigValuesList()

Required. All Certificates issued by the CertificateAuthority must match at least one listed ReusableConfigWrapper. If a ReusableConfigWrapper has an empty field, any value will be allowed for that field.

repeated .google.cloud.security.privateca.v1beta1.ReusableConfigWrapper allowed_config_values = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<ReusableConfigWrapper>

getAllowedConfigValuesOrBuilder(int index)

public ReusableConfigWrapperOrBuilder getAllowedConfigValuesOrBuilder(int index)

Required. All Certificates issued by the CertificateAuthority must match at least one listed ReusableConfigWrapper. If a ReusableConfigWrapper has an empty field, any value will be allowed for that field.

repeated .google.cloud.security.privateca.v1beta1.ReusableConfigWrapper allowed_config_values = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
ReusableConfigWrapperOrBuilder

getAllowedConfigValuesOrBuilderList()

public List<? extends ReusableConfigWrapperOrBuilder> getAllowedConfigValuesOrBuilderList()

Required. All Certificates issued by the CertificateAuthority must match at least one listed ReusableConfigWrapper. If a ReusableConfigWrapper has an empty field, any value will be allowed for that field.

repeated .google.cloud.security.privateca.v1beta1.ReusableConfigWrapper allowed_config_values = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<? extends com.google.cloud.security.privateca.v1beta1.ReusableConfigWrapperOrBuilder>

getDefaultInstanceForType()

public CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList getDefaultInstanceForType()
Returns
Type Description
CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList other)

public CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder mergeFrom(CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList other)
Parameter
Name Description
other CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList
Returns
Type Description
CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder
Overrides

removeAllowedConfigValues(int index)

public CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder removeAllowedConfigValues(int index)

Required. All Certificates issued by the CertificateAuthority must match at least one listed ReusableConfigWrapper. If a ReusableConfigWrapper has an empty field, any value will be allowed for that field.

repeated .google.cloud.security.privateca.v1beta1.ReusableConfigWrapper allowed_config_values = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder

setAllowedConfigValues(int index, ReusableConfigWrapper value)

public CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder setAllowedConfigValues(int index, ReusableConfigWrapper value)

Required. All Certificates issued by the CertificateAuthority must match at least one listed ReusableConfigWrapper. If a ReusableConfigWrapper has an empty field, any value will be allowed for that field.

repeated .google.cloud.security.privateca.v1beta1.ReusableConfigWrapper allowed_config_values = 1 [(.google.api.field_behavior) = REQUIRED];

Parameters
Name Description
index int
value ReusableConfigWrapper
Returns
Type Description
CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder

setAllowedConfigValues(int index, ReusableConfigWrapper.Builder builderForValue)

public CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder setAllowedConfigValues(int index, ReusableConfigWrapper.Builder builderForValue)

Required. All Certificates issued by the CertificateAuthority must match at least one listed ReusableConfigWrapper. If a ReusableConfigWrapper has an empty field, any value will be allowed for that field.

repeated .google.cloud.security.privateca.v1beta1.ReusableConfigWrapper allowed_config_values = 1 [(.google.api.field_behavior) = REQUIRED];

Parameters
Name Description
index int
builderForValue ReusableConfigWrapper.Builder
Returns
Type Description
CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder
Overrides