Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::EditChartRequest.
Request message to edit chart in a dashboard.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#dashboard_chart
def dashboard_chart() -> ::Google::Cloud::Chronicle::V1::DashboardChart
Returns
- (::Google::Cloud::Chronicle::V1::DashboardChart) — Optional. Edited chart.
#dashboard_chart=
def dashboard_chart=(value) -> ::Google::Cloud::Chronicle::V1::DashboardChart
Parameter
- value (::Google::Cloud::Chronicle::V1::DashboardChart) — Optional. Edited chart.
Returns
- (::Google::Cloud::Chronicle::V1::DashboardChart) — Optional. Edited chart.
#dashboard_query
def dashboard_query() -> ::Google::Cloud::Chronicle::V1::DashboardQuery
Returns
- (::Google::Cloud::Chronicle::V1::DashboardQuery) — Optional. Query for the edited chart.
#dashboard_query=
def dashboard_query=(value) -> ::Google::Cloud::Chronicle::V1::DashboardQuery
Parameter
- value (::Google::Cloud::Chronicle::V1::DashboardQuery) — Optional. Query for the edited chart.
Returns
- (::Google::Cloud::Chronicle::V1::DashboardQuery) — Optional. Query for the edited chart.
#edit_mask
def edit_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Required. The list of fields to edit for chart and query. Supported paths in chart are - dashboard_chart.display_name dashboard_chart.description dashboard_chart.chart_datasource.data_sources dashboard_chart.visualization dashboard_chart.visualization.button dashboard_chart.visualization.markdown dashboard_chart.drill_down_config Supported paths in query are - dashboard_query.query dashboard_query.input
#edit_mask=
def edit_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Required. The list of fields to edit for chart and query. Supported paths in chart are - dashboard_chart.display_name dashboard_chart.description dashboard_chart.chart_datasource.data_sources dashboard_chart.visualization dashboard_chart.visualization.button dashboard_chart.visualization.markdown dashboard_chart.drill_down_config Supported paths in query are - dashboard_query.query dashboard_query.input
Returns
- (::Google::Protobuf::FieldMask) — Required. The list of fields to edit for chart and query. Supported paths in chart are - dashboard_chart.display_name dashboard_chart.description dashboard_chart.chart_datasource.data_sources dashboard_chart.visualization dashboard_chart.visualization.button dashboard_chart.visualization.markdown dashboard_chart.drill_down_config Supported paths in query are - dashboard_query.query dashboard_query.input
#language_features
def language_features() -> ::Array<::Google::Cloud::Chronicle::V1::LanguageFeature>
Returns
- (::Array<::Google::Cloud::Chronicle::V1::LanguageFeature>) — Optional. Language Features present in the query.
#language_features=
def language_features=(value) -> ::Array<::Google::Cloud::Chronicle::V1::LanguageFeature>
Parameter
- value (::Array<::Google::Cloud::Chronicle::V1::LanguageFeature>) — Optional. Language Features present in the query.
Returns
- (::Array<::Google::Cloud::Chronicle::V1::LanguageFeature>) — Optional. Language Features present in the query.
#name
def name() -> ::String
Returns
- (::String) — Required. The dashboard name to edit chart in. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard}
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. The dashboard name to edit chart in. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard}
Returns
- (::String) — Required. The dashboard name to edit chart in. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard}