Class DashboardChart.DrillDownConfig.Builder (0.31.0)

public static final class DashboardChart.DrillDownConfig.Builder extends GeneratedMessage.Builder<DashboardChart.DrillDownConfig.Builder> implements DashboardChart.DrillDownConfigOrBuilder

Drill down configuration.

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

Static Methods

getDescriptor()

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

Methods

addAllLeftDrillDowns(Iterable<? extends DashboardChart.DrillDownConfig.DrillDown> values)

public DashboardChart.DrillDownConfig.Builder addAllLeftDrillDowns(Iterable<? extends DashboardChart.DrillDownConfig.DrillDown> values)

Required. Left click drill downs.

repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown left_drill_downs = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
values Iterable<? extends com.google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown>
Returns
Type Description
DashboardChart.DrillDownConfig.Builder

addAllRightDrillDowns(Iterable<? extends DashboardChart.DrillDownConfig.DrillDown> values)

public DashboardChart.DrillDownConfig.Builder addAllRightDrillDowns(Iterable<? extends DashboardChart.DrillDownConfig.DrillDown> values)

Required. Right click drill downs.

repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown right_drill_downs = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
values Iterable<? extends com.google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown>
Returns
Type Description
DashboardChart.DrillDownConfig.Builder

addLeftDrillDowns(DashboardChart.DrillDownConfig.DrillDown value)

public DashboardChart.DrillDownConfig.Builder addLeftDrillDowns(DashboardChart.DrillDownConfig.DrillDown value)

Required. Left click drill downs.

repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown left_drill_downs = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value DashboardChart.DrillDownConfig.DrillDown
Returns
Type Description
DashboardChart.DrillDownConfig.Builder

addLeftDrillDowns(DashboardChart.DrillDownConfig.DrillDown.Builder builderForValue)

public DashboardChart.DrillDownConfig.Builder addLeftDrillDowns(DashboardChart.DrillDownConfig.DrillDown.Builder builderForValue)

Required. Left click drill downs.

repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown left_drill_downs = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue DashboardChart.DrillDownConfig.DrillDown.Builder
Returns
Type Description
DashboardChart.DrillDownConfig.Builder

addLeftDrillDowns(int index, DashboardChart.DrillDownConfig.DrillDown value)

public DashboardChart.DrillDownConfig.Builder addLeftDrillDowns(int index, DashboardChart.DrillDownConfig.DrillDown value)

Required. Left click drill downs.

repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown left_drill_downs = 1 [(.google.api.field_behavior) = REQUIRED];

Parameters
Name Description
index int
value DashboardChart.DrillDownConfig.DrillDown
Returns
Type Description
DashboardChart.DrillDownConfig.Builder

addLeftDrillDowns(int index, DashboardChart.DrillDownConfig.DrillDown.Builder builderForValue)

public DashboardChart.DrillDownConfig.Builder addLeftDrillDowns(int index, DashboardChart.DrillDownConfig.DrillDown.Builder builderForValue)

Required. Left click drill downs.

repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown left_drill_downs = 1 [(.google.api.field_behavior) = REQUIRED];

Parameters
Name Description
index int
builderForValue DashboardChart.DrillDownConfig.DrillDown.Builder
Returns
Type Description
DashboardChart.DrillDownConfig.Builder

addLeftDrillDownsBuilder()

public DashboardChart.DrillDownConfig.DrillDown.Builder addLeftDrillDownsBuilder()

Required. Left click drill downs.

repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown left_drill_downs = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
DashboardChart.DrillDownConfig.DrillDown.Builder

addLeftDrillDownsBuilder(int index)

public DashboardChart.DrillDownConfig.DrillDown.Builder addLeftDrillDownsBuilder(int index)

Required. Left click drill downs.

repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown left_drill_downs = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
DashboardChart.DrillDownConfig.DrillDown.Builder

addRightDrillDowns(DashboardChart.DrillDownConfig.DrillDown value)

public DashboardChart.DrillDownConfig.Builder addRightDrillDowns(DashboardChart.DrillDownConfig.DrillDown value)

Required. Right click drill downs.

repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown right_drill_downs = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value DashboardChart.DrillDownConfig.DrillDown
Returns
Type Description
DashboardChart.DrillDownConfig.Builder

addRightDrillDowns(DashboardChart.DrillDownConfig.DrillDown.Builder builderForValue)

public DashboardChart.DrillDownConfig.Builder addRightDrillDowns(DashboardChart.DrillDownConfig.DrillDown.Builder builderForValue)

Required. Right click drill downs.

repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown right_drill_downs = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue DashboardChart.DrillDownConfig.DrillDown.Builder
Returns
Type Description
DashboardChart.DrillDownConfig.Builder

addRightDrillDowns(int index, DashboardChart.DrillDownConfig.DrillDown value)

public DashboardChart.DrillDownConfig.Builder addRightDrillDowns(int index, DashboardChart.DrillDownConfig.DrillDown value)

Required. Right click drill downs.

repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown right_drill_downs = 2 [(.google.api.field_behavior) = REQUIRED];

Parameters
Name Description
index int
value DashboardChart.DrillDownConfig.DrillDown
Returns
Type Description
DashboardChart.DrillDownConfig.Builder

addRightDrillDowns(int index, DashboardChart.DrillDownConfig.DrillDown.Builder builderForValue)

public DashboardChart.DrillDownConfig.Builder addRightDrillDowns(int index, DashboardChart.DrillDownConfig.DrillDown.Builder builderForValue)

Required. Right click drill downs.

repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown right_drill_downs = 2 [(.google.api.field_behavior) = REQUIRED];

Parameters
Name Description
index int
builderForValue DashboardChart.DrillDownConfig.DrillDown.Builder
Returns
Type Description
DashboardChart.DrillDownConfig.Builder

addRightDrillDownsBuilder()

public DashboardChart.DrillDownConfig.DrillDown.Builder addRightDrillDownsBuilder()

Required. Right click drill downs.

repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown right_drill_downs = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
DashboardChart.DrillDownConfig.DrillDown.Builder

addRightDrillDownsBuilder(int index)

public DashboardChart.DrillDownConfig.DrillDown.Builder addRightDrillDownsBuilder(int index)

Required. Right click drill downs.

repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown right_drill_downs = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
DashboardChart.DrillDownConfig.DrillDown.Builder

build()

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

buildPartial()

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

clear()

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

clearLeftDrillDowns()

public DashboardChart.DrillDownConfig.Builder clearLeftDrillDowns()

Required. Left click drill downs.

repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown left_drill_downs = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
DashboardChart.DrillDownConfig.Builder

clearRightDrillDowns()

public DashboardChart.DrillDownConfig.Builder clearRightDrillDowns()

Required. Right click drill downs.

repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown right_drill_downs = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
DashboardChart.DrillDownConfig.Builder

getDefaultInstanceForType()

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

getDescriptorForType()

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

getLeftDrillDowns(int index)

public DashboardChart.DrillDownConfig.DrillDown getLeftDrillDowns(int index)

Required. Left click drill downs.

repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown left_drill_downs = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
DashboardChart.DrillDownConfig.DrillDown

getLeftDrillDownsBuilder(int index)

public DashboardChart.DrillDownConfig.DrillDown.Builder getLeftDrillDownsBuilder(int index)

Required. Left click drill downs.

repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown left_drill_downs = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
DashboardChart.DrillDownConfig.DrillDown.Builder

getLeftDrillDownsBuilderList()

public List<DashboardChart.DrillDownConfig.DrillDown.Builder> getLeftDrillDownsBuilderList()

Required. Left click drill downs.

repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown left_drill_downs = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<Builder>

getLeftDrillDownsCount()

public int getLeftDrillDownsCount()

Required. Left click drill downs.

repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown left_drill_downs = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

getLeftDrillDownsList()

public List<DashboardChart.DrillDownConfig.DrillDown> getLeftDrillDownsList()

Required. Left click drill downs.

repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown left_drill_downs = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<DrillDown>

getLeftDrillDownsOrBuilder(int index)

public DashboardChart.DrillDownConfig.DrillDownOrBuilder getLeftDrillDownsOrBuilder(int index)

Required. Left click drill downs.

repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown left_drill_downs = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
DashboardChart.DrillDownConfig.DrillDownOrBuilder

getLeftDrillDownsOrBuilderList()

public List<? extends DashboardChart.DrillDownConfig.DrillDownOrBuilder> getLeftDrillDownsOrBuilderList()

Required. Left click drill downs.

repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown left_drill_downs = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<? extends com.google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDownOrBuilder>

getRightDrillDowns(int index)

