- 0.56.0 (latest)
- 0.55.0
- 0.54.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.2
- 0.4.0
- 0.3.1
- 0.2.0
- 0.1.1
public static final class Certificate.ManagedCertificate.Builder extends GeneratedMessageV3.Builder<Certificate.ManagedCertificate.Builder> 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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Certificate.ManagedCertificate.BuilderImplements
Certificate.ManagedCertificateOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllAuthorizationAttemptInfo(Iterable<? extends Certificate.ManagedCertificate.AuthorizationAttemptInfo> values)
public Certificate.ManagedCertificate.Builder addAllAuthorizationAttemptInfo(Iterable<? extends Certificate.ManagedCertificate.AuthorizationAttemptInfo> values)
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 |
values | Iterable<? extends com.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo> |
Type | Description |
Certificate.ManagedCertificate.Builder |
addAllDnsAuthorizations(Iterable<String> values)
public Certificate.ManagedCertificate.Builder addAllDnsAuthorizations(Iterable<String> values)
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 |
values | Iterable<String> The dnsAuthorizations to add. |
Type | Description |
Certificate.ManagedCertificate.Builder | This builder for chaining. |
addAllDomains(Iterable<String> values)
public Certificate.ManagedCertificate.Builder addAllDomains(Iterable<String> values)
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 |
values | Iterable<String> The domains to add. |
Type | Description |
Certificate.ManagedCertificate.Builder | This builder for chaining. |
addAuthorizationAttemptInfo(Certificate.ManagedCertificate.AuthorizationAttemptInfo value)
public Certificate.ManagedCertificate.Builder addAuthorizationAttemptInfo(Certificate.ManagedCertificate.AuthorizationAttemptInfo value)
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 |
value | Certificate.ManagedCertificate.AuthorizationAttemptInfo |
Type | Description |
Certificate.ManagedCertificate.Builder |
addAuthorizationAttemptInfo(Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder builderForValue)
public Certificate.ManagedCertificate.Builder addAuthorizationAttemptInfo(Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder builderForValue)
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 |
builderForValue | Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder |
Type | Description |
Certificate.ManagedCertificate.Builder |
addAuthorizationAttemptInfo(int index, Certificate.ManagedCertificate.AuthorizationAttemptInfo value)
public Certificate.ManagedCertificate.Builder addAuthorizationAttemptInfo(int index, Certificate.ManagedCertificate.AuthorizationAttemptInfo value)
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 |
value | Certificate.ManagedCertificate.AuthorizationAttemptInfo |
Type | Description |
Certificate.ManagedCertificate.Builder |
addAuthorizationAttemptInfo(int index, Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder builderForValue)
public Certificate.ManagedCertificate.Builder addAuthorizationAttemptInfo(int index, Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder builderForValue)
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 |
builderForValue | Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder |
Type | Description |
Certificate.ManagedCertificate.Builder |
addAuthorizationAttemptInfoBuilder()
public Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder addAuthorizationAttemptInfoBuilder()
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 |
Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder |
addAuthorizationAttemptInfoBuilder(int index)
public Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder addAuthorizationAttemptInfoBuilder(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.Builder |
addDnsAuthorizations(String value)
public Certificate.ManagedCertificate.Builder addDnsAuthorizations(String value)
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 |
value | String The dnsAuthorizations to add. |
Type | Description |
Certificate.ManagedCertificate.Builder | This builder for chaining. |
addDnsAuthorizationsBytes(ByteString value)
public Certificate.ManagedCertificate.Builder addDnsAuthorizationsBytes(ByteString value)
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 |
value | ByteString The bytes of the dnsAuthorizations to add. |
Type | Description |
Certificate.ManagedCertificate.Builder | This builder for chaining. |
addDomains(String value)
public Certificate.ManagedCertificate.Builder addDomains(String value)
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 |
value | String The domains to add. |
Type | Description |
Certificate.ManagedCertificate.Builder | This builder for chaining. |
addDomainsBytes(ByteString value)
public Certificate.ManagedCertificate.Builder addDomainsBytes(ByteString value)
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 |
value | ByteString The bytes of the domains to add. |
Type | Description |
Certificate.ManagedCertificate.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Certificate.ManagedCertificate.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Certificate.ManagedCertificate.Builder |
build()
public Certificate.ManagedCertificate build()
Type | Description |
Certificate.ManagedCertificate |
buildPartial()
public Certificate.ManagedCertificate buildPartial()
Type | Description |
Certificate.ManagedCertificate |
clear()
public Certificate.ManagedCertificate.Builder clear()
Type | Description |
Certificate.ManagedCertificate.Builder |
clearAuthorizationAttemptInfo()
public Certificate.ManagedCertificate.Builder clearAuthorizationAttemptInfo()
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 |
Certificate.ManagedCertificate.Builder |
clearDnsAuthorizations()
public Certificate.ManagedCertificate.Builder clearDnsAuthorizations()
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 |
Certificate.ManagedCertificate.Builder | This builder for chaining. |
clearDomains()
public Certificate.ManagedCertificate.Builder clearDomains()
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 |
Certificate.ManagedCertificate.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Certificate.ManagedCertificate.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
Certificate.ManagedCertificate.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public Certificate.ManagedCertificate.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
Certificate.ManagedCertificate.Builder |
clearProvisioningIssue()
public Certificate.ManagedCertificate.Builder clearProvisioningIssue()
Information about issues with provisioning a Managed Certificate.
.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.ProvisioningIssue provisioning_issue = 3;
Type | Description |
Certificate.ManagedCertificate.Builder |
clearState()
public Certificate.ManagedCertificate.Builder clearState()
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.Builder | This builder for chaining. |
clone()
public Certificate.ManagedCertificate.Builder clone()
Type | Description |
Certificate.ManagedCertificate.Builder |
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];
Name | Description |
index | int |
Type | Description |
Certificate.ManagedCertificate.AuthorizationAttemptInfo |
getAuthorizationAttemptInfoBuilder(int index)
public Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder getAuthorizationAttemptInfoBuilder(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.Builder |
getAuthorizationAttemptInfoBuilderList()
public List<Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder> getAuthorizationAttemptInfoBuilderList()
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<Builder> |
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];
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];
Type | Description |
List<AuthorizationAttemptInfo> |
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];
Name | Description |
index | int |
Type | Description |
Certificate.ManagedCertificate.AuthorizationAttemptInfoOrBuilder |
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];
Type | Description |
List<? extends com.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfoOrBuilder> |
getDefaultInstanceForType()
public Certificate.ManagedCertificate getDefaultInstanceForType()
Type | Description |
Certificate.ManagedCertificate |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
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) = { ... }
Name | Description |
index | int The index of the element to return. |
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) = { ... }
Name | Description |
index | int The index of the value to return. |
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) = { ... }
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) = { ... }
Type | Description |
ProtocolStringList | A list containing the dnsAuthorizations. |
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];
Name | Description |
index | int The index of the element to return. |
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];
Name | Description |
index | int The index of the value to return. |
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];
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];
Type | Description |
ProtocolStringList | A list containing the domains. |
getProvisioningIssue()
public 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. |
getProvisioningIssueBuilder()
public Certificate.ManagedCertificate.ProvisioningIssue.Builder getProvisioningIssueBuilder()
Information about issues with provisioning a Managed Certificate.
.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.ProvisioningIssue provisioning_issue = 3;
Type | Description |
Certificate.ManagedCertificate.ProvisioningIssue.Builder |
getProvisioningIssueOrBuilder()
public 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 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(Certificate.ManagedCertificate other)
public Certificate.ManagedCertificate.Builder mergeFrom(Certificate.ManagedCertificate other)
Name | Description |
other | Certificate.ManagedCertificate |
Type | Description |
Certificate.ManagedCertificate.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Certificate.ManagedCertificate.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Certificate.ManagedCertificate.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public Certificate.ManagedCertificate.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
Certificate.ManagedCertificate.Builder |
mergeProvisioningIssue(Certificate.ManagedCertificate.ProvisioningIssue value)
public Certificate.ManagedCertificate.Builder mergeProvisioningIssue(Certificate.ManagedCertificate.ProvisioningIssue value)
Information about issues with provisioning a Managed Certificate.
.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.ProvisioningIssue provisioning_issue = 3;
Name | Description |
value | Certificate.ManagedCertificate.ProvisioningIssue |
Type | Description |
Certificate.ManagedCertificate.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Certificate.ManagedCertificate.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Certificate.ManagedCertificate.Builder |
removeAuthorizationAttemptInfo(int index)
public Certificate.ManagedCertificate.Builder removeAuthorizationAttemptInfo(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.Builder |
setAuthorizationAttemptInfo(int index, Certificate.ManagedCertificate.AuthorizationAttemptInfo value)
public Certificate.ManagedCertificate.Builder setAuthorizationAttemptInfo(int index, Certificate.ManagedCertificate.AuthorizationAttemptInfo value)
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 |
value | Certificate.ManagedCertificate.AuthorizationAttemptInfo |
Type | Description |
Certificate.ManagedCertificate.Builder |
setAuthorizationAttemptInfo(int index, Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder builderForValue)
public Certificate.ManagedCertificate.Builder setAuthorizationAttemptInfo(int index, Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder builderForValue)
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 |
builderForValue | Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder |
Type | Description |
Certificate.ManagedCertificate.Builder |
setDnsAuthorizations(int index, String value)
public Certificate.ManagedCertificate.Builder setDnsAuthorizations(int index, String value)
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 | int The index to set the value at. |
value | String The dnsAuthorizations to set. |
Type | Description |
Certificate.ManagedCertificate.Builder | This builder for chaining. |
setDomains(int index, String value)
public Certificate.ManagedCertificate.Builder setDomains(int index, String value)
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 | int The index to set the value at. |
value | String The domains to set. |
Type | Description |
Certificate.ManagedCertificate.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public Certificate.ManagedCertificate.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Certificate.ManagedCertificate.Builder |
setProvisioningIssue(Certificate.ManagedCertificate.ProvisioningIssue value)
public Certificate.ManagedCertificate.Builder setProvisioningIssue(Certificate.ManagedCertificate.ProvisioningIssue value)
Information about issues with provisioning a Managed Certificate.
.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.ProvisioningIssue provisioning_issue = 3;
Name | Description |
value | Certificate.ManagedCertificate.ProvisioningIssue |
Type | Description |
Certificate.ManagedCertificate.Builder |
setProvisioningIssue(Certificate.ManagedCertificate.ProvisioningIssue.Builder builderForValue)
public Certificate.ManagedCertificate.Builder setProvisioningIssue(Certificate.ManagedCertificate.ProvisioningIssue.Builder builderForValue)
Information about issues with provisioning a Managed Certificate.
.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.ProvisioningIssue provisioning_issue = 3;
Name | Description |
builderForValue | Certificate.ManagedCertificate.ProvisioningIssue.Builder |
Type | Description |
Certificate.ManagedCertificate.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Certificate.ManagedCertificate.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
Certificate.ManagedCertificate.Builder |
setState(Certificate.ManagedCertificate.State value)
public Certificate.ManagedCertificate.Builder setState(Certificate.ManagedCertificate.State value)
Output only. State of the managed certificate resource.
.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | Certificate.ManagedCertificate.State The state to set. |
Type | Description |
Certificate.ManagedCertificate.Builder | This builder for chaining. |
setStateValue(int value)
public Certificate.ManagedCertificate.Builder setStateValue(int value)
Output only. State of the managed certificate resource.
.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | int The enum numeric value on the wire for state to set. |
Type | Description |
Certificate.ManagedCertificate.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final Certificate.ManagedCertificate.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Certificate.ManagedCertificate.Builder |