public interface MetadataExchangeResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getError()
Optional.
|
com.google.protobuf.ByteString |
getErrorBytes()
Optional.
|
MetadataExchangeResponse.ResponseCode |
getResponseCode()
Response code.
|
int |
getResponseCodeValue()
Response code.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getResponseCodeValue()
Response code.
.google.cloud.alloydb.connectors.v1alpha.MetadataExchangeResponse.ResponseCode response_code = 1;
MetadataExchangeResponse.ResponseCode getResponseCode()
Response code.
.google.cloud.alloydb.connectors.v1alpha.MetadataExchangeResponse.ResponseCode response_code = 1;
String getError()
Optional. Error message.
string error = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getErrorBytes()
Optional. Error message.
string error = 2 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2024 Google LLC. All rights reserved.