Class CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder (2.4.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
TypeDescription
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
NameDescription
valuesIterable<? extends com.google.cloud.security.privateca.v1beta1.ReusableConfigWrapper>
Returns
TypeDescription
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
NameDescription
valueReusableConfigWrapper
Returns
TypeDescription
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
NameDescription
builderForValueReusableConfigWrapper.Builder
Returns
TypeDescription
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
NameDescription
indexint
valueReusableConfigWrapper
Returns
TypeDescription
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
NameDescription
indexint
builderForValueReusableConfigWrapper.Builder
Returns
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
ReusableConfigWrapper.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder
Overrides

build()

public CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList build()
Returns
TypeDescription
CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList

buildPartial()

public CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList buildPartial()
Returns
TypeDescription
CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList

clear()

public CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder clear()
Returns
TypeDescription
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
TypeDescription
CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder

clearField(Descriptors.FieldDescriptor field)

public CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder
Overrides

clone()

public CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder clone()
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.cloud.security.privateca.v1beta1.ReusableConfigWrapperOrBuilder>

getDefaultInstanceForType()

public CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList getDefaultInstanceForType()
Returns
TypeDescription
CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList other)

public CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder mergeFrom(CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList other)
Parameter
NameDescription
otherCertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList
Returns
TypeDescription
CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
NameDescription
indexint
valueReusableConfigWrapper
Returns
TypeDescription
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
NameDescription
indexint
builderForValueReusableConfigWrapper.Builder
Returns
TypeDescription
CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder
Overrides