public static final class EditChartResponse.Builder extends GeneratedMessage.Builder<EditChartResponse.Builder> implements EditChartResponseOrBuilderResponse message for editing chart in a dashboard.
Protobuf type google.cloud.chronicle.v1.EditChartResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > EditChartResponse.BuilderImplements
EditChartResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public EditChartResponse build()| Returns | |
|---|---|
| Type | Description |
EditChartResponse |
|
buildPartial()
public EditChartResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
EditChartResponse |
|
clear()
public EditChartResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
EditChartResponse.Builder |
|
clearDashboardChart()
public EditChartResponse.Builder clearDashboardChart()Edited chart resource.
.google.cloud.chronicle.v1.DashboardChart dashboard_chart = 2;
| Returns | |
|---|---|
| Type | Description |
EditChartResponse.Builder |
|
clearNativeDashboard()
public EditChartResponse.Builder clearNativeDashboard()Edited dashboard.
.google.cloud.chronicle.v1.NativeDashboard native_dashboard = 1;
| Returns | |
|---|---|
| Type | Description |
EditChartResponse.Builder |
|
getDashboardChart()
public DashboardChart getDashboardChart()Edited chart resource.
.google.cloud.chronicle.v1.DashboardChart dashboard_chart = 2;
| Returns | |
|---|---|
| Type | Description |
DashboardChart |
The dashboardChart. |
getDashboardChartBuilder()
public DashboardChart.Builder getDashboardChartBuilder()Edited chart resource.
.google.cloud.chronicle.v1.DashboardChart dashboard_chart = 2;
| Returns | |
|---|---|
| Type | Description |
DashboardChart.Builder |
|
getDashboardChartOrBuilder()
public DashboardChartOrBuilder getDashboardChartOrBuilder()Edited chart resource.
.google.cloud.chronicle.v1.DashboardChart dashboard_chart = 2;
| Returns | |
|---|---|
| Type | Description |
DashboardChartOrBuilder |
|
getDefaultInstanceForType()
public EditChartResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
EditChartResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getNativeDashboard()
public NativeDashboard getNativeDashboard()Edited dashboard.
.google.cloud.chronicle.v1.NativeDashboard native_dashboard = 1;
| Returns | |
|---|---|
| Type | Description |
NativeDashboard |
The nativeDashboard. |
getNativeDashboardBuilder()
public NativeDashboard.Builder getNativeDashboardBuilder()Edited dashboard.
.google.cloud.chronicle.v1.NativeDashboard native_dashboard = 1;
| Returns | |
|---|---|
| Type | Description |
NativeDashboard.Builder |
|
getNativeDashboardOrBuilder()
public NativeDashboardOrBuilder getNativeDashboardOrBuilder()Edited dashboard.
.google.cloud.chronicle.v1.NativeDashboard native_dashboard = 1;
| Returns | |
|---|---|
| Type | Description |
NativeDashboardOrBuilder |
|
hasDashboardChart()
public boolean hasDashboardChart()Edited chart resource.
.google.cloud.chronicle.v1.DashboardChart dashboard_chart = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the dashboardChart field is set. |
hasNativeDashboard()
public boolean hasNativeDashboard()Edited dashboard.
.google.cloud.chronicle.v1.NativeDashboard native_dashboard = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the nativeDashboard field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeDashboardChart(DashboardChart value)
public EditChartResponse.Builder mergeDashboardChart(DashboardChart value)Edited chart resource.
.google.cloud.chronicle.v1.DashboardChart dashboard_chart = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
DashboardChart |
| Returns | |
|---|---|
| Type | Description |
EditChartResponse.Builder |
|
mergeFrom(EditChartResponse other)
public EditChartResponse.Builder mergeFrom(EditChartResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
EditChartResponse |
| Returns | |
|---|---|
| Type | Description |
EditChartResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public EditChartResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
EditChartResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public EditChartResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
EditChartResponse.Builder |
|
mergeNativeDashboard(NativeDashboard value)
public EditChartResponse.Builder mergeNativeDashboard(NativeDashboard value)Edited dashboard.
.google.cloud.chronicle.v1.NativeDashboard native_dashboard = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
NativeDashboard |
| Returns | |
|---|---|
| Type | Description |
EditChartResponse.Builder |
|
setDashboardChart(DashboardChart value)
public EditChartResponse.Builder setDashboardChart(DashboardChart value)Edited chart resource.
.google.cloud.chronicle.v1.DashboardChart dashboard_chart = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
DashboardChart |
| Returns | |
|---|---|
| Type | Description |
EditChartResponse.Builder |
|
setDashboardChart(DashboardChart.Builder builderForValue)
public EditChartResponse.Builder setDashboardChart(DashboardChart.Builder builderForValue)Edited chart resource.
.google.cloud.chronicle.v1.DashboardChart dashboard_chart = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
DashboardChart.Builder |
| Returns | |
|---|---|
| Type | Description |
EditChartResponse.Builder |
|
setNativeDashboard(NativeDashboard value)
public EditChartResponse.Builder setNativeDashboard(NativeDashboard value)Edited dashboard.
.google.cloud.chronicle.v1.NativeDashboard native_dashboard = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
NativeDashboard |
| Returns | |
|---|---|
| Type | Description |
EditChartResponse.Builder |
|
setNativeDashboard(NativeDashboard.Builder builderForValue)
public EditChartResponse.Builder setNativeDashboard(NativeDashboard.Builder builderForValue)Edited dashboard.
.google.cloud.chronicle.v1.NativeDashboard native_dashboard = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
NativeDashboard.Builder |
| Returns | |
|---|---|
| Type | Description |
EditChartResponse.Builder |
|