Class: Google::Cloud::StorageInsights::V1::DeleteDatasetConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::StorageInsights::V1::DeleteDatasetConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/storageinsights/v1/storageinsights.rb
Overview
Request message for
DeleteDatasetConfig
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#request_id ⇒ ::String
Optional.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the resource.
882 883 884 885 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 882 class DeleteDatasetConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
Returns Optional. A unique identifier for your request. Specify the request ID if you need to retry the request. If you retry the request with the same ID within 60 minutes, the server ignores the request if it has already completed the original request.
For example, if your initial request times out and you retry the request using the same request ID, the server recognizes the original request and does not process the new request.
The request ID must be a valid UUID and cannot be a zero UUID (00000000-0000-0000-0000-000000000000).
882 883 884 885 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 882 class DeleteDatasetConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |