public sealed class UpdateDatasetConfigRequest : IMessage<UpdateDatasetConfigRequest>, IEquatable<UpdateDatasetConfigRequest>, IDeepCloneable<UpdateDatasetConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Storage Insights v1 API class UpdateDatasetConfigRequest.
Request message for
[UpdateDatasetConfig
][google.cloud.storageinsights.v1.StorageInsights.UpdateDatasetConfig]
Implements
IMessageUpdateDatasetConfigRequest, IEquatableUpdateDatasetConfigRequest, IDeepCloneableUpdateDatasetConfigRequest, IBufferMessage, IMessageNamespace
Google.Cloud.StorageInsights.V1Assembly
Google.Cloud.StorageInsights.V1.dll
Constructors
UpdateDatasetConfigRequest()
public UpdateDatasetConfigRequest()
UpdateDatasetConfigRequest(UpdateDatasetConfigRequest)
public UpdateDatasetConfigRequest(UpdateDatasetConfigRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateDatasetConfigRequest |
Properties
DatasetConfig
public DatasetConfig DatasetConfig { get; set; }
Required. The resource being updated
Property Value | |
---|---|
Type | Description |
DatasetConfig |
RequestId
public string RequestId { get; set; }
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).
Property Value | |
---|---|
Type | Description |
string |
UpdateMask
public FieldMask UpdateMask { get; set; }
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.
Property Value | |
---|---|
Type | Description |
FieldMask |