Class: Google::Cloud::Bigquery::AnalyticsHub::V1::DeleteDataExchangeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::AnalyticsHub::V1::DeleteDataExchangeRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb
Overview
Message for deleting a data exchange.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The full name of the data exchange resource that you want to
delete. For example, projects/myproject/locations/US/dataExchanges/123
.
578 579 580 581 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 578 class DeleteDataExchangeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |