GoogleApi.CloudRun.V1alpha1.Model.CloudStorageSourceStatus (google_api_cloud_run v0.39.0) View Source

CloudStorageSourceStatus represents the current state of a CloudStorageSource.

Attributes

  • conditions (type: list(GoogleApi.CloudRun.V1alpha1.Model.Condition.t), default: nil) - Array of observed CloudStorageSourceConditions, indicating the current state of the CloudStorageSource.
  • observedGeneration (type: integer(), default: nil) - ObservedGeneration is the 'Generation' of the CloudStorageSource that was last processed by the controller.
  • sinkUri (type: String.t, default: nil) - SinkURI is the current active sink URI that has been configured for the Source.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.CloudRun.V1alpha1.Model.CloudStorageSourceStatus{
  conditions: [GoogleApi.CloudRun.V1alpha1.Model.Condition.t()],
  observedGeneration: integer(),
  sinkUri: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.