public DashboardChart.DrillDownConfig.DrillDown getRightDrillDowns(int index)

Required. Right click drill downs.

repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown right_drill_downs = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
DashboardChart.DrillDownConfig.DrillDown

getRightDrillDownsBuilder(int index)

public DashboardChart.DrillDownConfig.DrillDown.Builder getRightDrillDownsBuilder(int index)

Required. Right click drill downs.

repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown right_drill_downs = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
DashboardChart.DrillDownConfig.DrillDown.Builder

getRightDrillDownsBuilderList()

public List<DashboardChart.DrillDownConfig.DrillDown.Builder> getRightDrillDownsBuilderList()

Required. Right click drill downs.

repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown right_drill_downs = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<Builder>

getRightDrillDownsCount()

public int getRightDrillDownsCount()

Required. Right click drill downs.

repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown right_drill_downs = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

getRightDrillDownsList()

public List<DashboardChart.DrillDownConfig.DrillDown> getRightDrillDownsList()

Required. Right click drill downs.

repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown right_drill_downs = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<DrillDown>

getRightDrillDownsOrBuilder(int index)

public DashboardChart.DrillDownConfig.DrillDownOrBuilder getRightDrillDownsOrBuilder(int index)

Required. Right click drill downs.

repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown right_drill_downs = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
DashboardChart.DrillDownConfig.DrillDownOrBuilder

getRightDrillDownsOrBuilderList()

public List<? extends DashboardChart.DrillDownConfig.DrillDownOrBuilder> getRightDrillDownsOrBuilderList()

Required. Right click drill downs.

repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown right_drill_downs = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<? extends com.google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDownOrBuilder>

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DashboardChart.DrillDownConfig other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

removeLeftDrillDowns(int index)

public DashboardChart.DrillDownConfig.Builder removeLeftDrillDowns(int index)

Required. Left click drill downs.

repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown left_drill_downs = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
DashboardChart.DrillDownConfig.Builder

removeRightDrillDowns(int index)

public DashboardChart.DrillDownConfig.Builder removeRightDrillDowns(int index)

Required. Right click drill downs.

repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown right_drill_downs = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
DashboardChart.DrillDownConfig.Builder

setLeftDrillDowns(int index, DashboardChart.DrillDownConfig.DrillDown value)

public DashboardChart.DrillDownConfig.Builder setLeftDrillDowns(int index, DashboardChart.DrillDownConfig.DrillDown value)

Required. Left click drill downs.

repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown left_drill_downs = 1 [(.google.api.field_behavior) = REQUIRED];

Parameters
Name Description
index int
value DashboardChart.DrillDownConfig.DrillDown
Returns
Type Description
DashboardChart.DrillDownConfig.Builder

setLeftDrillDowns(int index, DashboardChart.DrillDownConfig.DrillDown.Builder builderForValue)

public DashboardChart.DrillDownConfig.Builder setLeftDrillDowns(int index, DashboardChart.DrillDownConfig.DrillDown.Builder builderForValue)

Required. Left click drill downs.

repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown left_drill_downs = 1 [(.google.api.field_behavior) = REQUIRED];

Parameters
Name Description
index int
builderForValue DashboardChart.DrillDownConfig.DrillDown.Builder
Returns
Type Description
DashboardChart.DrillDownConfig.Builder

setRightDrillDowns(int index, DashboardChart.DrillDownConfig.DrillDown value)

public DashboardChart.DrillDownConfig.Builder setRightDrillDowns(int index, DashboardChart.DrillDownConfig.DrillDown value)

Required. Right click drill downs.

repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown right_drill_downs = 2 [(.google.api.field_behavior) = REQUIRED];

Parameters
Name Description
index int
value DashboardChart.DrillDownConfig.DrillDown
Returns
Type Description
DashboardChart.DrillDownConfig.Builder

setRightDrillDowns(int index, DashboardChart.DrillDownConfig.DrillDown.Builder builderForValue)

public DashboardChart.DrillDownConfig.Builder setRightDrillDowns(int index, DashboardChart.DrillDownConfig.DrillDown.Builder builderForValue)

Required. Right click drill downs.

repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown right_drill_downs = 2 [(.google.api.field_behavior) = REQUIRED];

Parameters
Name Description
index int
builderForValue DashboardChart.DrillDownConfig.DrillDown.Builder
Returns
Type Description
DashboardChart.DrillDownConfig.Builder