Sha256: 8f5e8a1e9aeb02836cd1e04a6d89f31986fcb7bfef3092841af40780922aaab6
Contents?: true
Size: 1.13 KB
Versions: 7
Compression:
Stored size: 1.13 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/monitoring/dashboard/v1/dashboard.proto require 'google/protobuf' require 'google/api/field_behavior_pb' require 'google/api/resource_pb' require 'google/monitoring/dashboard/v1/layouts_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/monitoring/dashboard/v1/dashboard.proto", :syntax => :proto3) 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 end module Google module Cloud module Monitoring module Dashboard module V1 Dashboard = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.monitoring.dashboard.v1.Dashboard").msgclass end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems