google_api_app_engine v0.3.0 GoogleApi.AppEngine.V1.Model.OperationMetadataV1Beta View Source

Metadata for the given google.longrunning.Operation.

Attributes

  • createVersionMetadata (CreateVersionMetadataV1Beta): Defaults to: null.
  • endTime (DateTime.t): Time that this operation completed.@OutputOnly Defaults to: null.
  • ephemeralMessage (String.t): Ephemeral message that may change every time the operation is polled. @OutputOnly Defaults to: null.
  • insertTime (DateTime.t): Time that this operation was created.@OutputOnly Defaults to: null.
  • method (String.t): API method that initiated this operation. Example: google.appengine.v1beta.Versions.CreateVersion.@OutputOnly Defaults to: null.
  • target (String.t): Name of the resource that this operation is acting on. Example: apps/myapp/services/default.@OutputOnly Defaults to: null.
  • user (String.t): User who requested this operation.@OutputOnly Defaults to: null.
  • warning ([String.t]): Durable messages that persist on every operation poll. @OutputOnly Defaults to: null.

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() :: %GoogleApi.AppEngine.V1.Model.OperationMetadataV1Beta{
  createVersionMetadata:
    GoogleApi.AppEngine.V1.Model.CreateVersionMetadataV1Beta.t(),
  endTime: DateTime.t(),
  ephemeralMessage: any(),
  insertTime: DateTime.t(),
  method: any(),
  target: any(),
  user: any(),
  warning: [any()]
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.