Class BatchGetDashboardChartsResponse.Builder (0.31.0)

public static final class BatchGetDashboardChartsResponse.Builder extends GeneratedMessage.Builder<BatchGetDashboardChartsResponse.Builder> implements BatchGetDashboardChartsResponseOrBuilder

Response message for getting dashboard charts in batch.

Protobuf type google.cloud.chronicle.v1.BatchGetDashboardChartsResponse

Static Methods

getDescriptor()

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

Methods

addAllDashboardCharts(Iterable<? extends DashboardChart> values)

public BatchGetDashboardChartsResponse.Builder addAllDashboardCharts(Iterable<? extends DashboardChart> values)

The dashboardCharts from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 1;

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

addDashboardCharts(DashboardChart value)

public BatchGetDashboardChartsResponse.Builder addDashboardCharts(DashboardChart value)

The dashboardCharts from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 1;

Parameter
Name Description
value DashboardChart
Returns
Type Description
BatchGetDashboardChartsResponse.Builder

addDashboardCharts(DashboardChart.Builder builderForValue)

public BatchGetDashboardChartsResponse.Builder addDashboardCharts(DashboardChart.Builder builderForValue)

The dashboardCharts from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 1;

Parameter
Name Description
builderForValue DashboardChart.Builder
Returns
Type Description
BatchGetDashboardChartsResponse.Builder

addDashboardCharts(int index, DashboardChart value)

public BatchGetDashboardChartsResponse.Builder addDashboardCharts(int index, DashboardChart value)

The dashboardCharts from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 1;

Parameters
Name Description
index int
value DashboardChart
Returns
Type Description
BatchGetDashboardChartsResponse.Builder

addDashboardCharts(int index, DashboardChart.Builder builderForValue)

public BatchGetDashboardChartsResponse.Builder addDashboardCharts(int index, DashboardChart.Builder builderForValue)

The dashboardCharts from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 1;

Parameters
Name Description
index int
builderForValue DashboardChart.Builder
Returns
Type Description
BatchGetDashboardChartsResponse.Builder

addDashboardChartsBuilder()

public DashboardChart.Builder addDashboardChartsBuilder()

The dashboardCharts from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 1;

Returns
Type Description
DashboardChart.Builder

addDashboardChartsBuilder(int index)

public DashboardChart.Builder addDashboardChartsBuilder(int index)

The dashboardCharts from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 1;

Parameter
Name Description
index int
Returns
Type Description
DashboardChart.Builder

build()

public BatchGetDashboardChartsResponse build()
Returns
Type Description
BatchGetDashboardChartsResponse

buildPartial()

public BatchGetDashboardChartsResponse buildPartial()
Returns
Type Description
BatchGetDashboardChartsResponse

clear()

public BatchGetDashboardChartsResponse.Builder clear()
Returns
Type Description
BatchGetDashboardChartsResponse.Builder
Overrides

clearDashboardCharts()

public BatchGetDashboardChartsResponse.Builder clearDashboardCharts()

The dashboardCharts from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 1;

Returns
Type Description
BatchGetDashboardChartsResponse.Builder

getDashboardCharts(int index)

public DashboardChart getDashboardCharts(int index)

The dashboardCharts from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 1;

Parameter
Name Description
index int
Returns
Type Description
DashboardChart

getDashboardChartsBuilder(int index)

public DashboardChart.Builder getDashboardChartsBuilder(int index)

The dashboardCharts from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 1;

Parameter
Name Description
index int
Returns
Type Description
DashboardChart.Builder

getDashboardChartsBuilderList()

public List<DashboardChart.Builder> getDashboardChartsBuilderList()

The dashboardCharts from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 1;

Returns
Type Description
List<Builder>

getDashboardChartsCount()

public int getDashboardChartsCount()

The dashboardCharts from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 1;

Returns
Type Description
int

getDashboardChartsList()

public List<DashboardChart> getDashboardChartsList()

The dashboardCharts from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 1;

Returns
Type Description
List<DashboardChart>

getDashboardChartsOrBuilder(int index)

public DashboardChartOrBuilder getDashboardChartsOrBuilder(int index)

The dashboardCharts from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 1;

Parameter
Name Description
index int
Returns
Type Description
DashboardChartOrBuilder

getDashboardChartsOrBuilderList()

public List<? extends DashboardChartOrBuilder> getDashboardChartsOrBuilderList()

The dashboardCharts from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 1;

Returns
Type Description
List<? extends com.google.cloud.chronicle.v1.DashboardChartOrBuilder>

getDefaultInstanceForType()

public BatchGetDashboardChartsResponse getDefaultInstanceForType()
Returns
Type Description
BatchGetDashboardChartsResponse

getDescriptorForType()

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

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(BatchGetDashboardChartsResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

removeDashboardCharts(int index)

public BatchGetDashboardChartsResponse.Builder removeDashboardCharts(int index)

The dashboardCharts from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 1;

Parameter
Name Description
index int
Returns
Type Description
BatchGetDashboardChartsResponse.Builder

setDashboardCharts(int index, DashboardChart value)

public BatchGetDashboardChartsResponse.Builder setDashboardCharts(int index, DashboardChart value)

The dashboardCharts from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 1;

Parameters
Name Description
index int
value DashboardChart
Returns
Type Description
BatchGetDashboardChartsResponse.Builder

setDashboardCharts(int index, DashboardChart.Builder builderForValue)

public BatchGetDashboardChartsResponse.Builder setDashboardCharts(int index, DashboardChart.Builder builderForValue)

The dashboardCharts from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 1;

Parameters
Name Description
index int
builderForValue DashboardChart.Builder
Returns
Type Description
BatchGetDashboardChartsResponse.Builder