public static final class NativeDashboardWithChartsAndQueries.Builder extends GeneratedMessage.Builder<NativeDashboardWithChartsAndQueries.Builder> implements NativeDashboardWithChartsAndQueriesOrBuilderNativeDashboardWithChartsAndQueries for exporting a dashboard.
Protobuf type google.cloud.chronicle.v1.NativeDashboardWithChartsAndQueries
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > NativeDashboardWithChartsAndQueries.BuilderImplements
NativeDashboardWithChartsAndQueriesOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllDashboardCharts(Iterable<? extends DashboardChart> values)
public NativeDashboardWithChartsAndQueries.Builder addAllDashboardCharts(Iterable<? extends DashboardChart> values)Optional. Charts in the dashboard.
repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.chronicle.v1.DashboardChart> |
| Returns | |
|---|---|
| Type | Description |
NativeDashboardWithChartsAndQueries.Builder |
|
addAllDashboardQueries(Iterable<? extends DashboardQuery> values)
public NativeDashboardWithChartsAndQueries.Builder addAllDashboardQueries(Iterable<? extends DashboardQuery> values)Optional. Queries in the dashboard.
repeated .google.cloud.chronicle.v1.DashboardQuery dashboard_queries = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.chronicle.v1.DashboardQuery> |
| Returns | |
|---|---|
| Type | Description |
NativeDashboardWithChartsAndQueries.Builder |
|
addDashboardCharts(DashboardChart value)
public NativeDashboardWithChartsAndQueries.Builder addDashboardCharts(DashboardChart value)Optional. Charts in the dashboard.
repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
DashboardChart |
| Returns | |
|---|---|
| Type | Description |
NativeDashboardWithChartsAndQueries.Builder |
|
addDashboardCharts(DashboardChart.Builder builderForValue)
public NativeDashboardWithChartsAndQueries.Builder addDashboardCharts(DashboardChart.Builder builderForValue)Optional. Charts in the dashboard.
repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
DashboardChart.Builder |
| Returns | |
|---|---|
| Type | Description |
NativeDashboardWithChartsAndQueries.Builder |
|
addDashboardCharts(int index, DashboardChart value)
public NativeDashboardWithChartsAndQueries.Builder addDashboardCharts(int index, DashboardChart value)Optional. Charts in the dashboard.
repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
DashboardChart |
| Returns | |
|---|---|
| Type | Description |
NativeDashboardWithChartsAndQueries.Builder |
|
addDashboardCharts(int index, DashboardChart.Builder builderForValue)
public NativeDashboardWithChartsAndQueries.Builder addDashboardCharts(int index, DashboardChart.Builder builderForValue)Optional. Charts in the dashboard.
repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
DashboardChart.Builder |
| Returns | |
|---|---|
| Type | Description |
NativeDashboardWithChartsAndQueries.Builder |
|
addDashboardChartsBuilder()
public DashboardChart.Builder addDashboardChartsBuilder()Optional. Charts in the dashboard.
repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DashboardChart.Builder |
|
addDashboardChartsBuilder(int index)
public DashboardChart.Builder addDashboardChartsBuilder(int index)Optional. Charts in the dashboard.
repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DashboardChart.Builder |
|
addDashboardQueries(DashboardQuery value)
public NativeDashboardWithChartsAndQueries.Builder addDashboardQueries(DashboardQuery value)Optional. Queries in the dashboard.
repeated .google.cloud.chronicle.v1.DashboardQuery dashboard_queries = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
DashboardQuery |
| Returns | |
|---|---|
| Type | Description |
NativeDashboardWithChartsAndQueries.Builder |
|
addDashboardQueries(DashboardQuery.Builder builderForValue)
public NativeDashboardWithChartsAndQueries.Builder addDashboardQueries(DashboardQuery.Builder builderForValue)Optional. Queries in the dashboard.
repeated .google.cloud.chronicle.v1.DashboardQuery dashboard_queries = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
DashboardQuery.Builder |
| Returns | |
|---|---|
| Type | Description |
NativeDashboardWithChartsAndQueries.Builder |
|
addDashboardQueries(int index, DashboardQuery value)
public NativeDashboardWithChartsAndQueries.Builder addDashboardQueries(int index, DashboardQuery value)Optional. Queries in the dashboard.
repeated .google.cloud.chronicle.v1.DashboardQuery dashboard_queries = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
DashboardQuery |
| Returns | |
|---|---|
| Type | Description |
NativeDashboardWithChartsAndQueries.Builder |
|
addDashboardQueries(int index, DashboardQuery.Builder builderForValue)
public NativeDashboardWithChartsAndQueries.Builder addDashboardQueries(int index, DashboardQuery.Builder builderForValue)Optional. Queries in the dashboard.
repeated .google.cloud.chronicle.v1.DashboardQuery dashboard_queries = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
DashboardQuery.Builder |
| Returns | |
|---|---|
| Type | Description |
NativeDashboardWithChartsAndQueries.Builder |
|
addDashboardQueriesBuilder()
public DashboardQuery.Builder addDashboardQueriesBuilder()Optional. Queries in the dashboard.
repeated .google.cloud.chronicle.v1.DashboardQuery dashboard_queries = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DashboardQuery.Builder |
|
addDashboardQueriesBuilder(int index)
public DashboardQuery.Builder addDashboardQueriesBuilder(int index)Optional. Queries in the dashboard.
repeated .google.cloud.chronicle.v1.DashboardQuery dashboard_queries = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DashboardQuery.Builder |
|
build()
public NativeDashboardWithChartsAndQueries build()| Returns | |
|---|---|
| Type | Description |
NativeDashboardWithChartsAndQueries |
|
buildPartial()
public NativeDashboardWithChartsAndQueries buildPartial()| Returns | |
|---|---|
| Type | Description |
NativeDashboardWithChartsAndQueries |
|
clear()
public NativeDashboardWithChartsAndQueries.Builder clear()| Returns | |
|---|---|
| Type | Description |
NativeDashboardWithChartsAndQueries.Builder |
|
clearDashboard()
public NativeDashboardWithChartsAndQueries.Builder clearDashboard()Optional. Native dashboard.
.google.cloud.chronicle.v1.NativeDashboard dashboard = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
NativeDashboardWithChartsAndQueries.Builder |
|
clearDashboardCharts()
public NativeDashboardWithChartsAndQueries.Builder clearDashboardCharts()Optional. Charts in the dashboard.
repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
NativeDashboardWithChartsAndQueries.Builder |
|
clearDashboardQueries()
public NativeDashboardWithChartsAndQueries.Builder clearDashboardQueries()Optional. Queries in the dashboard.
repeated .google.cloud.chronicle.v1.DashboardQuery dashboard_queries = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
NativeDashboardWithChartsAndQueries.Builder |
|
getDashboard()
public NativeDashboard getDashboard()Optional. Native dashboard.
.google.cloud.chronicle.v1.NativeDashboard dashboard = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
NativeDashboard |
The dashboard. |
getDashboardBuilder()
public NativeDashboard.Builder getDashboardBuilder()Optional. Native dashboard.
.google.cloud.chronicle.v1.NativeDashboard dashboard = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
NativeDashboard.Builder |
|
getDashboardCharts(int index)
public DashboardChart getDashboardCharts(int index)Optional. Charts in the dashboard.
repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DashboardChart |
|
getDashboardChartsBuilder(int index)
public DashboardChart.Builder getDashboardChartsBuilder(int index)Optional. Charts in the dashboard.
repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DashboardChart.Builder |
|
getDashboardChartsBuilderList()
public List<DashboardChart.Builder> getDashboardChartsBuilderList()Optional. Charts in the dashboard.
repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getDashboardChartsCount()
public int getDashboardChartsCount()Optional. Charts in the dashboard.
repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
|
getDashboardChartsList()
public List<DashboardChart> getDashboardChartsList()Optional. Charts in the dashboard.
repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<DashboardChart> |
|
getDashboardChartsOrBuilder(int index)
public DashboardChartOrBuilder getDashboardChartsOrBuilder(int index)Optional. Charts in the dashboard.
repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DashboardChartOrBuilder |
|
getDashboardChartsOrBuilderList()
public List<? extends DashboardChartOrBuilder> getDashboardChartsOrBuilderList()Optional. Charts in the dashboard.
repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.chronicle.v1.DashboardChartOrBuilder> |
|
getDashboardOrBuilder()
public NativeDashboardOrBuilder getDashboardOrBuilder()Optional. Native dashboard.
.google.cloud.chronicle.v1.NativeDashboard dashboard = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
NativeDashboardOrBuilder |
|
getDashboardQueries(int index)
public DashboardQuery getDashboardQueries(int index)Optional. Queries in the dashboard.
repeated .google.cloud.chronicle.v1.DashboardQuery dashboard_queries = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DashboardQuery |
|
getDashboardQueriesBuilder(int index)
public DashboardQuery.Builder getDashboardQueriesBuilder(int index)Optional. Queries in the dashboard.
repeated .google.cloud.chronicle.v1.DashboardQuery dashboard_queries = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DashboardQuery.Builder |
|
getDashboardQueriesBuilderList()
public List<DashboardQuery.Builder> getDashboardQueriesBuilderList()Optional. Queries in the dashboard.
repeated .google.cloud.chronicle.v1.DashboardQuery dashboard_queries = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getDashboardQueriesCount()
public int getDashboardQueriesCount()Optional. Queries in the dashboard.
repeated .google.cloud.chronicle.v1.DashboardQuery dashboard_queries = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
|
getDashboardQueriesList()
public List<DashboardQuery> getDashboardQueriesList()Optional. Queries in the dashboard.
repeated .google.cloud.chronicle.v1.DashboardQuery dashboard_queries = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<DashboardQuery> |
|
getDashboardQueriesOrBuilder(int index)
public DashboardQueryOrBuilder getDashboardQueriesOrBuilder(int index)Optional. Queries in the dashboard.
repeated .google.cloud.chronicle.v1.DashboardQuery dashboard_queries = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DashboardQueryOrBuilder |
|
getDashboardQueriesOrBuilderList()
public List<? extends DashboardQueryOrBuilder> getDashboardQueriesOrBuilderList()Optional. Queries in the dashboard.
repeated .google.cloud.chronicle.v1.DashboardQuery dashboard_queries = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.chronicle.v1.DashboardQueryOrBuilder> |
|
getDefaultInstanceForType()
public NativeDashboardWithChartsAndQueries getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
NativeDashboardWithChartsAndQueries |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
hasDashboard()
public boolean hasDashboard()Optional. Native dashboard.
.google.cloud.chronicle.v1.NativeDashboard dashboard = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the dashboard field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeDashboard(NativeDashboard value)
public NativeDashboardWithChartsAndQueries.Builder mergeDashboard(NativeDashboard value)Optional. Native dashboard.
.google.cloud.chronicle.v1.NativeDashboard dashboard = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
NativeDashboard |
| Returns | |
|---|---|
| Type | Description |
NativeDashboardWithChartsAndQueries.Builder |
|
mergeFrom(NativeDashboardWithChartsAndQueries other)
public NativeDashboardWithChartsAndQueries.Builder mergeFrom(NativeDashboardWithChartsAndQueries other)| Parameter | |
|---|---|
| Name | Description |
other |
NativeDashboardWithChartsAndQueries |
| Returns | |
|---|---|
| Type | Description |
NativeDashboardWithChartsAndQueries.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public NativeDashboardWithChartsAndQueries.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
NativeDashboardWithChartsAndQueries.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public NativeDashboardWithChartsAndQueries.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
NativeDashboardWithChartsAndQueries.Builder |
|
removeDashboardCharts(int index)
public NativeDashboardWithChartsAndQueries.Builder removeDashboardCharts(int index)Optional. Charts in the dashboard.
repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
NativeDashboardWithChartsAndQueries.Builder |
|
removeDashboardQueries(int index)
public NativeDashboardWithChartsAndQueries.Builder removeDashboardQueries(int index)Optional. Queries in the dashboard.
repeated .google.cloud.chronicle.v1.DashboardQuery dashboard_queries = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
NativeDashboardWithChartsAndQueries.Builder |
|
setDashboard(NativeDashboard value)
public NativeDashboardWithChartsAndQueries.Builder setDashboard(NativeDashboard value)Optional. Native dashboard.
.google.cloud.chronicle.v1.NativeDashboard dashboard = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
NativeDashboard |
| Returns | |
|---|---|
| Type | Description |
NativeDashboardWithChartsAndQueries.Builder |
|
setDashboard(NativeDashboard.Builder builderForValue)
public NativeDashboardWithChartsAndQueries.Builder setDashboard(NativeDashboard.Builder builderForValue)Optional. Native dashboard.
.google.cloud.chronicle.v1.NativeDashboard dashboard = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
NativeDashboard.Builder |
| Returns | |
|---|---|
| Type | Description |
NativeDashboardWithChartsAndQueries.Builder |
|
setDashboardCharts(int index, DashboardChart value)
public NativeDashboardWithChartsAndQueries.Builder setDashboardCharts(int index, DashboardChart value)Optional. Charts in the dashboard.
repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
DashboardChart |
| Returns | |
|---|---|
| Type | Description |
NativeDashboardWithChartsAndQueries.Builder |
|
setDashboardCharts(int index, DashboardChart.Builder builderForValue)
public NativeDashboardWithChartsAndQueries.Builder setDashboardCharts(int index, DashboardChart.Builder builderForValue)Optional. Charts in the dashboard.
repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
DashboardChart.Builder |
| Returns | |
|---|---|
| Type | Description |
NativeDashboardWithChartsAndQueries.Builder |
|
setDashboardQueries(int index, DashboardQuery value)
public NativeDashboardWithChartsAndQueries.Builder setDashboardQueries(int index, DashboardQuery value)Optional. Queries in the dashboard.
repeated .google.cloud.chronicle.v1.DashboardQuery dashboard_queries = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
DashboardQuery |
| Returns | |
|---|---|
| Type | Description |
NativeDashboardWithChartsAndQueries.Builder |
|
setDashboardQueries(int index, DashboardQuery.Builder builderForValue)
public NativeDashboardWithChartsAndQueries.Builder setDashboardQueries(int index, DashboardQuery.Builder builderForValue)Optional. Queries in the dashboard.
repeated .google.cloud.chronicle.v1.DashboardQuery dashboard_queries = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
DashboardQuery.Builder |
| Returns | |
|---|---|
| Type | Description |
NativeDashboardWithChartsAndQueries.Builder |
|