Class OperationProgress.Metric.Builder (2.20.0)

public static final class OperationProgress.Metric.Builder extends GeneratedMessageV3.Builder<OperationProgress.Metric.Builder> implements OperationProgress.MetricOrBuilder

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

Protobuf type google.container.v1beta1.OperationProgress.Metric

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public OperationProgress.Metric.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
OperationProgress.Metric.Builder
Overrides

build()

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

buildPartial()

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

clear()

public OperationProgress.Metric.Builder clear()
Returns
TypeDescription
OperationProgress.Metric.Builder
Overrides

clearDoubleValue()

public OperationProgress.Metric.Builder clearDoubleValue()

For metrics with floating point value.

double double_value = 3;

Returns
TypeDescription
OperationProgress.Metric.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public OperationProgress.Metric.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
OperationProgress.Metric.Builder
Overrides

clearIntValue()

public OperationProgress.Metric.Builder clearIntValue()

For metrics with integer value.

int64 int_value = 2;

Returns
TypeDescription
OperationProgress.Metric.Builder

This builder for chaining.

clearName()

public OperationProgress.Metric.Builder clearName()

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

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

Returns
TypeDescription
OperationProgress.Metric.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public OperationProgress.Metric.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
OperationProgress.Metric.Builder
Overrides

clearStringValue()

public OperationProgress.Metric.Builder clearStringValue()

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

string string_value = 4;

Returns
TypeDescription
OperationProgress.Metric.Builder

This builder for chaining.

clearValue()

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

clone()

public OperationProgress.Metric.Builder clone()
Returns
TypeDescription
OperationProgress.Metric.Builder
Overrides

getDefaultInstanceForType()

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

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

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.

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.

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