Sha256: 3af32602d5538251825e7b525d0ea4b2d71a34f7fb4ff115847a9008589b3fba
Contents?: true
Size: 1.83 KB
Versions: 9
Compression:
Stored size: 1.83 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/monitoring/dashboard/v1/layouts.proto require 'google/protobuf' require 'google/monitoring/dashboard/v1/widget_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_message "google.monitoring.dashboard.v1.GridLayout" do optional :columns, :int64, 1 repeated :widgets, :message, 2, "google.monitoring.dashboard.v1.Widget" end add_message "google.monitoring.dashboard.v1.RowLayout" do repeated :rows, :message, 1, "google.monitoring.dashboard.v1.RowLayout.Row" end add_message "google.monitoring.dashboard.v1.RowLayout.Row" do optional :weight, :int64, 1 repeated :widgets, :message, 2, "google.monitoring.dashboard.v1.Widget" end add_message "google.monitoring.dashboard.v1.ColumnLayout" do repeated :columns, :message, 1, "google.monitoring.dashboard.v1.ColumnLayout.Column" end add_message "google.monitoring.dashboard.v1.ColumnLayout.Column" do optional :weight, :int64, 1 repeated :widgets, :message, 2, "google.monitoring.dashboard.v1.Widget" end end module Google module Monitoring module Dashboard module V1 GridLayout = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.monitoring.dashboard.v1.GridLayout").msgclass RowLayout = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.monitoring.dashboard.v1.RowLayout").msgclass RowLayout::Row = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.monitoring.dashboard.v1.RowLayout.Row").msgclass ColumnLayout = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.monitoring.dashboard.v1.ColumnLayout").msgclass ColumnLayout::Column = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.monitoring.dashboard.v1.ColumnLayout.Column").msgclass end end end end
Version data entries
9 entries across 9 versions & 1 rubygems