Class: Google::Cloud::StorageBatchOperations::V1::CreateJobRequest

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

Overview

Message for creating a Job

Instance Attribute Summary collapse

Instance Attribute Details

#job::Google::Cloud::StorageBatchOperations::V1::Job

Returns Required. The resource being created.

Returns:



90
91
92
93
# File 'proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations.rb', line 90

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

#job_id::String

Returns Required. The optional job_id for this Job . If not specified, an id is generated. job_id should be no more than 128 characters and must include only characters available in DNS names, as defined by RFC-1123.

Returns:

  • (::String)

    Required. The optional job_id for this Job . If not specified, an id is generated. job_id should be no more than 128 characters and must include only characters available in DNS names, as defined by RFC-1123.



90
91
92
93
# File 'proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations.rb', line 90

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

#parent::String

Returns Required. Value for parent.

Returns:

  • (::String)

    Required. Value for parent.



90
91
92
93
# File 'proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations.rb', line 90

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

#request_id::String

Returns Optional. An optional request ID to identify requests. Specify a unique request ID in case you need to retry your request. Requests with same request_id will be ignored for at least 60 minutes since the first request. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

Returns:

  • (::String)

    Optional. An optional request ID to identify requests. Specify a unique request ID in case you need to retry your request. Requests with same request_id will be ignored for at least 60 minutes since the first request. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).



90
91
92
93
# File 'proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations.rb', line 90

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