RolloutStats contains information about the progress of a
rollout.
Attribute
Name
Description
operations_by_state
MutableSequence[google.cloud.saasplatform_saasservicemgmt_v1beta1.types.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".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-30 UTC."],[],[]]