Class: Google::Cloud::StorageInsights::V1::UpdateDatasetConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::StorageInsights::V1::UpdateDatasetConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/storageinsights/v1/storageinsights.rb
Overview
Request message for
UpdateDatasetConfig
Instance Attribute Summary collapse
-
#dataset_config ⇒ ::Google::Cloud::StorageInsights::V1::DatasetConfig
Required.
-
#request_id ⇒ ::String
Optional.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#dataset_config ⇒ ::Google::Cloud::StorageInsights::V1::DatasetConfig
Returns Required. The resource being updated.
859 860 861 862 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 859 class UpdateDatasetConfigRequest 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).
859 860 861 862 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 859 class UpdateDatasetConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. Field mask is used to specify the fields to be overwritten in the
DatasetConfig
resource by the update.
The fields specified in the update_mask
are relative to the resource, not
the full request. A field is overwritten if it is in the mask. If the
user does not provide a mask then it returns an "Invalid Argument" error.
859 860 861 862 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 859 class UpdateDatasetConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |