google_api_cloud_run v0.22.0 GoogleApi.CloudRun.V1alpha1.Model.PubSubStatus View Source
PubSubStatus represents the current state of a PubSub.
Attributes
conditions
(type:list(GoogleApi.CloudRun.V1alpha1.Model.Condition.t)
, default:nil
) - Array of observed PubSubConditions, indicating the current state of the PubSub.observedGeneration
(type:integer()
, default:nil
) - ObservedGeneration is the 'Generation' of the PubSub 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. +optional
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 Sourcet() :: %GoogleApi.CloudRun.V1alpha1.Model.PubSubStatus{ conditions: [GoogleApi.CloudRun.V1alpha1.Model.Condition.t()], observedGeneration: integer(), sinkUri: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.