- 0.83.0 (latest)
- 0.81.0
- 0.79.0
- 0.78.0
- 0.77.0
- 0.76.0
- 0.75.0
- 0.73.0
- 0.71.0
- 0.70.0
- 0.67.0
- 0.66.0
- 0.65.0
- 0.63.0
- 0.62.0
- 0.61.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 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.AuthorizationAttemptInfo.Builder extends GeneratedMessageV3.Builder<Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder> implements Certificate.ManagedCertificate.AuthorizationAttemptInfoOrBuilderState of the latest attempt to authorize a domain for certificate issuance.
Protobuf type
google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Certificate.ManagedCertificate.AuthorizationAttemptInfo.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder |
build()
public Certificate.ManagedCertificate.AuthorizationAttemptInfo build()| Type | Description |
| Certificate.ManagedCertificate.AuthorizationAttemptInfo |
buildPartial()
public Certificate.ManagedCertificate.AuthorizationAttemptInfo buildPartial()| Type | Description |
| Certificate.ManagedCertificate.AuthorizationAttemptInfo |
clear()
public Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder clear()| Type | Description |
| Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder |
clearDetails()
public Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder clearDetails()Human readable explanation for reaching the state. Provided to help address the configuration issues. Not guaranteed to be stable. For programmatic access use Reason enum.
string details = 4;
| Type | Description |
| Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder | This builder for chaining. |
clearDomain()
public Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder clearDomain()Domain name of the authorization attempt.
string domain = 1;
| Type | Description |
| Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder | This builder for chaining. |
clearFailureReason()
public Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder clearFailureReason()Output only. Reason for failure of the authorization attempt for the domain.
.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason failure_reason = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder |
clearState()
public Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder clearState()State of the domain for managed certificate issuance.
.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo.State state = 2;
| Type | Description |
| Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder | This builder for chaining. |
clone()
public Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder clone()| Type | Description |
| Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder |
getDefaultInstanceForType()
public Certificate.ManagedCertificate.AuthorizationAttemptInfo getDefaultInstanceForType()| Type | Description |
| Certificate.ManagedCertificate.AuthorizationAttemptInfo |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getDetails()
public String getDetails()Human readable explanation for reaching the state. Provided to help address the configuration issues. Not guaranteed to be stable. For programmatic access use Reason enum.
string details = 4;
| Type | Description |
| String | The details. |
getDetailsBytes()
public ByteString getDetailsBytes()Human readable explanation for reaching the state. Provided to help address the configuration issues. Not guaranteed to be stable. For programmatic access use Reason enum.
string details = 4;
| Type | Description |
| ByteString | The bytes for details. |
getDomain()
public String getDomain()Domain name of the authorization attempt.
string domain = 1;
| Type | Description |
| String | The domain. |
getDomainBytes()
public ByteString getDomainBytes()Domain name of the authorization attempt.
string domain = 1;
| Type | Description |
| ByteString | The bytes for domain. |
getFailureReason()
public Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason getFailureReason()Output only. Reason for failure of the authorization attempt for the domain.
.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason failure_reason = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason | The failureReason. |
getFailureReasonValue()
public int getFailureReasonValue()Output only. Reason for failure of the authorization attempt for the domain.
.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason failure_reason = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| int | The enum numeric value on the wire for failureReason. |
getState()
public Certificate.ManagedCertificate.AuthorizationAttemptInfo.State getState()State of the domain for managed certificate issuance.
.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo.State state = 2;
| Type | Description |
| Certificate.ManagedCertificate.AuthorizationAttemptInfo.State | The state. |
getStateValue()
public int getStateValue()State of the domain for managed certificate issuance.
.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo.State state = 2;
| Type | Description |
| int | The enum numeric value on the wire for state. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(Certificate.ManagedCertificate.AuthorizationAttemptInfo other)
public Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder mergeFrom(Certificate.ManagedCertificate.AuthorizationAttemptInfo other)| Name | Description |
| other | Certificate.ManagedCertificate.AuthorizationAttemptInfo |
| Type | Description |
| Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder |
setDetails(String value)
public Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder setDetails(String value)Human readable explanation for reaching the state. Provided to help address the configuration issues. Not guaranteed to be stable. For programmatic access use Reason enum.
string details = 4;
| Name | Description |
| value | StringThe details to set. |
| Type | Description |
| Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder | This builder for chaining. |
setDetailsBytes(ByteString value)
public Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder setDetailsBytes(ByteString value)Human readable explanation for reaching the state. Provided to help address the configuration issues. Not guaranteed to be stable. For programmatic access use Reason enum.
string details = 4;
| Name | Description |
| value | ByteStringThe bytes for details to set. |
| Type | Description |
| Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder | This builder for chaining. |
setDomain(String value)
public Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder setDomain(String value)Domain name of the authorization attempt.
string domain = 1;
| Name | Description |
| value | StringThe domain to set. |
| Type | Description |
| Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder | This builder for chaining. |
setDomainBytes(ByteString value)
public Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder setDomainBytes(ByteString value)Domain name of the authorization attempt.
string domain = 1;
| Name | Description |
| value | ByteStringThe bytes for domain to set. |
| Type | Description |
| Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder | This builder for chaining. |
setFailureReason(Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason value)
public Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder setFailureReason(Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason value)Output only. Reason for failure of the authorization attempt for the domain.
.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason failure_reason = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReasonThe failureReason to set. |
| Type | Description |
| Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder | This builder for chaining. |
setFailureReasonValue(int value)
public Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder setFailureReasonValue(int value)Output only. Reason for failure of the authorization attempt for the domain.
.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason failure_reason = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | intThe enum numeric value on the wire for failureReason to set. |
| Type | Description |
| Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder |
setState(Certificate.ManagedCertificate.AuthorizationAttemptInfo.State value)
public Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder setState(Certificate.ManagedCertificate.AuthorizationAttemptInfo.State value)State of the domain for managed certificate issuance.
.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo.State state = 2;
| Name | Description |
| value | Certificate.ManagedCertificate.AuthorizationAttemptInfo.StateThe state to set. |
| Type | Description |
| Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder | This builder for chaining. |
setStateValue(int value)
public Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder setStateValue(int value)State of the domain for managed certificate issuance.
.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo.State state = 2;
| Name | Description |
| value | intThe enum numeric value on the wire for state to set. |
| Type | Description |
| Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder |