public interface OperationProgressOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSteps(int index)
public abstract 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 |
| Returns | |
|---|---|
| Type | Description |
OperationStep |
|
getStepsCount()
public abstract 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 abstract 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];
| Returns | |
|---|---|
| Type | Description |
List<OperationStep> |
|
getStepsOrBuilder(int index)
public abstract 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 |
| Returns | |
|---|---|
| Type | Description |
OperationStepOrBuilder |
|
getStepsOrBuilderList()
public abstract 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> |
|