Class: Google::Cloud::Bigquery::AnalyticsHub::V1::GetListingRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::AnalyticsHub::V1::GetListingRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb
Overview
Message for getting a listing.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the listing.
e.g. projects/myproject/locations/US/dataExchanges/123/listings/456
.
618 619 620 621 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 618 class GetListingRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |