Sha256: c72f230d94bb6fbc8de022ea6cfba32795faa59df888676bc67edef84ca46fb9
Contents?: true
Size: 1.95 KB
Versions: 7
Compression:
Stored size: 1.95 KB
Contents
# frozen_string_literal: true # Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # Auto-generated by gapic-generator-ruby. DO NOT EDIT! module Google module Cloud module Monitoring module Dashboard module V1 # Widget contains a single dashboard component and configuration of how to # present the component in the dashboard. # @!attribute [rw] title # @return [::String] # Optional. The title of the widget. # @!attribute [rw] xy_chart # @return [::Google::Cloud::Monitoring::Dashboard::V1::XyChart] # A chart of time series data. # @!attribute [rw] scorecard # @return [::Google::Cloud::Monitoring::Dashboard::V1::Scorecard] # A scorecard summarizing time series data. # @!attribute [rw] text # @return [::Google::Cloud::Monitoring::Dashboard::V1::Text] # A raw string or markdown displaying textual content. # @!attribute [rw] blank # @return [::Google::Protobuf::Empty] # A blank space. # @!attribute [rw] alert_chart # @return [::Google::Cloud::Monitoring::Dashboard::V1::AlertChart] # A chart of alert policy data. class Widget include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems