Class DashboardChart.Visualization.Series.DataLabel.Builder (0.31.0)

public static final class DashboardChart.Visualization.Series.DataLabel.Builder extends GeneratedMessage.Builder<DashboardChart.Visualization.Series.DataLabel.Builder> implements DashboardChart.Visualization.Series.DataLabelOrBuilder

Data label config for a series.

Protobuf type google.cloud.chronicle.v1.DashboardChart.Visualization.Series.DataLabel

Static Methods

getDescriptor()

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

Methods

build()

public DashboardChart.Visualization.Series.DataLabel build()
Returns
Type Description
DashboardChart.Visualization.Series.DataLabel

buildPartial()

public DashboardChart.Visualization.Series.DataLabel buildPartial()
Returns
Type Description
DashboardChart.Visualization.Series.DataLabel

clear()

public DashboardChart.Visualization.Series.DataLabel.Builder clear()
Returns
Type Description
DashboardChart.Visualization.Series.DataLabel.Builder
Overrides

clearShow()

public DashboardChart.Visualization.Series.DataLabel.Builder clearShow()

Optional. Whether to show data label.

bool show = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DashboardChart.Visualization.Series.DataLabel.Builder

This builder for chaining.

getDefaultInstanceForType()

public DashboardChart.Visualization.Series.DataLabel getDefaultInstanceForType()
Returns
Type Description
DashboardChart.Visualization.Series.DataLabel

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getShow()

public boolean getShow()

Optional. Whether to show data label.

bool show = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The show.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DashboardChart.Visualization.Series.DataLabel other)

public DashboardChart.Visualization.Series.DataLabel.Builder mergeFrom(DashboardChart.Visualization.Series.DataLabel other)
Parameter
Name Description
other DashboardChart.Visualization.Series.DataLabel
Returns
Type Description
DashboardChart.Visualization.Series.DataLabel.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public DashboardChart.Visualization.Series.DataLabel.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DashboardChart.Visualization.Series.DataLabel.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public DashboardChart.Visualization.Series.DataLabel.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
DashboardChart.Visualization.Series.DataLabel.Builder
Overrides

setShow(boolean value)

public DashboardChart.Visualization.Series.DataLabel.Builder setShow(boolean value)

Optional. Whether to show data label.

bool show = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value boolean

The show to set.

Returns
Type Description
DashboardChart.Visualization.Series.DataLabel.Builder

This builder for chaining.