Analytics Hub V1beta1 API - Class Google::Cloud::Bigquery::DataExchange::V1beta1::CreateListingRequest (v0.1.0)

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

#listing=

def listing=(value) -> ::Google::Cloud::Bigquery::DataExchange::V1beta1::Listing
Parameter
Returns

#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.