Interface UpdateNativeDashboardRequestOrBuilder (0.31.0)

public interface UpdateNativeDashboardRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNativeDashboard()

public abstract NativeDashboard getNativeDashboard()

Required. The dashboard to update.

The dashboard's name field is used to identify the dashboard to update. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard}

.google.cloud.chronicle.v1.NativeDashboard native_dashboard = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
NativeDashboard

The nativeDashboard.

getNativeDashboardOrBuilder()

public abstract NativeDashboardOrBuilder getNativeDashboardOrBuilder()

Required. The dashboard to update.

The dashboard's name field is used to identify the dashboard to update. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard}

.google.cloud.chronicle.v1.NativeDashboard native_dashboard = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
NativeDashboardOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Required. LINT.IfChange(update_mask_values) The list of fields to update. Supported paths are - display_name description definition.filters definition.charts type access dashboard_user_data.is_pinned

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Required. LINT.IfChange(update_mask_values) The list of fields to update. Supported paths are - display_name description definition.filters definition.charts type access dashboard_user_data.is_pinned

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
FieldMaskOrBuilder

hasNativeDashboard()

public abstract boolean hasNativeDashboard()

Required. The dashboard to update.

The dashboard's name field is used to identify the dashboard to update. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard}

.google.cloud.chronicle.v1.NativeDashboard native_dashboard = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the nativeDashboard field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Required. LINT.IfChange(update_mask_values) The list of fields to update. Supported paths are - display_name description definition.filters definition.charts type access dashboard_user_data.is_pinned

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the updateMask field is set.