Sha256: 69864cd46a66d0c4630dfaec9d3c52a476944f3c342c1f9e4162fb98c9f9dadc
Contents?: true
Size: 942 Bytes
Versions: 9
Compression:
Stored size: 942 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/monitoring/dashboard/v1/dashboard.proto require 'google/protobuf' require 'google/monitoring/dashboard/v1/layouts_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_message "google.monitoring.dashboard.v1.Dashboard" do optional :name, :string, 1 optional :display_name, :string, 2 optional :etag, :string, 4 oneof :layout do optional :grid_layout, :message, 5, "google.monitoring.dashboard.v1.GridLayout" optional :row_layout, :message, 8, "google.monitoring.dashboard.v1.RowLayout" optional :column_layout, :message, 9, "google.monitoring.dashboard.v1.ColumnLayout" end end end module Google module Monitoring module Dashboard module V1 Dashboard = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.monitoring.dashboard.v1.Dashboard").msgclass end end end end
Version data entries
9 entries across 9 versions & 1 rubygems