public static interface Certificate.ManagedCertificateOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAuthorizationAttemptInfo(int index)
public abstract 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];
| Name | Description |
| index | int |
| Type | Description |
| Certificate.ManagedCertificate.AuthorizationAttemptInfo |
getAuthorizationAttemptInfoCount()
public abstract 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];
| Type | Description |
| int |
getAuthorizationAttemptInfoList()
public abstract 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];
| Type | Description |
| List<AuthorizationAttemptInfo> |
getAuthorizationAttemptInfoOrBuilder(int index)
public abstract 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];
| Name | Description |
| index | int |
| Type | Description |
| Certificate.ManagedCertificate.AuthorizationAttemptInfoOrBuilder |
getAuthorizationAttemptInfoOrBuilderList()
public abstract 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];
| Type | Description |
| List<? extends com.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfoOrBuilder> |
getDnsAuthorizations(int index)
public abstract 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) = { ... }
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The dnsAuthorizations at the given index. |
getDnsAuthorizationsBytes(int index)
public abstract 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) = { ... }
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the dnsAuthorizations at the given index. |
getDnsAuthorizationsCount()
public abstract 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) = { ... }
| Type | Description |
| int | The count of dnsAuthorizations. |
getDnsAuthorizationsList()
public abstract List<String> 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) = { ... }
| Type | Description |
| List<String> | A list containing the dnsAuthorizations. |
getDomains(int index)
public abstract 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];
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The domains at the given index. |
getDomainsBytes(int index)
public abstract 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];
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the domains at the given index. |
getDomainsCount()
public abstract 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];
| Type | Description |
| int | The count of domains. |
getDomainsList()
public abstract List<String> 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];
| Type | Description |
| List<String> | A list containing the domains. |
getProvisioningIssue()
public abstract Certificate.ManagedCertificate.ProvisioningIssue getProvisioningIssue()Information about issues with provisioning a Managed Certificate.
.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.ProvisioningIssue provisioning_issue = 3;
| Type | Description |
| Certificate.ManagedCertificate.ProvisioningIssue | The provisioningIssue. |
getProvisioningIssueOrBuilder()
public abstract Certificate.ManagedCertificate.ProvisioningIssueOrBuilder getProvisioningIssueOrBuilder()Information about issues with provisioning a Managed Certificate.
.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.ProvisioningIssue provisioning_issue = 3;
| Type | Description |
| Certificate.ManagedCertificate.ProvisioningIssueOrBuilder |
getState()
public abstract 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];
| Type | Description |
| Certificate.ManagedCertificate.State | The state. |
getStateValue()
public abstract 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];
| Type | Description |
| int | The enum numeric value on the wire for state. |
hasProvisioningIssue()
public abstract boolean hasProvisioningIssue()Information about issues with provisioning a Managed Certificate.
.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.ProvisioningIssue provisioning_issue = 3;
| Type | Description |
| boolean | Whether the provisioningIssue field is set. |