Class OperationProgress.Metric (2.4.1)

public static final class OperationProgress.Metric extends GeneratedMessageV3 implements OperationProgress.MetricOrBuilder

Progress metric is (string, int|float|string) pair.

Protobuf type google.container.v1.OperationProgress.Metric

Static Fields

DOUBLE_VALUE_FIELD_NUMBER

public static final int DOUBLE_VALUE_FIELD_NUMBER
Field Value
TypeDescription
int

INT_VALUE_FIELD_NUMBER

public static final int INT_VALUE_FIELD_NUMBER
Field Value
TypeDescription
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
TypeDescription
int

STRING_VALUE_FIELD_NUMBER

public static final int STRING_VALUE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static OperationProgress.Metric getDefaultInstance()
Returns
TypeDescription
OperationProgress.Metric

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static OperationProgress.Metric.Builder newBuilder()
Returns
TypeDescription
OperationProgress.Metric.Builder

newBuilder(OperationProgress.Metric prototype)

public static OperationProgress.Metric.Builder newBuilder(OperationProgress.Metric prototype)
Parameter
NameDescription
prototypeOperationProgress.Metric
Returns
TypeDescription
OperationProgress.Metric.Builder

parseDelimitedFrom(InputStream input)

public static OperationProgress.Metric parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
OperationProgress.Metric
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static OperationProgress.Metric parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
OperationProgress.Metric
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static OperationProgress.Metric parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
OperationProgress.Metric
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static OperationProgress.Metric parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
OperationProgress.Metric
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static OperationProgress.Metric parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
OperationProgress.Metric
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static OperationProgress.Metric parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
OperationProgress.Metric
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static OperationProgress.Metric parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
OperationProgress.Metric
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static OperationProgress.Metric parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
OperationProgress.Metric
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static OperationProgress.Metric parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
OperationProgress.Metric
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static OperationProgress.Metric parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
OperationProgress.Metric
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static OperationProgress.Metric parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
OperationProgress.Metric
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static OperationProgress.Metric parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
OperationProgress.Metric
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<OperationProgress.Metric> parser()
Returns
TypeDescription
Parser<Metric>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public OperationProgress.Metric getDefaultInstanceForType()
Returns
TypeDescription
OperationProgress.Metric

getDoubleValue()

public double getDoubleValue()

For metrics with floating point value.

double double_value = 3;

Returns
TypeDescription
double

The doubleValue.

getIntValue()

public long getIntValue()

For metrics with integer value.

int64 int_value = 2;

Returns
TypeDescription
long

The intValue.

getName()

public String getName()

Required. Metric name, e.g., "nodes total", "percent done".

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. Metric name, e.g., "nodes total", "percent done".

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for name.

getParserForType()

public Parser<OperationProgress.Metric> getParserForType()
Returns
TypeDescription
Parser<Metric>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getStringValue()

public String getStringValue()

For metrics with custom values (ratios, visual progress, etc.).

string string_value = 4;

Returns
TypeDescription
String

The stringValue.

getStringValueBytes()

public ByteString getStringValueBytes()

For metrics with custom values (ratios, visual progress, etc.).

string string_value = 4;

Returns
TypeDescription
ByteString

The bytes for stringValue.

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

getValueCase()

public OperationProgress.Metric.ValueCase getValueCase()
Returns
TypeDescription
OperationProgress.Metric.ValueCase

hasDoubleValue()

public boolean hasDoubleValue()

For metrics with floating point value.

double double_value = 3;

Returns
TypeDescription
boolean

Whether the doubleValue field is set.

hasIntValue()

public boolean hasIntValue()

For metrics with integer value.

int64 int_value = 2;

Returns
TypeDescription
boolean

Whether the intValue field is set.

hasStringValue()

public boolean hasStringValue()

For metrics with custom values (ratios, visual progress, etc.).

string string_value = 4;

Returns
TypeDescription
boolean

Whether the stringValue field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public OperationProgress.Metric.Builder newBuilderForType()
Returns
TypeDescription
OperationProgress.Metric.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected OperationProgress.Metric.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
OperationProgress.Metric.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public OperationProgress.Metric.Builder toBuilder()
Returns
TypeDescription
OperationProgress.Metric.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException