Class CertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNames
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.security.privateca.v1beta1.CertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNames
-
- All Implemented Interfaces:
CertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNamesOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
- Enclosing class:
- CertificateAuthority.CertificateAuthorityPolicy
public static final class CertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNames extends com.google.protobuf.GeneratedMessageV3 implements CertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNamesOrBuilder
[AllowedSubjectAltNames][google.cloud.security.privateca.v1beta1.CertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNames] specifies the allowed values for [SubjectAltNames][google.cloud.security.privateca.v1beta1.SubjectAltNames] by the [CertificateAuthority][google.cloud.security.privateca.v1beta1.CertificateAuthority] when issuing [Certificates][google.cloud.security.privateca.v1beta1.Certificate].
Protobuf typegoogle.cloud.security.privateca.v1beta1.CertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNames
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNames.Builder
[AllowedSubjectAltNames][google.cloud.security.privateca.v1beta1.CertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNames] specifies the allowed values for [SubjectAltNames][google.cloud.security.privateca.v1beta1.SubjectAltNames] by the [CertificateAuthority][google.cloud.security.privateca.v1beta1.CertificateAuthority] when issuing [Certificates][google.cloud.security.privateca.v1beta1.Certificate].-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
ALLOW_CUSTOM_SANS_FIELD_NUMBER
static int
ALLOW_GLOBBING_DNS_WILDCARDS_FIELD_NUMBER
static int
ALLOWED_DNS_NAMES_FIELD_NUMBER
static int
ALLOWED_EMAIL_ADDRESSES_FIELD_NUMBER
static int
ALLOWED_IPS_FIELD_NUMBER
static int
ALLOWED_URIS_FIELD_NUMBER
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
ALLOWED_DNS_NAMES_FIELD_NUMBER
public static final int ALLOWED_DNS_NAMES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ALLOWED_URIS_FIELD_NUMBER
public static final int ALLOWED_URIS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ALLOWED_EMAIL_ADDRESSES_FIELD_NUMBER
public static final int ALLOWED_EMAIL_ADDRESSES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ALLOWED_IPS_FIELD_NUMBER
public static final int ALLOWED_IPS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ALLOW_GLOBBING_DNS_WILDCARDS_FIELD_NUMBER
public static final int ALLOW_GLOBBING_DNS_WILDCARDS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ALLOW_CUSTOM_SANS_FIELD_NUMBER
public static final int ALLOW_CUSTOM_SANS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getAllowedDnsNamesList
public com.google.protobuf.ProtocolStringList getAllowedDnsNamesList()
Optional. Contains valid, fully-qualified host names. Glob patterns are also supported. To allow an explicit wildcard certificate, escape with backlash (i.e. `\*`). E.g. for globbed entries: `*bar.com` will allow `foo.bar.com`, but not `*.bar.com`, unless the [allow_globbing_dns_wildcards][google.cloud.security.privateca.v1beta1.CertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNames.allow_globbing_dns_wildcards] field is set. E.g. for wildcard entries: `\*.bar.com` will allow `*.bar.com`, but not `foo.bar.com`.
repeated string allowed_dns_names = 1 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getAllowedDnsNamesList
in interfaceCertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNamesOrBuilder
- Returns:
- A list containing the allowedDnsNames.
-
getAllowedDnsNamesCount
public int getAllowedDnsNamesCount()
Optional. Contains valid, fully-qualified host names. Glob patterns are also supported. To allow an explicit wildcard certificate, escape with backlash (i.e. `\*`). E.g. for globbed entries: `*bar.com` will allow `foo.bar.com`, but not `*.bar.com`, unless the [allow_globbing_dns_wildcards][google.cloud.security.privateca.v1beta1.CertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNames.allow_globbing_dns_wildcards] field is set. E.g. for wildcard entries: `\*.bar.com` will allow `*.bar.com`, but not `foo.bar.com`.
repeated string allowed_dns_names = 1 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getAllowedDnsNamesCount
in interfaceCertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNamesOrBuilder
- Returns:
- The count of allowedDnsNames.
-
getAllowedDnsNames
public String getAllowedDnsNames(int index)
Optional. Contains valid, fully-qualified host names. Glob patterns are also supported. To allow an explicit wildcard certificate, escape with backlash (i.e. `\*`). E.g. for globbed entries: `*bar.com` will allow `foo.bar.com`, but not `*.bar.com`, unless the [allow_globbing_dns_wildcards][google.cloud.security.privateca.v1beta1.CertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNames.allow_globbing_dns_wildcards] field is set. E.g. for wildcard entries: `\*.bar.com` will allow `*.bar.com`, but not `foo.bar.com`.
repeated string allowed_dns_names = 1 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getAllowedDnsNames
in interfaceCertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNamesOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The allowedDnsNames at the given index.
-
getAllowedDnsNamesBytes
public com.google.protobuf.ByteString getAllowedDnsNamesBytes(int index)
Optional. Contains valid, fully-qualified host names. Glob patterns are also supported. To allow an explicit wildcard certificate, escape with backlash (i.e. `\*`). E.g. for globbed entries: `*bar.com` will allow `foo.bar.com`, but not `*.bar.com`, unless the [allow_globbing_dns_wildcards][google.cloud.security.privateca.v1beta1.CertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNames.allow_globbing_dns_wildcards] field is set. E.g. for wildcard entries: `\*.bar.com` will allow `*.bar.com`, but not `foo.bar.com`.
repeated string allowed_dns_names = 1 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getAllowedDnsNamesBytes
in interfaceCertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNamesOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the allowedDnsNames at the given index.
-
getAllowedUrisList
public com.google.protobuf.ProtocolStringList getAllowedUrisList()
Optional. Contains valid RFC 3986 URIs. Glob patterns are also supported. To match across path seperators (i.e. '/') use the double star glob pattern (i.e. '**').
repeated string allowed_uris = 2 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getAllowedUrisList
in interfaceCertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNamesOrBuilder
- Returns:
- A list containing the allowedUris.
-
getAllowedUrisCount
public int getAllowedUrisCount()
Optional. Contains valid RFC 3986 URIs. Glob patterns are also supported. To match across path seperators (i.e. '/') use the double star glob pattern (i.e. '**').
repeated string allowed_uris = 2 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getAllowedUrisCount
in interfaceCertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNamesOrBuilder
- Returns:
- The count of allowedUris.
-
getAllowedUris
public String getAllowedUris(int index)
Optional. Contains valid RFC 3986 URIs. Glob patterns are also supported. To match across path seperators (i.e. '/') use the double star glob pattern (i.e. '**').
repeated string allowed_uris = 2 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getAllowedUris
in interfaceCertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNamesOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The allowedUris at the given index.
-
getAllowedUrisBytes
public com.google.protobuf.ByteString getAllowedUrisBytes(int index)
Optional. Contains valid RFC 3986 URIs. Glob patterns are also supported. To match across path seperators (i.e. '/') use the double star glob pattern (i.e. '**').
repeated string allowed_uris = 2 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getAllowedUrisBytes
in interfaceCertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNamesOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the allowedUris at the given index.
-
getAllowedEmailAddressesList
public com.google.protobuf.ProtocolStringList getAllowedEmailAddressesList()
Optional. Contains valid RFC 2822 E-mail addresses. Glob patterns are also supported.
repeated string allowed_email_addresses = 3 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getAllowedEmailAddressesList
in interfaceCertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNamesOrBuilder
- Returns:
- A list containing the allowedEmailAddresses.
-
getAllowedEmailAddressesCount
public int getAllowedEmailAddressesCount()
Optional. Contains valid RFC 2822 E-mail addresses. Glob patterns are also supported.
repeated string allowed_email_addresses = 3 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getAllowedEmailAddressesCount
in interfaceCertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNamesOrBuilder
- Returns:
- The count of allowedEmailAddresses.
-
getAllowedEmailAddresses
public String getAllowedEmailAddresses(int index)
Optional. Contains valid RFC 2822 E-mail addresses. Glob patterns are also supported.
repeated string allowed_email_addresses = 3 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getAllowedEmailAddresses
in interfaceCertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNamesOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The allowedEmailAddresses at the given index.
-
getAllowedEmailAddressesBytes
public com.google.protobuf.ByteString getAllowedEmailAddressesBytes(int index)
Optional. Contains valid RFC 2822 E-mail addresses. Glob patterns are also supported.
repeated string allowed_email_addresses = 3 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getAllowedEmailAddressesBytes
in interfaceCertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNamesOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the allowedEmailAddresses at the given index.
-
getAllowedIpsList
public com.google.protobuf.ProtocolStringList getAllowedIpsList()
Optional. Contains valid 32-bit IPv4 addresses and subnet ranges or RFC 4291 IPv6 addresses and subnet ranges. Subnet ranges are specified using the '/' notation (e.g. 10.0.0.0/8, 2001:700:300:1800::/64). Glob patterns are supported only for ip address entries (i.e. not for subnet ranges).
repeated string allowed_ips = 4 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getAllowedIpsList
in interfaceCertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNamesOrBuilder
- Returns:
- A list containing the allowedIps.
-
getAllowedIpsCount
public int getAllowedIpsCount()
Optional. Contains valid 32-bit IPv4 addresses and subnet ranges or RFC 4291 IPv6 addresses and subnet ranges. Subnet ranges are specified using the '/' notation (e.g. 10.0.0.0/8, 2001:700:300:1800::/64). Glob patterns are supported only for ip address entries (i.e. not for subnet ranges).
repeated string allowed_ips = 4 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getAllowedIpsCount
in interfaceCertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNamesOrBuilder
- Returns:
- The count of allowedIps.
-
getAllowedIps
public String getAllowedIps(int index)
Optional. Contains valid 32-bit IPv4 addresses and subnet ranges or RFC 4291 IPv6 addresses and subnet ranges. Subnet ranges are specified using the '/' notation (e.g. 10.0.0.0/8, 2001:700:300:1800::/64). Glob patterns are supported only for ip address entries (i.e. not for subnet ranges).
repeated string allowed_ips = 4 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getAllowedIps
in interfaceCertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNamesOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The allowedIps at the given index.
-
getAllowedIpsBytes
public com.google.protobuf.ByteString getAllowedIpsBytes(int index)
Optional. Contains valid 32-bit IPv4 addresses and subnet ranges or RFC 4291 IPv6 addresses and subnet ranges. Subnet ranges are specified using the '/' notation (e.g. 10.0.0.0/8, 2001:700:300:1800::/64). Glob patterns are supported only for ip address entries (i.e. not for subnet ranges).
repeated string allowed_ips = 4 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getAllowedIpsBytes
in interfaceCertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNamesOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the allowedIps at the given index.
-
getAllowGlobbingDnsWildcards
public boolean getAllowGlobbingDnsWildcards()
Optional. Specifies if glob patterns used for [allowed_dns_names][google.cloud.security.privateca.v1beta1.CertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNames.allowed_dns_names] allows wildcard certificates.
bool allow_globbing_dns_wildcards = 5 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getAllowGlobbingDnsWildcards
in interfaceCertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNamesOrBuilder
- Returns:
- The allowGlobbingDnsWildcards.
-
getAllowCustomSans
public boolean getAllowCustomSans()
Optional. Specifies if to allow custom X509Extension values.
bool allow_custom_sans = 6 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getAllowCustomSans
in interfaceCertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNamesOrBuilder
- Returns:
- The allowCustomSans.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static CertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNames parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNames parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNames parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNames parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNames parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNames parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNames parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static CertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNames parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static CertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNames parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static CertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNames parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static CertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNames parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static CertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNames parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public CertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNames.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static CertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNames.Builder newBuilder()
-
newBuilder
public static CertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNames.Builder newBuilder(CertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNames prototype)
-
toBuilder
public CertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNames.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected CertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNames.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static CertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNames getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<CertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNames> parser()
-
getParserForType
public com.google.protobuf.Parser<CertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNames> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public CertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNames getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-