Class: Google::Cloud::Bigquery::AnalyticsHub::V1::CreateListingRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#listing::Google::Cloud::Bigquery::AnalyticsHub::V1::Listing

Returns Required. The listing to create.

Returns:



608
609
610
611
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 608

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

#listing_id::String

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



608
609
610
611
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 608

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

#parent::String

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



608
609
610
611
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 608

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