public sealed class CreateDatasetConfigRequest : IMessage<CreateDatasetConfigRequest>, IEquatable<CreateDatasetConfigRequest>, IDeepCloneable<CreateDatasetConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Storage Insights v1 API class CreateDatasetConfigRequest.
Request message for
[CreateDatasetConfig][google.cloud.storageinsights.v1.StorageInsights.CreateDatasetConfig]
Required. ID of the requesting object.
If auto-generating ID is enabled on the server-side, remove this field and
dataset_config_id from the method_signature of Create RPC
Note: The value should not contain any hyphens.
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).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Google Cloud Storage Insights v1 API - Class CreateDatasetConfigRequest (1.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.StorageInsights.V1/latest/Google.Cloud.StorageInsights.V1.CreateDatasetConfigRequest)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.StorageInsights.V1/1.3.0/Google.Cloud.StorageInsights.V1.CreateDatasetConfigRequest)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.StorageInsights.V1/1.2.0/Google.Cloud.StorageInsights.V1.CreateDatasetConfigRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.StorageInsights.V1/1.1.0/Google.Cloud.StorageInsights.V1.CreateDatasetConfigRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.StorageInsights.V1/1.0.0/Google.Cloud.StorageInsights.V1.CreateDatasetConfigRequest) \n\n public sealed class CreateDatasetConfigRequest : IMessage\u003cCreateDatasetConfigRequest\u003e, IEquatable\u003cCreateDatasetConfigRequest\u003e, IDeepCloneable\u003cCreateDatasetConfigRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Storage Insights v1 API class CreateDatasetConfigRequest.\n\nRequest message for\n\\[`CreateDatasetConfig`\\]\\[google.cloud.storageinsights.v1.StorageInsights.CreateDatasetConfig\\] \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e CreateDatasetConfigRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[CreateDatasetConfigRequest](/dotnet/docs/reference/Google.Cloud.StorageInsights.V1/latest/Google.Cloud.StorageInsights.V1.CreateDatasetConfigRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[CreateDatasetConfigRequest](/dotnet/docs/reference/Google.Cloud.StorageInsights.V1/latest/Google.Cloud.StorageInsights.V1.CreateDatasetConfigRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[CreateDatasetConfigRequest](/dotnet/docs/reference/Google.Cloud.StorageInsights.V1/latest/Google.Cloud.StorageInsights.V1.CreateDatasetConfigRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.StorageInsights.V1](/dotnet/docs/reference/Google.Cloud.StorageInsights.V1/latest/Google.Cloud.StorageInsights.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.StorageInsights.V1.dll\n\nConstructors\n------------\n\n### CreateDatasetConfigRequest()\n\n public CreateDatasetConfigRequest()\n\n### CreateDatasetConfigRequest(CreateDatasetConfigRequest)\n\n public CreateDatasetConfigRequest(CreateDatasetConfigRequest other)\n\nProperties\n----------\n\n### DatasetConfig\n\n public DatasetConfig DatasetConfig { get; set; }\n\nRequired. The resource being created\n\n### DatasetConfigId\n\n public string DatasetConfigId { get; set; }\n\nRequired. ID of the requesting object.\nIf auto-generating ID is enabled on the server-side, remove this field and\n`dataset_config_id` from the method_signature of Create RPC\nNote: The value should not contain any hyphens.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. Value for parent.\n\n### ParentAsLocationName\n\n public LocationName ParentAsLocationName { get; set; }\n\n[LocationName](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.ResourceNames.LocationName.html)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.StorageInsights.V1/latest/Google.Cloud.StorageInsights.V1.CreateDatasetConfigRequest#Google_Cloud_StorageInsights_V1_CreateDatasetConfigRequest_Parent) resource name property.\n\n### RequestId\n\n public string RequestId { get; set; }\n\nOptional. A unique identifier for your request.\nSpecify the request ID if you need to retry the request.\nIf you retry the request with the same ID within 60 minutes, the server\nignores the request if it has already completed the original request.\n\nFor example, if your initial request times out and you retry the request\nusing the same request ID, the server recognizes the original request and\ndoes not process the new request.\n\nThe request ID must be a valid UUID and cannot be a zero UUID\n(00000000-0000-0000-0000-000000000000)."]]