google_api_vision v0.18.0 GoogleApi.Vision.V1.Model.BatchOperationMetadata View Source
Metadata for the batch operations such as the current state.
This is included in the metadata field of the Operation returned by the
GetOperation call of the google::longrunning::Operations service.
Attributes
endTime(type:DateTime.t, default:nil) - The time when the batch request is finished and google.longrunning.Operation.done is set to true.state(type:String.t, default:nil) - The current state of the batch operation.submitTime(type:DateTime.t, default:nil) - The time when the batch request was submitted to the server.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Vision.V1.Model.BatchOperationMetadata{
endTime: DateTime.t(),
state: String.t(),
submitTime: DateTime.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.