Class OperationProgress.Metric (2.46.0)

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

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

Protobuf type google.container.v1beta1.OperationProgress.Metric

Static Fields

DOUBLE_VALUE_FIELD_NUMBER

public static final int DOUBLE_VALUE_FIELD_NUMBER
Field Value
Type Description
int

INT_VALUE_FIELD_NUMBER

public static final int INT_VALUE_FIELD_NUMBER
Field Value
Type Description
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

STRING_VALUE_FIELD_NUMBER

public static final int STRING_VALUE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static OperationProgress.Metric getDefaultInstance()
Returns
Type Description
OperationProgress.Metric

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static OperationProgress.Metric.Builder newBuilder()
Returns
Type Description
OperationProgress.Metric.Builder

newBuilder(OperationProgress.Metric prototype)

public static OperationProgress.Metric.Builder newBuilder(OperationProgress.Metric prototype)
Parameter
Name Description
prototype OperationProgress.Metric
Returns
Type Description
OperationProgress.Metric.Builder

parseDelimitedFrom(InputStream input)

public static OperationProgress.Metric parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
OperationProgress.Metric
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static OperationProgress.Metric parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OperationProgress.Metric
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static OperationProgress.Metric parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
OperationProgress.Metric
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static OperationProgress.Metric parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OperationProgress.Metric
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static OperationProgress.Metric parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
OperationProgress.Metric
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static OperationProgress.Metric parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OperationProgress.Metric
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static OperationProgress.Metric parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
OperationProgress.Metric
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static OperationProgress.Metric parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OperationProgress.Metric
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static OperationProgress.Metric parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
OperationProgress.Metric
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static OperationProgress.Metric parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OperationProgress.Metric
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static OperationProgress.Metric parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
OperationProgress.Metric
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static OperationProgress.Metric parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OperationProgress.Metric
Exceptions
Type Description
InvalidProtocolBufferException

parser()

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

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public OperationProgress.Metric getDefaultInstanceForType()
Returns
Type Description
OperationProgress.Metric

getDoubleValue()

public double getDoubleValue()

For metrics with floating point value.

double double_value = 3;

Returns
Type Description
double

The doubleValue.

getIntValue()

public long getIntValue()

For metrics with integer value.

int64 int_value = 2;

Returns
Type Description
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
Type Description
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
Type Description
ByteString

The bytes for name.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getStringValue()

public String getStringValue()

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

string string_value = 4;

Returns
Type Description
String

The stringValue.

getStringValueBytes()

public ByteString getStringValueBytes()

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

string string_value = 4;

Returns
Type Description
ByteString

The bytes for stringValue.

getValueCase()

public OperationProgress.Metric.ValueCase getValueCase()
Returns
Type Description
OperationProgress.Metric.ValueCase

hasDoubleValue()

public boolean hasDoubleValue()

For metrics with floating point value.

double double_value = 3;

Returns
Type Description
boolean

Whether the doubleValue field is set.

hasIntValue()

public boolean hasIntValue()

For metrics with integer value.

int64 int_value = 2;

Returns
Type Description
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
Type Description
boolean

Whether the stringValue field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public OperationProgress.Metric.Builder newBuilderForType()
Returns
Type Description
OperationProgress.Metric.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected OperationProgress.Metric.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
OperationProgress.Metric.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public OperationProgress.Metric.Builder toBuilder()
Returns
Type Description
OperationProgress.Metric.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException