Class: Google::Cloud::Connectors::V1::GetConnectionSchemaMetadataRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#name::String

Returns Required. Connection name Format: projects/{project}/locations/{location}/connections/{connection}/connectionSchemaMetadata.

Returns:

  • (::String)

    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