Class MetadataExchangeResponse.Builder (0.61.0)

public static final class MetadataExchangeResponse.Builder extends GeneratedMessage.Builder<MetadataExchangeResponse.Builder> implements MetadataExchangeResponseOrBuilder

Message for response to metadata exchange request. The sole purpose of this message is for the use of AlloyDB connectors. Clients should not rely on this message directly as there can be breaking changes in the future.

Protobuf type google.cloud.alloydb.connectors.v1beta.MetadataExchangeResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public MetadataExchangeResponse build()
Returns
Type Description
MetadataExchangeResponse

buildPartial()

public MetadataExchangeResponse buildPartial()
Returns
Type Description
MetadataExchangeResponse

clear()

public MetadataExchangeResponse.Builder clear()
Returns
Type Description
MetadataExchangeResponse.Builder
Overrides

clearError()

public MetadataExchangeResponse.Builder clearError()

Optional. Error message.

string error = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
MetadataExchangeResponse.Builder

This builder for chaining.

clearResponseCode()

public MetadataExchangeResponse.Builder clearResponseCode()

Response code.

.google.cloud.alloydb.connectors.v1beta.MetadataExchangeResponse.ResponseCode response_code = 1;

Returns
Type Description
MetadataExchangeResponse.Builder

This builder for chaining.

getDefaultInstanceForType()

public MetadataExchangeResponse getDefaultInstanceForType()
Returns
Type Description
MetadataExchangeResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getError()

public String getError()

Optional. Error message.

string error = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The error.

getErrorBytes()

public ByteString getErrorBytes()

Optional. Error message.

string error = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for error.

getResponseCode()

public MetadataExchangeResponse.ResponseCode getResponseCode()

Response code.

.google.cloud.alloydb.connectors.v1beta.MetadataExchangeResponse.ResponseCode response_code = 1;

Returns
Type Description
MetadataExchangeResponse.ResponseCode

The responseCode.

getResponseCodeValue()

public int getResponseCodeValue()

Response code.

.google.cloud.alloydb.connectors.v1beta.MetadataExchangeResponse.ResponseCode response_code = 1;

Returns
Type Description
int

The enum numeric value on the wire for responseCode.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(MetadataExchangeResponse other)

public MetadataExchangeResponse.Builder mergeFrom(MetadataExchangeResponse other)
Parameter
Name Description
other MetadataExchangeResponse
Returns
Type Description
MetadataExchangeResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public MetadataExchangeResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MetadataExchangeResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public MetadataExchangeResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
MetadataExchangeResponse.Builder
Overrides

setError(String value)

public MetadataExchangeResponse.Builder setError(String value)

Optional. Error message.

string error = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The error to set.

Returns
Type Description
MetadataExchangeResponse.Builder

This builder for chaining.

setErrorBytes(ByteString value)

public MetadataExchangeResponse.Builder setErrorBytes(ByteString value)

Optional. Error message.

string error = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for error to set.

Returns
Type Description
MetadataExchangeResponse.Builder

This builder for chaining.

setResponseCode(MetadataExchangeResponse.ResponseCode value)

public MetadataExchangeResponse.Builder setResponseCode(MetadataExchangeResponse.ResponseCode value)

Response code.

.google.cloud.alloydb.connectors.v1beta.MetadataExchangeResponse.ResponseCode response_code = 1;

Parameter
Name Description
value MetadataExchangeResponse.ResponseCode

The responseCode to set.

Returns
Type Description
MetadataExchangeResponse.Builder

This builder for chaining.

setResponseCodeValue(int value)

public MetadataExchangeResponse.Builder setResponseCodeValue(int value)

Response code.

.google.cloud.alloydb.connectors.v1beta.MetadataExchangeResponse.ResponseCode response_code = 1;

Parameter
Name Description
value int

The enum numeric value on the wire for responseCode to set.

Returns
Type Description
MetadataExchangeResponse.Builder

This builder for chaining.