public static final class Certificate.ManagedCertificate extends GeneratedMessageV3 implements Certificate.ManagedCertificateOrBuilder
Configuration and state of a Managed Certificate.
Certificate Manager provisions and renews Managed Certificates
automatically, for as long as it's authorized to do so.
Protobuf type google.cloud.certificatemanager.v1.Certificate.ManagedCertificate
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
AUTHORIZATION_ATTEMPT_INFO_FIELD_NUMBER
public static final int AUTHORIZATION_ATTEMPT_INFO_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
DNS_AUTHORIZATIONS_FIELD_NUMBER
public static final int DNS_AUTHORIZATIONS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
DOMAINS_FIELD_NUMBER
public static final int DOMAINS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
ISSUANCE_CONFIG_FIELD_NUMBER
public static final int ISSUANCE_CONFIG_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PROVISIONING_ISSUE_FIELD_NUMBER
public static final int PROVISIONING_ISSUE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
STATE_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static Certificate.ManagedCertificate getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Certificate.ManagedCertificate.Builder newBuilder()
newBuilder(Certificate.ManagedCertificate prototype)
public static Certificate.ManagedCertificate.Builder newBuilder(Certificate.ManagedCertificate prototype)
public static Certificate.ManagedCertificate parseDelimitedFrom(InputStream input)
public static Certificate.ManagedCertificate parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static Certificate.ManagedCertificate parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Certificate.ManagedCertificate parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static Certificate.ManagedCertificate parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Certificate.ManagedCertificate parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Certificate.ManagedCertificate parseFrom(CodedInputStream input)
public static Certificate.ManagedCertificate parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Certificate.ManagedCertificate parseFrom(InputStream input)
public static Certificate.ManagedCertificate parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static Certificate.ManagedCertificate parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Certificate.ManagedCertificate parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<Certificate.ManagedCertificate> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getAuthorizationAttemptInfo(int index)
public Certificate.ManagedCertificate.AuthorizationAttemptInfo getAuthorizationAttemptInfo(int index)
Output only. Detailed state of the latest authorization attempt for each
domain specified for managed certificate resource.
repeated .google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo authorization_attempt_info = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
getAuthorizationAttemptInfoCount()
public int getAuthorizationAttemptInfoCount()
Output only. Detailed state of the latest authorization attempt for each
domain specified for managed certificate resource.
repeated .google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo authorization_attempt_info = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
int |
|
getAuthorizationAttemptInfoList()
public List<Certificate.ManagedCertificate.AuthorizationAttemptInfo> getAuthorizationAttemptInfoList()
Output only. Detailed state of the latest authorization attempt for each
domain specified for managed certificate resource.
repeated .google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo authorization_attempt_info = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getAuthorizationAttemptInfoOrBuilder(int index)
public Certificate.ManagedCertificate.AuthorizationAttemptInfoOrBuilder getAuthorizationAttemptInfoOrBuilder(int index)
Output only. Detailed state of the latest authorization attempt for each
domain specified for managed certificate resource.
repeated .google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo authorization_attempt_info = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
getAuthorizationAttemptInfoOrBuilderList()
public List<? extends Certificate.ManagedCertificate.AuthorizationAttemptInfoOrBuilder> getAuthorizationAttemptInfoOrBuilderList()
Output only. Detailed state of the latest authorization attempt for each
domain specified for managed certificate resource.
repeated .google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo authorization_attempt_info = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
List<? extends com.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfoOrBuilder> |
|
getDefaultInstanceForType()
public Certificate.ManagedCertificate getDefaultInstanceForType()
getDnsAuthorizations(int index)
public String getDnsAuthorizations(int index)
Immutable. Authorizations that will be used for performing domain
authorization.
repeated string dns_authorizations = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
Parameter |
Name |
Description |
index |
int
The index of the element to return.
|
Returns |
Type |
Description |
String |
The dnsAuthorizations at the given index.
|
getDnsAuthorizationsBytes(int index)
public ByteString getDnsAuthorizationsBytes(int index)
Immutable. Authorizations that will be used for performing domain
authorization.
repeated string dns_authorizations = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
Parameter |
Name |
Description |
index |
int
The index of the value to return.
|
Returns |
Type |
Description |
ByteString |
The bytes of the dnsAuthorizations at the given index.
|
getDnsAuthorizationsCount()
public int getDnsAuthorizationsCount()
Immutable. Authorizations that will be used for performing domain
authorization.
repeated string dns_authorizations = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
int |
The count of dnsAuthorizations.
|
getDnsAuthorizationsList()
public ProtocolStringList getDnsAuthorizationsList()
Immutable. Authorizations that will be used for performing domain
authorization.
repeated string dns_authorizations = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
getDomains(int index)
public String getDomains(int index)
Immutable. The domains for which a managed SSL certificate will be
generated. Wildcard domains are only supported with DNS challenge
resolution.
repeated string domains = 1 [(.google.api.field_behavior) = IMMUTABLE];
Parameter |
Name |
Description |
index |
int
The index of the element to return.
|
Returns |
Type |
Description |
String |
The domains at the given index.
|
getDomainsBytes(int index)
public ByteString getDomainsBytes(int index)
Immutable. The domains for which a managed SSL certificate will be
generated. Wildcard domains are only supported with DNS challenge
resolution.
repeated string domains = 1 [(.google.api.field_behavior) = IMMUTABLE];
Parameter |
Name |
Description |
index |
int
The index of the value to return.
|
Returns |
Type |
Description |
ByteString |
The bytes of the domains at the given index.
|
getDomainsCount()
public int getDomainsCount()
Immutable. The domains for which a managed SSL certificate will be
generated. Wildcard domains are only supported with DNS challenge
resolution.
repeated string domains = 1 [(.google.api.field_behavior) = IMMUTABLE];
Returns |
Type |
Description |
int |
The count of domains.
|
getDomainsList()
public ProtocolStringList getDomainsList()
Immutable. The domains for which a managed SSL certificate will be
generated. Wildcard domains are only supported with DNS challenge
resolution.
repeated string domains = 1 [(.google.api.field_behavior) = IMMUTABLE];
getIssuanceConfig()
public String getIssuanceConfig()
Immutable. The resource name for a
CertificateIssuanceConfig
used to configure private PKI certificates in the format
projects/*/locations/*/certificateIssuanceConfigs/*
.
If this field is not set, the certificates will instead be publicly
signed as documented at
https://cloud.google.com/load-balancing/docs/ssl-certificates/google-managed-certs#caa.
string issuance_config = 6 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
String |
The issuanceConfig.
|
getIssuanceConfigBytes()
public ByteString getIssuanceConfigBytes()
Immutable. The resource name for a
CertificateIssuanceConfig
used to configure private PKI certificates in the format
projects/*/locations/*/certificateIssuanceConfigs/*
.
If this field is not set, the certificates will instead be publicly
signed as documented at
https://cloud.google.com/load-balancing/docs/ssl-certificates/google-managed-certs#caa.
string issuance_config = 6 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for issuanceConfig.
|
getParserForType()
public Parser<Certificate.ManagedCertificate> getParserForType()
Overrides
getProvisioningIssue()
public Certificate.ManagedCertificate.ProvisioningIssue getProvisioningIssue()
Output only. Information about issues with provisioning a Managed
Certificate.
.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.ProvisioningIssue provisioning_issue = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getProvisioningIssueOrBuilder()
public Certificate.ManagedCertificate.ProvisioningIssueOrBuilder getProvisioningIssueOrBuilder()
Output only. Information about issues with provisioning a Managed
Certificate.
.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.ProvisioningIssue provisioning_issue = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getState()
public Certificate.ManagedCertificate.State getState()
Output only. State of the managed certificate resource.
.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStateValue()
public int getStateValue()
Output only. State of the managed certificate resource.
.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
int |
The enum numeric value on the wire for state.
|
hasProvisioningIssue()
public boolean hasProvisioningIssue()
Output only. Information about issues with provisioning a Managed
Certificate.
.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.ProvisioningIssue provisioning_issue = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
boolean |
Whether the provisioningIssue field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Certificate.ManagedCertificate.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Certificate.ManagedCertificate.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public Certificate.ManagedCertificate.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides