Reference documentation and code samples for the Storage Insights V1 API class Google::Cloud::StorageInsights::V1::UpdateDatasetConfigRequest.
Request message for
UpdateDatasetConfig
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#dataset_config
def dataset_config() -> ::Google::Cloud::StorageInsights::V1::DatasetConfig
- (::Google::Cloud::StorageInsights::V1::DatasetConfig) — Required. The resource being updated
#dataset_config=
def dataset_config=(value) -> ::Google::Cloud::StorageInsights::V1::DatasetConfig
- value (::Google::Cloud::StorageInsights::V1::DatasetConfig) — Required. The resource being updated
- (::Google::Cloud::StorageInsights::V1::DatasetConfig) — Required. The resource being updated
#request_id
def request_id() -> ::String
-
(::String) — 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).
#request_id=
def request_id=(value) -> ::String
-
value (::String) — 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).
-
(::String) — 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).
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
-
(::Google::Protobuf::FieldMask) — Required. Field mask is used to specify the fields to be overwritten in the
DatasetConfig
resource by the update. The fields specified in theupdate_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.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
-
value (::Google::Protobuf::FieldMask) — Required. Field mask is used to specify the fields to be overwritten in the
DatasetConfig
resource by the update. The fields specified in theupdate_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.
-
(::Google::Protobuf::FieldMask) — Required. Field mask is used to specify the fields to be overwritten in the
DatasetConfig
resource by the update. The fields specified in theupdate_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.