public static final class RolloutStats.Builder extends GeneratedMessageV3.Builder<RolloutStats.Builder> implements RolloutStatsOrBuilder
RolloutStats contains information about the progress of a rollout.
Protobuf type google.cloud.saasplatform.saasservicemgmt.v1beta1.RolloutStats
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public RolloutStats.Builder addAllOperationsByState(Iterable<? extends Aggregate> values)
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"
repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Aggregate operations_by_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.cloud.saasplatform.saasservicemgmt.v1beta1.Aggregate>
|
public RolloutStats.Builder addOperationsByState(Aggregate value)
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"
repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Aggregate operations_by_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public RolloutStats.Builder addOperationsByState(Aggregate.Builder builderForValue)
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"
repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Aggregate operations_by_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public RolloutStats.Builder addOperationsByState(int index, Aggregate value)
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"
repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Aggregate operations_by_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public RolloutStats.Builder addOperationsByState(int index, Aggregate.Builder builderForValue)
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"
repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Aggregate operations_by_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Aggregate.Builder addOperationsByStateBuilder()
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"
repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Aggregate operations_by_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Aggregate.Builder addOperationsByStateBuilder(int index)
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"
repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Aggregate operations_by_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
public RolloutStats.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public RolloutStats build()
public RolloutStats buildPartial()
public RolloutStats.Builder clear()
Overrides
public RolloutStats.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public RolloutStats.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public RolloutStats.Builder clearOperationsByState()
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"
repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Aggregate operations_by_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public RolloutStats.Builder clone()
Overrides
public RolloutStats getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public Aggregate getOperationsByState(int index)
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"
repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Aggregate operations_by_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
public Aggregate.Builder getOperationsByStateBuilder(int index)
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"
repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Aggregate operations_by_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
public List<Aggregate.Builder> getOperationsByStateBuilderList()
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"
repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Aggregate operations_by_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public int getOperationsByStateCount()
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"
repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Aggregate operations_by_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
int |
|
public List<Aggregate> getOperationsByStateList()
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"
repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Aggregate operations_by_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public AggregateOrBuilder getOperationsByStateOrBuilder(int index)
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"
repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Aggregate operations_by_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
public List<? extends AggregateOrBuilder> getOperationsByStateOrBuilderList()
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"
repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Aggregate operations_by_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
List<? extends com.google.cloud.saasplatform.saasservicemgmt.v1beta1.AggregateOrBuilder> |
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public RolloutStats.Builder mergeFrom(RolloutStats other)
public RolloutStats.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public RolloutStats.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final RolloutStats.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public RolloutStats.Builder removeOperationsByState(int index)
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"
repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Aggregate operations_by_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
public RolloutStats.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public RolloutStats.Builder setOperationsByState(int index, Aggregate value)
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"
repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Aggregate operations_by_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public RolloutStats.Builder setOperationsByState(int index, Aggregate.Builder builderForValue)
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"
repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Aggregate operations_by_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public RolloutStats.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final RolloutStats.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides