Class: Google::Cloud::StorageInsights::V1::CreateDatasetConfigRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/storageinsights/v1/storageinsights.rb

Overview

Request message for CreateDatasetConfig

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_config::Google::Cloud::StorageInsights::V1::DatasetConfig

Returns Required. The resource being created.

Returns:



829
830
831
832
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 829

class CreateDatasetConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#dataset_config_id::String

Returns 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.

Returns:

  • (::String)

    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.



829
830
831
832
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 829

class CreateDatasetConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. Value for parent.

Returns:

  • (::String)

    Required. Value for parent.



829
830
831
832
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 829

class CreateDatasetConfigRequest
  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).

Returns:

  • (::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).



829
830
831
832
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 829

class CreateDatasetConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end