View Source GoogleApi.CloudFunctions.V2.Model.GoogleCloudFunctionsV2betaOperationMetadata (google_api_cloud_functions v0.37.0)

Represents the metadata of the long-running operation.

Attributes

  • apiVersion (type: String.t, default: nil) - API version used to start the operation.
  • cancelRequested (type: boolean(), default: nil) - Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have google.longrunning.Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.
  • createTime (type: DateTime.t, default: nil) - The time the operation was created.
  • endTime (type: DateTime.t, default: nil) - The time the operation finished running.
  • operationType (type: String.t, default: nil) - The operation type.
  • requestResource (type: map(), default: nil) - The original request that started the operation.
  • sourceToken (type: String.t, default: nil) - An identifier for Firebase function sources. Disclaimer: This field is only supported for Firebase function deployments.
  • stages (type: list(GoogleApi.CloudFunctions.V2.Model.GoogleCloudFunctionsV2betaStage.t), default: nil) - Mechanism for reporting in-progress stages
  • statusDetail (type: String.t, default: nil) - Human-readable status of the operation, if any.
  • target (type: String.t, default: nil) - Server-defined resource path for the target of the operation.
  • verb (type: String.t, default: nil) - Name of the verb executed by the operation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.CloudFunctions.V2.Model.GoogleCloudFunctionsV2betaOperationMetadata{
    apiVersion: String.t() | nil,
    cancelRequested: boolean() | nil,
    createTime: DateTime.t() | nil,
    endTime: DateTime.t() | nil,
    operationType: String.t() | nil,
    requestResource: map() | nil,
    sourceToken: String.t() | nil,
    stages:
      [GoogleApi.CloudFunctions.V2.Model.GoogleCloudFunctionsV2betaStage.t()]
      | nil,
    statusDetail: String.t() | nil,
    target: String.t() | nil,
    verb: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.