Reference documentation and code samples for the Cloud Tasks V2beta3 API class Google::Cloud::Tasks::V2beta3::BatchCreateTasksMetadata.
Metadata message for [BatchCreateTasks].
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time when the batch create finished.
#end_time=
def end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time when the batch create finished.
Returns
- (::Google::Protobuf::Timestamp) — The time when the batch create finished.
#failed_requests
def failed_requests() -> ::Google::Protobuf::Map{::Integer => ::Google::Rpc::Status}
Returns
- (::Google::Protobuf::Map{::Integer => ::Google::Rpc::Status}) — A map of failed requests, where the key is the index of the request in BatchCreateTasksRequest.requests and the value is the error status.
#failed_requests=
def failed_requests=(value) -> ::Google::Protobuf::Map{::Integer => ::Google::Rpc::Status}
Parameter
- value (::Google::Protobuf::Map{::Integer => ::Google::Rpc::Status}) — A map of failed requests, where the key is the index of the request in BatchCreateTasksRequest.requests and the value is the error status.
Returns
- (::Google::Protobuf::Map{::Integer => ::Google::Rpc::Status}) — A map of failed requests, where the key is the index of the request in BatchCreateTasksRequest.requests and the value is the error status.
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time when the batch create started.
#start_time=
def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time when the batch create started.
Returns
- (::Google::Protobuf::Timestamp) — The time when the batch create started.
#state
def state() -> ::Google::Cloud::Tasks::V2beta3::BatchCreateTasksMetadata::State
Returns
- (::Google::Cloud::Tasks::V2beta3::BatchCreateTasksMetadata::State) — Output only. The state of the batch create operation.