public static final class UpdateNativeDashboardRequest.Builder extends GeneratedMessage.Builder<UpdateNativeDashboardRequest.Builder> implements UpdateNativeDashboardRequestOrBuilderRequest message to update a dashboard.
Protobuf type google.cloud.chronicle.v1.UpdateNativeDashboardRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateNativeDashboardRequest.BuilderImplements
UpdateNativeDashboardRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateNativeDashboardRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateNativeDashboardRequest |
|
buildPartial()
public UpdateNativeDashboardRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateNativeDashboardRequest |
|
clear()
public UpdateNativeDashboardRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateNativeDashboardRequest.Builder |
|
clearNativeDashboard()
public UpdateNativeDashboardRequest.Builder clearNativeDashboard()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 |
UpdateNativeDashboardRequest.Builder |
|
clearUpdateMask()
public UpdateNativeDashboardRequest.Builder clearUpdateMask()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 |
UpdateNativeDashboardRequest.Builder |
|
getDefaultInstanceForType()
public UpdateNativeDashboardRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateNativeDashboardRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getNativeDashboard()
public 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. |
getNativeDashboardBuilder()
public NativeDashboard.Builder getNativeDashboardBuilder()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.Builder |
|
getNativeDashboardOrBuilder()
public 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 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. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()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 |
Builder |
|
getUpdateMaskOrBuilder()
public 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(UpdateNativeDashboardRequest other)
public UpdateNativeDashboardRequest.Builder mergeFrom(UpdateNativeDashboardRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateNativeDashboardRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateNativeDashboardRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateNativeDashboardRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateNativeDashboardRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateNativeDashboardRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateNativeDashboardRequest.Builder |
|
mergeNativeDashboard(NativeDashboard value)
public UpdateNativeDashboardRequest.Builder mergeNativeDashboard(NativeDashboard value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
NativeDashboard |
| Returns | |
|---|---|
| Type | Description |
UpdateNativeDashboardRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateNativeDashboardRequest.Builder mergeUpdateMask(FieldMask value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateNativeDashboardRequest.Builder |
|
setNativeDashboard(NativeDashboard value)
public UpdateNativeDashboardRequest.Builder setNativeDashboard(NativeDashboard value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
NativeDashboard |
| Returns | |
|---|---|
| Type | Description |
UpdateNativeDashboardRequest.Builder |
|
setNativeDashboard(NativeDashboard.Builder builderForValue)
public UpdateNativeDashboardRequest.Builder setNativeDashboard(NativeDashboard.Builder builderForValue)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];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
NativeDashboard.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateNativeDashboardRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdateNativeDashboardRequest.Builder setUpdateMask(FieldMask value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateNativeDashboardRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateNativeDashboardRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)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];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateNativeDashboardRequest.Builder |
|