Class CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder (2.85.0)

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

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

Inheritance

java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.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

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

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

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