public static final class OperationProgress.Builder extends GeneratedMessage.Builder<OperationProgress.Builder> implements OperationProgressOrBuilder
Message describing the progress of a cluster mutation long-running operation.
Protobuf type google.cloud.hypercomputecluster.v1.OperationProgress
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllSteps(Iterable<? extends OperationStep> values)
public OperationProgress.Builder addAllSteps(Iterable<? extends OperationStep> values)
Output only. Steps and status of the operation.
repeated .google.cloud.hypercomputecluster.v1.OperationStep steps = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.cloud.hypercomputecluster.v1.OperationStep>
|
addSteps(OperationStep value)
public OperationProgress.Builder addSteps(OperationStep value)
Output only. Steps and status of the operation.
repeated .google.cloud.hypercomputecluster.v1.OperationStep steps = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
addSteps(OperationStep.Builder builderForValue)
public OperationProgress.Builder addSteps(OperationStep.Builder builderForValue)
Output only. Steps and status of the operation.
repeated .google.cloud.hypercomputecluster.v1.OperationStep steps = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
addSteps(int index, OperationStep value)
public OperationProgress.Builder addSteps(int index, OperationStep value)
Output only. Steps and status of the operation.
repeated .google.cloud.hypercomputecluster.v1.OperationStep steps = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
addSteps(int index, OperationStep.Builder builderForValue)
public OperationProgress.Builder addSteps(int index, OperationStep.Builder builderForValue)
Output only. Steps and status of the operation.
repeated .google.cloud.hypercomputecluster.v1.OperationStep steps = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
addStepsBuilder()
public OperationStep.Builder addStepsBuilder()
Output only. Steps and status of the operation.
repeated .google.cloud.hypercomputecluster.v1.OperationStep steps = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
addStepsBuilder(int index)
public OperationStep.Builder addStepsBuilder(int index)
Output only. Steps and status of the operation.
repeated .google.cloud.hypercomputecluster.v1.OperationStep steps = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
index |
int
|
build()
public OperationProgress build()
buildPartial()
public OperationProgress buildPartial()
clear()
public OperationProgress.Builder clear()
Overrides
clearSteps()
public OperationProgress.Builder clearSteps()
Output only. Steps and status of the operation.
repeated .google.cloud.hypercomputecluster.v1.OperationStep steps = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
getDefaultInstanceForType()
public OperationProgress getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getSteps(int index)
public OperationStep getSteps(int index)
Output only. Steps and status of the operation.
repeated .google.cloud.hypercomputecluster.v1.OperationStep steps = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
index |
int
|
getStepsBuilder(int index)
public OperationStep.Builder getStepsBuilder(int index)
Output only. Steps and status of the operation.
repeated .google.cloud.hypercomputecluster.v1.OperationStep steps = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
index |
int
|
getStepsBuilderList()
public List<OperationStep.Builder> getStepsBuilderList()
Output only. Steps and status of the operation.
repeated .google.cloud.hypercomputecluster.v1.OperationStep steps = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStepsCount()
public int getStepsCount()
Output only. Steps and status of the operation.
repeated .google.cloud.hypercomputecluster.v1.OperationStep steps = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
int |
|
getStepsList()
public List<OperationStep> getStepsList()
Output only. Steps and status of the operation.
repeated .google.cloud.hypercomputecluster.v1.OperationStep steps = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStepsOrBuilder(int index)
public OperationStepOrBuilder getStepsOrBuilder(int index)
Output only. Steps and status of the operation.
repeated .google.cloud.hypercomputecluster.v1.OperationStep steps = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
index |
int
|
getStepsOrBuilderList()
public List<? extends OperationStepOrBuilder> getStepsOrBuilderList()
Output only. Steps and status of the operation.
repeated .google.cloud.hypercomputecluster.v1.OperationStep steps = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
List<? extends com.google.cloud.hypercomputecluster.v1.OperationStepOrBuilder> |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(OperationProgress other)
public OperationProgress.Builder mergeFrom(OperationProgress other)
public OperationProgress.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public OperationProgress.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
removeSteps(int index)
public OperationProgress.Builder removeSteps(int index)
Output only. Steps and status of the operation.
repeated .google.cloud.hypercomputecluster.v1.OperationStep steps = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
index |
int
|
setSteps(int index, OperationStep value)
public OperationProgress.Builder setSteps(int index, OperationStep value)
Output only. Steps and status of the operation.
repeated .google.cloud.hypercomputecluster.v1.OperationStep steps = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
setSteps(int index, OperationStep.Builder builderForValue)
public OperationProgress.Builder setSteps(int index, OperationStep.Builder builderForValue)
Output only. Steps and status of the operation.
repeated .google.cloud.hypercomputecluster.v1.OperationStep steps = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];