Sha256: be8abd31eab200925608fc31b5dcc2fa910891151c8087801847bd5f73c1b6fa
Contents?: true
Size: 1.38 KB
Versions: 5
Compression:
Stored size: 1.38 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/monitoring/dashboard/v1/dashboard_filter.proto require 'google/protobuf' require 'google/api/field_behavior_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/monitoring/dashboard/v1/dashboard_filter.proto", :syntax => :proto3) do add_message "google.monitoring.dashboard.v1.DashboardFilter" do optional :label_key, :string, 1 optional :template_variable, :string, 3 optional :filter_type, :enum, 5, "google.monitoring.dashboard.v1.DashboardFilter.FilterType" oneof :default_value do optional :string_value, :string, 4 end end add_enum "google.monitoring.dashboard.v1.DashboardFilter.FilterType" do value :FILTER_TYPE_UNSPECIFIED, 0 value :RESOURCE_LABEL, 1 value :METRIC_LABEL, 2 value :USER_METADATA_LABEL, 3 value :SYSTEM_METADATA_LABEL, 4 value :GROUP, 5 end end end module Google module Cloud module Monitoring module Dashboard module V1 DashboardFilter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.monitoring.dashboard.v1.DashboardFilter").msgclass DashboardFilter::FilterType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.monitoring.dashboard.v1.DashboardFilter.FilterType").enummodule end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems