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
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
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>
|
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>
|
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];
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];
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];
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];
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];
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
|
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];
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];
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];
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];
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];
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
|
build()
public DashboardChart.DrillDownConfig build()
buildPartial()
public DashboardChart.DrillDownConfig buildPartial()
clear()
public DashboardChart.DrillDownConfig.Builder clear()
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];
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];
getDefaultInstanceForType()
public DashboardChart.DrillDownConfig getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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
|
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
|
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];
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];
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
|
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
|
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
|
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];
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];
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
|
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()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(DashboardChart.DrillDownConfig other)
public DashboardChart.DrillDownConfig.Builder mergeFrom(DashboardChart.DrillDownConfig other)
public DashboardChart.DrillDownConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public DashboardChart.DrillDownConfig.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
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
|
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
|
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];
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];
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];
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];