- 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.AuthorizationAttemptInfo.Builder extends GeneratedMessageV3.Builder<Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder> implements Certificate.ManagedCertificate.AuthorizationAttemptInfoOrBuilder
State 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()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder |
build()
public Certificate.ManagedCertificate.AuthorizationAttemptInfo build()
Returns | |
---|---|
Type | Description |
Certificate.ManagedCertificate.AuthorizationAttemptInfo |
buildPartial()
public Certificate.ManagedCertificate.AuthorizationAttemptInfo buildPartial()
Returns | |
---|---|
Type | Description |
Certificate.ManagedCertificate.AuthorizationAttemptInfo |
clear()
public Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder clear()
Returns | |
---|---|
Type | Description |
Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder |
clearDetails()
public Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder clearDetails()
Output only. Human readable explanation for reaching the state. Provided to help address the configuration issues. Not guaranteed to be stable. For programmatic access use FailureReason enum.
string details = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
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;
Returns | |
---|---|
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];
Returns | |
---|---|
Type | Description |
Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder |
clearState()
public Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder clearState()
Output only. State of the domain for managed certificate issuance.
.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder |
This builder for chaining. |
clone()
public Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder clone()
Returns | |
---|---|
Type | Description |
Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder |
getDefaultInstanceForType()
public Certificate.ManagedCertificate.AuthorizationAttemptInfo getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
Certificate.ManagedCertificate.AuthorizationAttemptInfo |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getDetails()
public String getDetails()
Output only. Human readable explanation for reaching the state. Provided to help address the configuration issues. Not guaranteed to be stable. For programmatic access use FailureReason enum.
string details = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The details. |
getDetailsBytes()
public ByteString getDetailsBytes()
Output only. Human readable explanation for reaching the state. Provided to help address the configuration issues. Not guaranteed to be stable. For programmatic access use FailureReason enum.
string details = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for details. |
getDomain()
public String getDomain()
Domain name of the authorization attempt.
string domain = 1;
Returns | |
---|---|
Type | Description |
String |
The domain. |
getDomainBytes()
public ByteString getDomainBytes()
Domain name of the authorization attempt.
string domain = 1;
Returns | |
---|---|
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];
Returns | |
---|---|
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];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for failureReason. |
getState()
public Certificate.ManagedCertificate.AuthorizationAttemptInfo.State getState()
Output only. State of the domain for managed certificate issuance.
.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Certificate.ManagedCertificate.AuthorizationAttemptInfo.State |
The state. |
getStateValue()
public int getStateValue()
Output only. State of the domain for managed certificate issuance.
.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for state. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(Certificate.ManagedCertificate.AuthorizationAttemptInfo other)
public Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder mergeFrom(Certificate.ManagedCertificate.AuthorizationAttemptInfo other)
Parameter | |
---|---|
Name | Description |
other |
Certificate.ManagedCertificate.AuthorizationAttemptInfo |
Returns | |
---|---|
Type | Description |
Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder |
setDetails(String value)
public Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder setDetails(String value)
Output only. Human readable explanation for reaching the state. Provided to help address the configuration issues. Not guaranteed to be stable. For programmatic access use FailureReason enum.
string details = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
String The details to set. |
Returns | |
---|---|
Type | Description |
Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder |
This builder for chaining. |
setDetailsBytes(ByteString value)
public Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder setDetailsBytes(ByteString value)
Output only. Human readable explanation for reaching the state. Provided to help address the configuration issues. Not guaranteed to be stable. For programmatic access use FailureReason enum.
string details = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for details to set. |
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
value |
String The domain to set. |
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for domain to set. |
Returns | |
---|---|
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];
Parameter | |
---|---|
Name | Description |
value |
Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason The failureReason to set. |
Returns | |
---|---|
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];
Parameter | |
---|---|
Name | Description |
value |
int The enum numeric value on the wire for failureReason to set. |
Returns | |
---|---|
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)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
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)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder |
setState(Certificate.ManagedCertificate.AuthorizationAttemptInfo.State value)
public Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder setState(Certificate.ManagedCertificate.AuthorizationAttemptInfo.State value)
Output only. State of the domain for managed certificate issuance.
.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
Certificate.ManagedCertificate.AuthorizationAttemptInfo.State The state to set. |
Returns | |
---|---|
Type | Description |
Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder |
This builder for chaining. |
setStateValue(int value)
public Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder setStateValue(int value)
Output only. State of the domain for managed certificate issuance.
.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
int The enum numeric value on the wire for state to set. |
Returns | |
---|---|
Type | Description |
Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder |