Interface RemoveChartRequestOrBuilder (0.31.0)

public interface RemoveChartRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDashboardChart()

public abstract String getDashboardChart()

Required. The dashboard chart name to remove.

string dashboard_chart = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The dashboardChart.

getDashboardChartBytes()

public abstract ByteString getDashboardChartBytes()

Required. The dashboard chart name to remove.

string dashboard_chart = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for dashboardChart.

getName()

public abstract String getName()

Required. The dashboard name to remove chart from. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. The dashboard name to remove chart from. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.