- 2.55.0 (latest)
- 2.54.0
- 2.53.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.6
- 2.4.0
- 2.3.0
- 2.2.6
public static final class Scorecard.GaugeView.Builder extends GeneratedMessageV3.Builder<Scorecard.GaugeView.Builder> implements Scorecard.GaugeViewOrBuilder
A gauge chart shows where the current value sits within a pre-defined range. The upper and lower bounds should define the possible range of values for the scorecard's query (inclusive).
Protobuf type google.monitoring.dashboard.v1.Scorecard.GaugeView
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Scorecard.GaugeView.BuilderImplements
Scorecard.GaugeViewOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Scorecard.GaugeView.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Scorecard.GaugeView.Builder |
build()
public Scorecard.GaugeView build()
Type | Description |
Scorecard.GaugeView |
buildPartial()
public Scorecard.GaugeView buildPartial()
Type | Description |
Scorecard.GaugeView |
clear()
public Scorecard.GaugeView.Builder clear()
Type | Description |
Scorecard.GaugeView.Builder |
clearField(Descriptors.FieldDescriptor field)
public Scorecard.GaugeView.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
Scorecard.GaugeView.Builder |
clearLowerBound()
public Scorecard.GaugeView.Builder clearLowerBound()
The lower bound for this gauge chart. The value of the chart should always be greater than or equal to this.
double lower_bound = 1;
Type | Description |
Scorecard.GaugeView.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Scorecard.GaugeView.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
Scorecard.GaugeView.Builder |
clearUpperBound()
public Scorecard.GaugeView.Builder clearUpperBound()
The upper bound for this gauge chart. The value of the chart should always be less than or equal to this.
double upper_bound = 2;
Type | Description |
Scorecard.GaugeView.Builder | This builder for chaining. |
clone()
public Scorecard.GaugeView.Builder clone()
Type | Description |
Scorecard.GaugeView.Builder |
getDefaultInstanceForType()
public Scorecard.GaugeView getDefaultInstanceForType()
Type | Description |
Scorecard.GaugeView |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getLowerBound()
public double getLowerBound()
The lower bound for this gauge chart. The value of the chart should always be greater than or equal to this.
double lower_bound = 1;
Type | Description |
double | The lowerBound. |
getUpperBound()
public double getUpperBound()
The upper bound for this gauge chart. The value of the chart should always be less than or equal to this.
double upper_bound = 2;
Type | Description |
double | The upperBound. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(Scorecard.GaugeView other)
public Scorecard.GaugeView.Builder mergeFrom(Scorecard.GaugeView other)
Name | Description |
other | Scorecard.GaugeView |
Type | Description |
Scorecard.GaugeView.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Scorecard.GaugeView.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Scorecard.GaugeView.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public Scorecard.GaugeView.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
Scorecard.GaugeView.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Scorecard.GaugeView.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Scorecard.GaugeView.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Scorecard.GaugeView.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Scorecard.GaugeView.Builder |
setLowerBound(double value)
public Scorecard.GaugeView.Builder setLowerBound(double value)
The lower bound for this gauge chart. The value of the chart should always be greater than or equal to this.
double lower_bound = 1;
Name | Description |
value | double The lowerBound to set. |
Type | Description |
Scorecard.GaugeView.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Scorecard.GaugeView.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
Scorecard.GaugeView.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Scorecard.GaugeView.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Scorecard.GaugeView.Builder |
setUpperBound(double value)
public Scorecard.GaugeView.Builder setUpperBound(double value)
The upper bound for this gauge chart. The value of the chart should always be less than or equal to this.
double upper_bound = 2;
Name | Description |
value | double The upperBound to set. |
Type | Description |
Scorecard.GaugeView.Builder | This builder for chaining. |