Class: Google::Cloud::Bigquery::AnalyticsHub::V1::CreateListingRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::AnalyticsHub::V1::CreateListingRequest
- 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
-
#listing ⇒ ::Google::Cloud::Bigquery::AnalyticsHub::V1::Listing
Required.
-
#listing_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#listing ⇒ ::Google::Cloud::Bigquery::AnalyticsHub::V1::Listing
Returns Required. The listing to create.
1039 1040 1041 1042 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 1039 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 (_). Max length: 100 bytes.
1039 1040 1041 1042 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 1039 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.
1039 1040 1041 1042 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 1039 class CreateListingRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |