- 0.61.0 (latest)
- 0.60.0
- 0.59.0
- 0.58.0
- 0.56.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.48.0
- 0.46.0
- 0.45.0
- 0.42.0
- 0.41.0
- 0.40.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.29.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.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.0
- 0.2.0
- 0.1.0
public static final class MetadataExchangeResponse.Builder extends GeneratedMessage.Builder<MetadataExchangeResponse.Builder> implements MetadataExchangeResponseOrBuilderMessage 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
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > MetadataExchangeResponse.BuilderImplements
MetadataExchangeResponseOrBuilderStatic 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 |
|
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 |
|
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 |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public MetadataExchangeResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
MetadataExchangeResponse.Builder |
|
setError(String value)
public MetadataExchangeResponse.Builder setError(String value)Optional. Error message.
string error = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe 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 |
ByteStringThe 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.ResponseCodeThe 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 |
intThe enum numeric value on the wire for responseCode to set. |
| Returns | |
|---|---|
| Type | Description |
MetadataExchangeResponse.Builder |
This builder for chaining. |