google_api_genomics v0.9.0 GoogleApi.Genomics.V1.Model.OperationMetadata View Source
Metadata describing an Operation.
Attributes
clientId(type:String.t, default:nil) - This field is deprecated. Uselabelsinstead. Optionally provided by the caller when submitting the request that creates the operation.createTime(type:DateTime.t, default:nil) - The time at which the job was submitted to the Genomics service.endTime(type:DateTime.t, default:nil) - The time at which the job stopped running.events(type:list(GoogleApi.Genomics.V1.Model.OperationEvent.t), default:nil) - Optional event messages that were generated during the job's execution. This also contains any warnings that were generated during import or export.labels(type:map(), default:nil) - Optionally provided by the caller when submitting the request that creates the operation.projectId(type:String.t, default:nil) - The Google Cloud Project in which the job is scoped.request(type:map(), default:nil) - The original request that started the operation. Note that this will be in current version of the API. If the operation was started with v1beta2 API and a GetOperation is performed on v1 API, a v1 request will be returned.runtimeMetadata(type:map(), default:nil) - Runtime metadata on this Operation.startTime(type:DateTime.t, default:nil) - The time at which the job began to run.
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.Genomics.V1.Model.OperationMetadata{
clientId: String.t(),
createTime: DateTime.t(),
endTime: DateTime.t(),
events: [GoogleApi.Genomics.V1.Model.OperationEvent.t()],
labels: map(),
projectId: String.t(),
request: map(),
runtimeMetadata: map(),
startTime: DateTime.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.