public static final class EkmConnection.ConnectionError.Builder extends GeneratedMessageV3.Builder<EkmConnection.ConnectionError.Builder> implements EkmConnection.ConnectionErrorOrBuilder
Information around the error that occurred if the connection state is
anything other than available or unspecified
Protobuf type google.cloud.cloudcontrolspartner.v1.EkmConnection.ConnectionError
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public EkmConnection.ConnectionError.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public EkmConnection.ConnectionError build()
buildPartial()
public EkmConnection.ConnectionError buildPartial()
clear()
public EkmConnection.ConnectionError.Builder clear()
Overrides
clearErrorDomain()
public EkmConnection.ConnectionError.Builder clearErrorDomain()
The error domain for the error
string error_domain = 1;
clearErrorMessage()
public EkmConnection.ConnectionError.Builder clearErrorMessage()
The error message for the error
string error_message = 2;
clearField(Descriptors.FieldDescriptor field)
public EkmConnection.ConnectionError.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public EkmConnection.ConnectionError.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public EkmConnection.ConnectionError.Builder clone()
Overrides
getDefaultInstanceForType()
public EkmConnection.ConnectionError getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(EkmConnection.ConnectionError other)
public EkmConnection.ConnectionError.Builder mergeFrom(EkmConnection.ConnectionError other)
public EkmConnection.ConnectionError.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public EkmConnection.ConnectionError.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final EkmConnection.ConnectionError.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setErrorDomain(String value)
public EkmConnection.ConnectionError.Builder setErrorDomain(String value)
The error domain for the error
string error_domain = 1;
Parameter |
Name |
Description |
value |
String
The errorDomain to set.
|
setErrorDomainBytes(ByteString value)
public EkmConnection.ConnectionError.Builder setErrorDomainBytes(ByteString value)
The error domain for the error
string error_domain = 1;
Parameter |
Name |
Description |
value |
ByteString
The bytes for errorDomain to set.
|
setErrorMessage(String value)
public EkmConnection.ConnectionError.Builder setErrorMessage(String value)
The error message for the error
string error_message = 2;
Parameter |
Name |
Description |
value |
String
The errorMessage to set.
|
setErrorMessageBytes(ByteString value)
public EkmConnection.ConnectionError.Builder setErrorMessageBytes(ByteString value)
The error message for the error
string error_message = 2;
Parameter |
Name |
Description |
value |
ByteString
The bytes for errorMessage to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public EkmConnection.ConnectionError.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public EkmConnection.ConnectionError.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final EkmConnection.ConnectionError.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides