Interface Certificate.ManagedCertificateOrBuilder (0.2.0)

public static interface Certificate.ManagedCertificateOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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];

Parameter
NameDescription
indexint
Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Parameter
NameDescription
indexint
Returns
TypeDescription
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];

Returns
TypeDescription
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) = { ... }

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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) = { ... }

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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) = { ... }

Returns
TypeDescription
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) = { ... }

Returns
TypeDescription
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];

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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];

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the provisioningIssue field is set.