Class MetadataExchangeResponse (0.1.4)

MetadataExchangeResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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.

Attributes

NameDescription
response_code google.cloud.alloydb.connectors_v1.types.MetadataExchangeResponse.ResponseCode
Response code.
error str
Optional. Error message.

Classes

ResponseCode

ResponseCode(value)

Response code.

Values: RESPONSE_CODE_UNSPECIFIED (0): Unknown response code OK (1): Success ERROR (2): Failure