Class: Google::Cloud::Bigquery::AnalyticsHub::V1::GetDataExchangeRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb

Overview

Message for getting a data exchange.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the data exchange. e.g. projects/myproject/locations/US/dataExchanges/123.

Returns:

  • (::String)

    Required. The resource name of the data exchange. e.g. projects/myproject/locations/US/dataExchanges/123.



504
505
506
507
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 504

class GetDataExchangeRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end