Class: Google::Cloud::Chronicle::V1::RemoveChartRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Chronicle::V1::RemoveChartRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/chronicle/v1/native_dashboard.rb
Overview
Request message to remove chart from a dashboard.
Instance Attribute Summary collapse
-
#dashboard_chart ⇒ ::String
Required.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#dashboard_chart ⇒ ::String
Returns Required. The dashboard chart name to remove.
368 369 370 371 |
# File 'proto_docs/google/cloud/chronicle/v1/native_dashboard.rb', line 368 class RemoveChartRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The dashboard name to remove chart from. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard}.
368 369 370 371 |
# File 'proto_docs/google/cloud/chronicle/v1/native_dashboard.rb', line 368 class RemoveChartRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |