Analytics Hub V1 API - Class Google::Cloud::Bigquery::AnalyticsHub::V1::CreateDataExchangeRequest (v0.7.0)

Reference documentation and code samples for the Analytics Hub V1 API class Google::Cloud::Bigquery::AnalyticsHub::V1::CreateDataExchangeRequest.

Message for creating a data exchange.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#data_exchange

def data_exchange() -> ::Google::Cloud::Bigquery::AnalyticsHub::V1::DataExchange
Returns

#data_exchange=

def data_exchange=(value) -> ::Google::Cloud::Bigquery::AnalyticsHub::V1::DataExchange
Parameter
Returns

#data_exchange_id

def data_exchange_id() -> ::String
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.

#data_exchange_id=

def data_exchange_id=(value) -> ::String
Parameter
  • value (::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.
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.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent resource path of the data exchange. e.g. projects/myproject/locations/US.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — 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.