google_api_app_engine v0.23.0 GoogleApi.AppEngine.V1.Model.OperationMetadataV1Beta View Source
Metadata for the given google.longrunning.Operation.
Attributes
-
createVersionMetadata
(type:GoogleApi.AppEngine.V1.Model.CreateVersionMetadataV1Beta.t
, default:nil
) - -
endTime
(type:DateTime.t
, default:nil
) - Time that this operation completed.@OutputOnly -
ephemeralMessage
(type:String.t
, default:nil
) - Ephemeral message that may change every time the operation is polled. @OutputOnly -
insertTime
(type:DateTime.t
, default:nil
) - Time that this operation was created.@OutputOnly -
method
(type:String.t
, default:nil
) - API method that initiated this operation. Example: google.appengine.v1beta.Versions.CreateVersion.@OutputOnly -
target
(type:String.t
, default:nil
) - Name of the resource that this operation is acting on. Example: apps/myapp/services/default.@OutputOnly -
user
(type:String.t
, default:nil
) - User who requested this operation.@OutputOnly -
warning
(type:list(String.t)
, default:nil
) - Durable messages that persist on every operation poll. @OutputOnly
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.AppEngine.V1.Model.OperationMetadataV1Beta{ createVersionMetadata: GoogleApi.AppEngine.V1.Model.CreateVersionMetadataV1Beta.t(), endTime: DateTime.t(), ephemeralMessage: String.t(), insertTime: DateTime.t(), method: String.t(), target: String.t(), user: String.t(), warning: [String.t()] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.