Reference documentation and code samples for the Analytics Hub V1beta1 API class Google::Cloud::Bigquery::DataExchange::V1beta1::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::DataExchange::V1beta1::DataExchange
Returns
- (::Google::Cloud::Bigquery::DataExchange::V1beta1::DataExchange) — Required. The data exchange to create.
#data_exchange=
def data_exchange=(value) -> ::Google::Cloud::Bigquery::DataExchange::V1beta1::DataExchange
Parameter
- value (::Google::Cloud::Bigquery::DataExchange::V1beta1::DataExchange) — Required. The data exchange to create.
Returns
- (::Google::Cloud::Bigquery::DataExchange::V1beta1::DataExchange) — Required. The data exchange to create.
#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
.