Class: Google::Cloud::Chronicle::V1::AddChartRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#chart_layout::Google::Cloud::Chronicle::V1::DashboardDefinition::ChartConfig::ChartLayout

Returns Required. ChartLayout for newly added chart.

Returns:



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.

Returns:



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.

Returns:



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}.

Returns:

  • (::String)

    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