Class: Google::Cloud::Chronicle::V1::AddChartResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Chronicle::V1::AddChartResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/chronicle/v1/native_dashboard.rb
Overview
Response message for adding chart in a dashboard.
Instance Attribute Summary collapse
-
#dashboard_chart ⇒ ::Google::Cloud::Chronicle::V1::DashboardChart
Created chart resource.
-
#native_dashboard ⇒ ::Google::Cloud::Chronicle::V1::NativeDashboard
Dashboard with chart added in definition.
Instance Attribute Details
#dashboard_chart ⇒ ::Google::Cloud::Chronicle::V1::DashboardChart
Returns Created chart resource.
308 309 310 311 |
# File 'proto_docs/google/cloud/chronicle/v1/native_dashboard.rb', line 308 class AddChartResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#native_dashboard ⇒ ::Google::Cloud::Chronicle::V1::NativeDashboard
Returns Dashboard with chart added in definition.
308 309 310 311 |
# File 'proto_docs/google/cloud/chronicle/v1/native_dashboard.rb', line 308 class AddChartResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |