public static final class EkmConnection.ConnectionError.Builder extends GeneratedMessage.Builder<EkmConnection.ConnectionError.Builder> implements EkmConnection.ConnectionErrorOrBuilderInformation around the error that occurred if the connection state is anything other than available or unspecified
Protobuf type google.cloud.cloudcontrolspartner.v1beta.EkmConnection.ConnectionError
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > EkmConnection.ConnectionError.BuilderImplements
EkmConnection.ConnectionErrorOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public EkmConnection.ConnectionError build()| Returns | |
|---|---|
| Type | Description |
EkmConnection.ConnectionError |
|
buildPartial()
public EkmConnection.ConnectionError buildPartial()| Returns | |
|---|---|
| Type | Description |
EkmConnection.ConnectionError |
|
clear()
public EkmConnection.ConnectionError.Builder clear()| Returns | |
|---|---|
| Type | Description |
EkmConnection.ConnectionError.Builder |
|
clearErrorDomain()
public EkmConnection.ConnectionError.Builder clearErrorDomain()The error domain for the error
string error_domain = 1;
| Returns | |
|---|---|
| Type | Description |
EkmConnection.ConnectionError.Builder |
This builder for chaining. |
clearErrorMessage()
public EkmConnection.ConnectionError.Builder clearErrorMessage()The error message for the error
string error_message = 2;
| Returns | |
|---|---|
| Type | Description |
EkmConnection.ConnectionError.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public EkmConnection.ConnectionError getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
EkmConnection.ConnectionError |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getErrorDomain()
public String getErrorDomain()The error domain for the error
string error_domain = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The errorDomain. |
getErrorDomainBytes()
public ByteString getErrorDomainBytes()The error domain for the error
string error_domain = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for errorDomain. |
getErrorMessage()
public String getErrorMessage()The error message for the error
string error_message = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The errorMessage. |
getErrorMessageBytes()
public ByteString getErrorMessageBytes()The error message for the error
string error_message = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for errorMessage. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(EkmConnection.ConnectionError other)
public EkmConnection.ConnectionError.Builder mergeFrom(EkmConnection.ConnectionError other)| Parameter | |
|---|---|
| Name | Description |
other |
EkmConnection.ConnectionError |
| Returns | |
|---|---|
| Type | Description |
EkmConnection.ConnectionError.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public EkmConnection.ConnectionError.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
EkmConnection.ConnectionError.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public EkmConnection.ConnectionError.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
EkmConnection.ConnectionError.Builder |
|
setErrorDomain(String value)
public EkmConnection.ConnectionError.Builder setErrorDomain(String value)The error domain for the error
string error_domain = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe errorDomain to set. |
| Returns | |
|---|---|
| Type | Description |
EkmConnection.ConnectionError.Builder |
This builder for chaining. |
setErrorDomainBytes(ByteString value)
public EkmConnection.ConnectionError.Builder setErrorDomainBytes(ByteString value)The error domain for the error
string error_domain = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for errorDomain to set. |
| Returns | |
|---|---|
| Type | Description |
EkmConnection.ConnectionError.Builder |
This builder for chaining. |
setErrorMessage(String value)
public EkmConnection.ConnectionError.Builder setErrorMessage(String value)The error message for the error
string error_message = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe errorMessage to set. |
| Returns | |
|---|---|
| Type | Description |
EkmConnection.ConnectionError.Builder |
This builder for chaining. |
setErrorMessageBytes(ByteString value)
public EkmConnection.ConnectionError.Builder setErrorMessageBytes(ByteString value)The error message for the error
string error_message = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for errorMessage to set. |
| Returns | |
|---|---|
| Type | Description |
EkmConnection.ConnectionError.Builder |
This builder for chaining. |