public interface MetadataExchangeResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getError()
public abstract String getError()Optional. Error message.
string error = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The error. |
getErrorBytes()
public abstract ByteString getErrorBytes()Optional. Error message.
string error = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for error. |
getResponseCode()
public abstract MetadataExchangeResponse.ResponseCode getResponseCode()Response code.
.google.cloud.alloydb.connectors.v1beta.MetadataExchangeResponse.ResponseCode response_code = 1;
| Returns | |
|---|---|
| Type | Description |
MetadataExchangeResponse.ResponseCode |
The responseCode. |
getResponseCodeValue()
public abstract 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. |