Class: Google::Cloud::Connectors::V1::GetConnectionSchemaMetadataRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Connectors::V1::GetConnectionSchemaMetadataRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/connectors/v1/connection.rb
Overview
Request message for ConnectorsService.GetConnectionSchemaMetadata.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Connection name Format: projects/{project}/locations/{location}/connections/{connection}/connectionSchemaMetadata.
387 388 389 390 |
# File 'proto_docs/google/cloud/connectors/v1/connection.rb', line 387 class GetConnectionSchemaMetadataRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |