public static final class CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList extends GeneratedMessageV3 implements CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigListOrBuilder
Protobuf type
google.cloud.security.privateca.v1beta1.CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList
Static Fields
ALLOWED_CONFIG_VALUES_FIELD_NUMBER
public static final int ALLOWED_CONFIG_VALUES_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder newBuilder()
Returns
newBuilder(CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList prototype)
public static CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder newBuilder(CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList prototype)
Parameter
Returns
public static CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
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
Returns
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
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
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
Returns
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
getParserForType()
public Parser<CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions