Send feedback
Class OperationProgress (2.14.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.14.0 keyboard_arrow_down
public final class OperationProgress extends GeneratedMessageV3 implements OperationProgressOrBuilder
Information about operation (or operation stage) progress.
Protobuf type google.container.v1beta1.OperationProgress
Static Fields
METRICS_FIELD_NUMBER
public static final int METRICS_FIELD_NUMBER
Field Value
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value
STAGES_FIELD_NUMBER
public static final int STAGES_FIELD_NUMBER
Field Value
STATUS_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static OperationProgress getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static OperationProgress . Builder newBuilder ()
Returns
newBuilder(OperationProgress prototype)
public static OperationProgress . Builder newBuilder ( OperationProgress prototype )
Parameter
Returns
public static OperationProgress parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static OperationProgress parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static OperationProgress parseFrom ( byte [] data )
Parameter
Name Description data
byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static OperationProgress parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static OperationProgress parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static OperationProgress parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static OperationProgress parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static OperationProgress parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static OperationProgress parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static OperationProgress parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static OperationProgress parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static OperationProgress parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<OperationProgress> parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getDefaultInstanceForType()
public OperationProgress getDefaultInstanceForType ()
Returns
getMetrics(int index)
public OperationProgress . Metric getMetrics ( int index )
Progress metric bundle, for example:
metrics: [{name: "nodes done", int_value: 15},
{name: "nodes total", int_value: 32}]
or
metrics: [{name: "progress", double_value: 0.56},
{name: "progress scale", double_value: 1.0}]
repeated .google.container.v1beta1.OperationProgress.Metric metrics = 3;
Parameter
Returns
getMetricsCount()
public int getMetricsCount ()
Progress metric bundle, for example:
metrics: [{name: "nodes done", int_value: 15},
{name: "nodes total", int_value: 32}]
or
metrics: [{name: "progress", double_value: 0.56},
{name: "progress scale", double_value: 1.0}]
repeated .google.container.v1beta1.OperationProgress.Metric metrics = 3;
Returns
getMetricsList()
public List<OperationProgress . Metric > getMetricsList ()
Progress metric bundle, for example:
metrics: [{name: "nodes done", int_value: 15},
{name: "nodes total", int_value: 32}]
or
metrics: [{name: "progress", double_value: 0.56},
{name: "progress scale", double_value: 1.0}]
repeated .google.container.v1beta1.OperationProgress.Metric metrics = 3;
Returns
getMetricsOrBuilder(int index)
public OperationProgress . MetricOrBuilder getMetricsOrBuilder ( int index )
Progress metric bundle, for example:
metrics: [{name: "nodes done", int_value: 15},
{name: "nodes total", int_value: 32}]
or
metrics: [{name: "progress", double_value: 0.56},
{name: "progress scale", double_value: 1.0}]
repeated .google.container.v1beta1.OperationProgress.Metric metrics = 3;
Parameter
Returns
getMetricsOrBuilderList()
public List <? extends OperationProgress . MetricOrBuilder > getMetricsOrBuilderList ()
Progress metric bundle, for example:
metrics: [{name: "nodes done", int_value: 15},
{name: "nodes total", int_value: 32}]
or
metrics: [{name: "progress", double_value: 0.56},
{name: "progress scale", double_value: 1.0}]
repeated .google.container.v1beta1.OperationProgress.Metric metrics = 3;
Returns
Type Description List <? extends com.google.container.v1beta1.OperationProgress.MetricOrBuilder >
getName()
A non-parameterized string describing an operation stage.
Unset for single-stage operations.
string name = 1;
Returns
Type Description String
The name.
getNameBytes()
public ByteString getNameBytes ()
A non-parameterized string describing an operation stage.
Unset for single-stage operations.
string name = 1;
Returns
getParserForType()
public Parser<OperationProgress> getParserForType ()
Returns
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getStages(int index)
public OperationProgress getStages ( int index )
Substages of an operation or a stage.
repeated .google.container.v1beta1.OperationProgress stages = 4;
Parameter
Returns
getStagesCount()
public int getStagesCount ()
Substages of an operation or a stage.
repeated .google.container.v1beta1.OperationProgress stages = 4;
Returns
getStagesList()
public List<OperationProgress> getStagesList ()
Substages of an operation or a stage.
repeated .google.container.v1beta1.OperationProgress stages = 4;
Returns
getStagesOrBuilder(int index)
public OperationProgressOrBuilder getStagesOrBuilder ( int index )
Substages of an operation or a stage.
repeated .google.container.v1beta1.OperationProgress stages = 4;
Parameter
Returns
getStagesOrBuilderList()
public List <? extends OperationProgressOrBuilder > getStagesOrBuilderList ()
Substages of an operation or a stage.
repeated .google.container.v1beta1.OperationProgress stages = 4;
Returns
Type Description List <? extends com.google.container.v1beta1.OperationProgressOrBuilder >
getStatus()
public Operation . Status getStatus ()
Status of an operation stage.
Unset for single-stage operations.
.google.container.v1beta1.Operation.Status status = 2;
Returns
getStatusValue()
public int getStatusValue ()
Status of an operation stage.
Unset for single-stage operations.
.google.container.v1beta1.Operation.Status status = 2;
Returns
Type Description int
The enum numeric value on the wire for status.
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public OperationProgress . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected OperationProgress . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public OperationProgress . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["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-01-27 UTC."],[],[]]