Class DuplicateChartResponse.Builder (0.31.0)

public static final class DuplicateChartResponse.Builder extends GeneratedMessage.Builder<DuplicateChartResponse.Builder> implements DuplicateChartResponseOrBuilder

Response message for duplicating chart in a dashboard.

Protobuf type google.cloud.chronicle.v1.DuplicateChartResponse

Static Methods

getDescriptor()

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

Methods

build()

public DuplicateChartResponse build()
Returns
Type Description
DuplicateChartResponse

buildPartial()

public DuplicateChartResponse buildPartial()
Returns
Type Description
DuplicateChartResponse

clear()

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

clearDashboardChart()

public DuplicateChartResponse.Builder clearDashboardChart()

Duplicated chart resource.

.google.cloud.chronicle.v1.DashboardChart dashboard_chart = 2;

Returns
Type Description
DuplicateChartResponse.Builder

clearNativeDashboard()

public DuplicateChartResponse.Builder clearNativeDashboard()

Dashboard with chart added in definition.

.google.cloud.chronicle.v1.NativeDashboard native_dashboard = 1;

Returns
Type Description
DuplicateChartResponse.Builder

getDashboardChart()

public DashboardChart getDashboardChart()

Duplicated chart resource.

.google.cloud.chronicle.v1.DashboardChart dashboard_chart = 2;

Returns
Type Description
DashboardChart

The dashboardChart.

getDashboardChartBuilder()

public DashboardChart.Builder getDashboardChartBuilder()

Duplicated chart resource.

.google.cloud.chronicle.v1.DashboardChart dashboard_chart = 2;

Returns
Type Description
DashboardChart.Builder

getDashboardChartOrBuilder()

public DashboardChartOrBuilder getDashboardChartOrBuilder()

Duplicated chart resource.

.google.cloud.chronicle.v1.DashboardChart dashboard_chart = 2;

Returns
Type Description
DashboardChartOrBuilder

getDefaultInstanceForType()

public DuplicateChartResponse getDefaultInstanceForType()
Returns
Type Description
DuplicateChartResponse

getDescriptorForType()

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

getNativeDashboard()

public NativeDashboard getNativeDashboard()

Dashboard with chart added in definition.

.google.cloud.chronicle.v1.NativeDashboard native_dashboard = 1;

Returns
Type Description
NativeDashboard

The nativeDashboard.

getNativeDashboardBuilder()

public NativeDashboard.Builder getNativeDashboardBuilder()

Dashboard with chart added in definition.

.google.cloud.chronicle.v1.NativeDashboard native_dashboard = 1;

Returns
Type Description
NativeDashboard.Builder

getNativeDashboardOrBuilder()

public NativeDashboardOrBuilder getNativeDashboardOrBuilder()

Dashboard with chart added in definition.

.google.cloud.chronicle.v1.NativeDashboard native_dashboard = 1;

Returns
Type Description
NativeDashboardOrBuilder

hasDashboardChart()

public boolean hasDashboardChart()

Duplicated chart resource.

.google.cloud.chronicle.v1.DashboardChart dashboard_chart = 2;

Returns
Type Description
boolean

Whether the dashboardChart field is set.

hasNativeDashboard()

public boolean hasNativeDashboard()

Dashboard with chart added in definition.

.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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeDashboardChart(DashboardChart value)

public DuplicateChartResponse.Builder mergeDashboardChart(DashboardChart value)

Duplicated chart resource.

.google.cloud.chronicle.v1.DashboardChart dashboard_chart = 2;

Parameter
Name Description
value DashboardChart
Returns
Type Description
DuplicateChartResponse.Builder

mergeFrom(DuplicateChartResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeNativeDashboard(NativeDashboard value)

public DuplicateChartResponse.Builder mergeNativeDashboard(NativeDashboard value)

Dashboard with chart added in definition.

.google.cloud.chronicle.v1.NativeDashboard native_dashboard = 1;

Parameter
Name Description
value NativeDashboard
Returns
Type Description
DuplicateChartResponse.Builder

setDashboardChart(DashboardChart value)

public DuplicateChartResponse.Builder setDashboardChart(DashboardChart value)

Duplicated chart resource.

.google.cloud.chronicle.v1.DashboardChart dashboard_chart = 2;

Parameter
Name Description
value DashboardChart
Returns
Type Description
DuplicateChartResponse.Builder

setDashboardChart(DashboardChart.Builder builderForValue)

public DuplicateChartResponse.Builder setDashboardChart(DashboardChart.Builder builderForValue)

Duplicated chart resource.

.google.cloud.chronicle.v1.DashboardChart dashboard_chart = 2;

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

setNativeDashboard(NativeDashboard value)

public DuplicateChartResponse.Builder setNativeDashboard(NativeDashboard value)

Dashboard with chart added in definition.

.google.cloud.chronicle.v1.NativeDashboard native_dashboard = 1;

Parameter
Name Description
value NativeDashboard
Returns
Type Description
DuplicateChartResponse.Builder

setNativeDashboard(NativeDashboard.Builder builderForValue)

public DuplicateChartResponse.Builder setNativeDashboard(NativeDashboard.Builder builderForValue)

Dashboard with chart added in definition.

.google.cloud.chronicle.v1.NativeDashboard native_dashboard = 1;

Parameter
Name Description
builderForValue NativeDashboard.Builder
Returns
Type Description
DuplicateChartResponse.Builder