Google Cloud Storage Insights v1 API - Class CreateDatasetConfigRequest (1.4.0)

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]

Inheritance

object > CreateDatasetConfigRequest

Namespace

Google.Cloud.StorageInsights.V1

Assembly

Google.Cloud.StorageInsights.V1.dll

Constructors

CreateDatasetConfigRequest()

public CreateDatasetConfigRequest()

CreateDatasetConfigRequest(CreateDatasetConfigRequest)

public CreateDatasetConfigRequest(CreateDatasetConfigRequest other)
Parameter
Name Description
other CreateDatasetConfigRequest

Properties

DatasetConfig

public DatasetConfig DatasetConfig { get; set; }

Required. The resource being created

Property Value
Type Description
DatasetConfig

DatasetConfigId

public string DatasetConfigId { get; set; }

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.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. Value for parent.

Property Value
Type Description
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
Type Description
LocationName

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