google_api_deployment_manager v0.5.0 GoogleApi.DeploymentManager.V2.Model.Operation View Source

An Operation resource, used to manage asynchronous API requests. (== resource_for v1.globalOperations ==) (== resource_for beta.globalOperations ==) (== resource_for v1.regionOperations ==) (== resource_for beta.regionOperations ==) (== resource_for v1.zoneOperations ==) (== resource_for beta.zoneOperations ==)

Attributes

  • clientOperationId (type: String.t, default: nil) - [Output Only] The value of requestId if you provided it in the request. Not present otherwise.
  • creationTimestamp (type: String.t, default: nil) - [Deprecated] This field is deprecated.
  • description (type: String.t, default: nil) - [Output Only] A textual description of the operation, which is set when the operation is created.
  • endTime (type: String.t, default: nil) - [Output Only] The time that this operation was completed. This value is in RFC3339 text format.
  • error (type: GoogleApi.DeploymentManager.V2.Model.OperationError.t, default: nil) - [Output Only] If errors are generated during processing of the operation, this field will be populated.
  • httpErrorMessage (type: String.t, default: nil) - [Output Only] If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND.
  • httpErrorStatusCode (type: integer(), default: nil) - [Output Only] If the operation fails, this field contains the HTTP error status code that was returned. For example, a 404 means the resource was not found.
  • id (type: String.t, default: nil) - [Output Only] The unique identifier for the resource. This identifier is defined by the server.
  • insertTime (type: String.t, default: nil) - [Output Only] The time that this operation was requested. This value is in RFC3339 text format.
  • kind (type: String.t, default: deploymentmanager#operation) - [Output Only] Type of the resource. Always compute#operation for Operation resources.
  • name (type: String.t, default: nil) - [Output Only] Name of the resource.
  • operationType (type: String.t, default: nil) - [Output Only] The type of operation, such as insert, update, or delete, and so on.
  • progress (type: integer(), default: nil) - [Output Only] An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess when the operation will be complete. This number should monotonically increase as the operation progresses.
  • region (type: String.t, default: nil) - [Output Only] The URL of the region where the operation resides. Only available when performing regional operations. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
  • selfLink (type: String.t, default: nil) - [Output Only] Server-defined URL for the resource.
  • startTime (type: String.t, default: nil) - [Output Only] The time that this operation was started by the server. This value is in RFC3339 text format.
  • status (type: String.t, default: nil) - [Output Only] The status of the operation, which can be one of the following: PENDING, RUNNING, or DONE.
  • statusMessage (type: String.t, default: nil) - [Output Only] An optional textual description of the current status of the operation.
  • targetId (type: String.t, default: nil) - [Output Only] The unique target ID, which identifies a specific incarnation of the target resource.
  • targetLink (type: String.t, default: nil) - [Output Only] The URL of the resource that the operation modifies. For operations related to creating a snapshot, this points to the persistent disk that the snapshot was created from.
  • user (type: String.t, default: nil) - [Output Only] User who requested the operation, for example: user@example.com.
  • warnings (type: list(GoogleApi.DeploymentManager.V2.Model.OperationWarnings.t), default: nil) - [Output Only] If warning messages are generated during processing of the operation, this field will be populated.
  • zone (type: String.t, default: nil) - [Output Only] The URL of the zone where the operation resides. Only available when performing per-zone operations. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.

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.DeploymentManager.V2.Model.Operation{
  clientOperationId: String.t(),
  creationTimestamp: String.t(),
  description: String.t(),
  endTime: String.t(),
  error: GoogleApi.DeploymentManager.V2.Model.OperationError.t(),
  httpErrorMessage: String.t(),
  httpErrorStatusCode: integer(),
  id: String.t(),
  insertTime: String.t(),
  kind: String.t(),
  name: String.t(),
  operationType: String.t(),
  progress: integer(),
  region: String.t(),
  selfLink: String.t(),
  startTime: String.t(),
  status: String.t(),
  statusMessage: String.t(),
  targetId: String.t(),
  targetLink: String.t(),
  user: String.t(),
  warnings: [GoogleApi.DeploymentManager.V2.Model.OperationWarnings.t()],
  zone: String.t()
}

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.