Class DashboardChart.DrillDownConfig.DrillDown.DefaultDrillDownSettings.Builder (0.31.0)

public static final class DashboardChart.DrillDownConfig.DrillDown.DefaultDrillDownSettings.Builder extends GeneratedMessage.Builder<DashboardChart.DrillDownConfig.DrillDown.DefaultDrillDownSettings.Builder> implements DashboardChart.DrillDownConfig.DrillDown.DefaultDrillDownSettingsOrBuilder

Default drill down settings.

Protobuf type google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown.DefaultDrillDownSettings

Inheritance

java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DashboardChart.DrillDownConfig.DrillDown.DefaultDrillDownSettings.Builder

Static Methods

getDescriptor()

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

Methods

build()

public DashboardChart.DrillDownConfig.DrillDown.DefaultDrillDownSettings build()
Returns
Type Description
DashboardChart.DrillDownConfig.DrillDown.DefaultDrillDownSettings

buildPartial()

public DashboardChart.DrillDownConfig.DrillDown.DefaultDrillDownSettings buildPartial()
Returns
Type Description
DashboardChart.DrillDownConfig.DrillDown.DefaultDrillDownSettings

clear()

public DashboardChart.DrillDownConfig.DrillDown.DefaultDrillDownSettings.Builder clear()
Returns
Type Description
DashboardChart.DrillDownConfig.DrillDown.DefaultDrillDownSettings.Builder
Overrides

clearEnabled()

public DashboardChart.DrillDownConfig.DrillDown.DefaultDrillDownSettings.Builder clearEnabled()

Required. Whether the default drill down is enabled.

bool enabled = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
DashboardChart.DrillDownConfig.DrillDown.DefaultDrillDownSettings.Builder

This builder for chaining.

getDefaultInstanceForType()

public DashboardChart.DrillDownConfig.DrillDown.DefaultDrillDownSettings getDefaultInstanceForType()
Returns
Type Description
DashboardChart.DrillDownConfig.DrillDown.DefaultDrillDownSettings

getDescriptorForType()

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

getEnabled()

public boolean getEnabled()

Required. Whether the default drill down is enabled.

bool enabled = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

The enabled.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DashboardChart.DrillDownConfig.DrillDown.DefaultDrillDownSettings other)

public DashboardChart.DrillDownConfig.DrillDown.DefaultDrillDownSettings.Builder mergeFrom(DashboardChart.DrillDownConfig.DrillDown.DefaultDrillDownSettings other)
Parameter
Name Description
other DashboardChart.DrillDownConfig.DrillDown.DefaultDrillDownSettings
Returns
Type Description
DashboardChart.DrillDownConfig.DrillDown.DefaultDrillDownSettings.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public DashboardChart.DrillDownConfig.DrillDown.DefaultDrillDownSettings.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DashboardChart.DrillDownConfig.DrillDown.DefaultDrillDownSettings.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public DashboardChart.DrillDownConfig.DrillDown.DefaultDrillDownSettings.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
DashboardChart.DrillDownConfig.DrillDown.DefaultDrillDownSettings.Builder
Overrides

setEnabled(boolean value)

public DashboardChart.DrillDownConfig.DrillDown.DefaultDrillDownSettings.Builder setEnabled(boolean value)

Required. Whether the default drill down is enabled.

bool enabled = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value boolean

The enabled to set.

Returns
Type Description
DashboardChart.DrillDownConfig.DrillDown.DefaultDrillDownSettings.Builder

This builder for chaining.