Class: Google::Cloud::Chronicle::V1::AddChartRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Chronicle::V1::AddChartRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/chronicle/v1/native_dashboard.rb
Overview
Request message to add chart in a dashboard.
Instance Attribute Summary collapse
-
#chart_layout ⇒ ::Google::Cloud::Chronicle::V1::DashboardDefinition::ChartConfig::ChartLayout
Required.
-
#dashboard_chart ⇒ ::Google::Cloud::Chronicle::V1::DashboardChart
Required.
-
#dashboard_query ⇒ ::Google::Cloud::Chronicle::V1::DashboardQuery
Optional.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#chart_layout ⇒ ::Google::Cloud::Chronicle::V1::DashboardDefinition::ChartConfig::ChartLayout
Returns Required. ChartLayout for newly added chart.
296 297 298 299 |
# File 'proto_docs/google/cloud/chronicle/v1/native_dashboard.rb', line 296 class AddChartRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#dashboard_chart ⇒ ::Google::Cloud::Chronicle::V1::DashboardChart
Returns Required. Chart to be added to the dashboard.
296 297 298 299 |
# File 'proto_docs/google/cloud/chronicle/v1/native_dashboard.rb', line 296 class AddChartRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#dashboard_query ⇒ ::Google::Cloud::Chronicle::V1::DashboardQuery
Returns Optional. Query used to create the chart.
296 297 298 299 |
# File 'proto_docs/google/cloud/chronicle/v1/native_dashboard.rb', line 296 class AddChartRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The dashboard name to add chart in. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard}.
296 297 298 299 |
# File 'proto_docs/google/cloud/chronicle/v1/native_dashboard.rb', line 296 class AddChartRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |