Class: Google::Cloud::Bigquery::AnalyticsHub::V1::CreateDataExchangeRequest

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 creating a data exchange.

Instance Attribute Summary collapse

Instance Attribute Details

#data_exchange::Google::Cloud::Bigquery::AnalyticsHub::V1::DataExchange

Returns Required. The data exchange to create.

Returns:



524
525
526
527
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 524

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

#data_exchange_id::String

Returns Required. The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Max length: 100 bytes.

Returns:

  • (::String)

    Required. The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Max length: 100 bytes.



524
525
526
527
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 524

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

#parent::String

Returns Required. The parent resource path of the data exchange. e.g. projects/myproject/locations/US.

Returns:

  • (::String)

    Required. The parent resource path of the data exchange. e.g. projects/myproject/locations/US.



524
525
526
527
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 524

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