Reference documentation and code samples for the Analytics Hub V1beta1 API class Google::Cloud::Bigquery::DataExchange::V1beta1::CreateListingRequest.
Message for creating a listing.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#listing
def listing() -> ::Google::Cloud::Bigquery::DataExchange::V1beta1::Listing
Returns
- (::Google::Cloud::Bigquery::DataExchange::V1beta1::Listing) — Required. The listing to create.
#listing=
def listing=(value) -> ::Google::Cloud::Bigquery::DataExchange::V1beta1::Listing
Parameter
- value (::Google::Cloud::Bigquery::DataExchange::V1beta1::Listing) — Required. The listing to create.
Returns
- (::Google::Cloud::Bigquery::DataExchange::V1beta1::Listing) — Required. The listing to create.
#listing_id
def listing_id() -> ::String
Returns
- (::String) — Required. The ID of the listing to create. 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.
#listing_id=
def listing_id=(value) -> ::String
Parameter
- value (::String) — Required. The ID of the listing to create. 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 listing to create. 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 listing.
e.g.
projects/myproject/locations/US/dataExchanges/123
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The parent resource path of the listing.
e.g.
projects/myproject/locations/US/dataExchanges/123
.
Returns
-
(::String) — Required. The parent resource path of the listing.
e.g.
projects/myproject/locations/US/dataExchanges/123
.