RolloutStats(mapping=None, *, ignore_unknown_fields=False, **kwargs)RolloutStats contains information about the progress of a rollout.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
operations_by_state |
MutableSequence[google.cloud.saasplatform_saasservicemgmt_v1beta1.types.Aggregate]
Optional. Output only. Unordered list. 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". |
estimated_total_unit_count |
int
Optional. Output only. Estimated number of units based. The estimation is computed upon creation of the rollout. This field is a member of oneof_ _estimated_total_unit_count.
|