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