google_api_app_engine v0.8.0 GoogleApi.AppEngine.V1.Model.OperationMetadataV1Alpha View Source
Metadata for the given google.longrunning.Operation.
Attributes
- createVersionMetadata (GoogleApi.AppEngine.V1.Model.CreateVersionMetadataV1Alpha.t): Defaults to
nil
. - endTime (DateTime.t): Time that this operation completed.@OutputOnly Defaults to
nil
. - ephemeralMessage (String.t): Ephemeral message that may change every time the operation is polled. @OutputOnly Defaults to
nil
. - insertTime (DateTime.t): Time that this operation was created.@OutputOnly Defaults to
nil
. - method (String.t): API method that initiated this operation. Example: google.appengine.v1alpha.Versions.CreateVersion.@OutputOnly Defaults to
nil
. - target (String.t): Name of the resource that this operation is acting on. Example: apps/myapp/services/default.@OutputOnly Defaults to
nil
. - user (String.t): User who requested this operation.@OutputOnly Defaults to
nil
. - warning (list(String.t)): Durable messages that persist on every operation poll. @OutputOnly Defaults to
nil
.
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 Source
t()
View Source
t() :: %GoogleApi.AppEngine.V1.Model.OperationMetadataV1Alpha{
createVersionMetadata:
GoogleApi.AppEngine.V1.Model.CreateVersionMetadataV1Alpha.t(),
endTime: DateTime.t(),
ephemeralMessage: String.t(),
insertTime: DateTime.t(),
method: String.t(),
target: String.t(),
user: String.t(),
warning: [String.t()]
}
t() :: %GoogleApi.AppEngine.V1.Model.OperationMetadataV1Alpha{ createVersionMetadata: GoogleApi.AppEngine.V1.Model.CreateVersionMetadataV1Alpha.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
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.