Reference documentation and code samples for the SaaS Runtime V1BETA1 API class Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::RolloutStats.
RolloutStats contains information about the progress of a rollout.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#operations_by_state
def operations_by_state() -> ::Array<::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Aggregate>
-
(::Array<::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Aggregate>) —
Output only. A breakdown of the progress of operations triggered by the rollout. Provides a count of Operations by their state. This can be used to determine the number of units which have been updated, or are scheduled to be updated.
There will be at most one entry per group. Possible values for operation groups are:
- "SCHEDULED"
- "PENDING"
- "RUNNING"
- "SUCCEEDED"
- "FAILED"
- "CANCELLED"