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
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
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>
|
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;
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;
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;
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;
addDashboardChartsBuilder()
public DashboardChart.Builder addDashboardChartsBuilder()
The dashboardCharts from the specified chronicle instance.
repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 1;
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
|
build()
public BatchGetDashboardChartsResponse build()
buildPartial()
public BatchGetDashboardChartsResponse buildPartial()
clear()
public BatchGetDashboardChartsResponse.Builder clear()
Overrides
clearDashboardCharts()
public BatchGetDashboardChartsResponse.Builder clearDashboardCharts()
The dashboardCharts from the specified chronicle instance.
repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 1;
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
|
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
|
getDashboardChartsBuilderList()
public List<DashboardChart.Builder> getDashboardChartsBuilderList()
The dashboardCharts from the specified chronicle instance.
repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 1;
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;
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
|
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()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(BatchGetDashboardChartsResponse other)
public BatchGetDashboardChartsResponse.Builder mergeFrom(BatchGetDashboardChartsResponse other)
public BatchGetDashboardChartsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public BatchGetDashboardChartsResponse.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
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
|
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;
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;