From 5ad63f2dd5866978c6523782d28a2da03e9fdea7 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Mon, 7 Jan 2019 00:36:34 +0000 Subject: [PATCH] Autogenerated update (2019-01-07) Update: - servicemanagement_v1 --- generated/google/apis/servicemanagement_v1.rb | 2 +- .../apis/servicemanagement_v1/classes.rb | 26 ++++++++++++------- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/generated/google/apis/servicemanagement_v1.rb b/generated/google/apis/servicemanagement_v1.rb index 3dc069e77..ec2029617 100644 --- a/generated/google/apis/servicemanagement_v1.rb +++ b/generated/google/apis/servicemanagement_v1.rb @@ -27,7 +27,7 @@ module Google # @see https://cloud.google.com/service-management/ module ServicemanagementV1 VERSION = 'V1' - REVISION = '20181210' + REVISION = '20190102' # View and manage your data across Google Cloud Platform services AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' diff --git a/generated/google/apis/servicemanagement_v1/classes.rb b/generated/google/apis/servicemanagement_v1/classes.rb index ed998fafe..c234c7272 100644 --- a/generated/google/apis/servicemanagement_v1/classes.rb +++ b/generated/google/apis/servicemanagement_v1/classes.rb @@ -2724,17 +2724,21 @@ module Google include Google::Apis::Core::Hashable # Monitoring configurations for sending metrics to the consumer project. - # There can be multiple consumer destinations, each one must have a - # different monitored resource type. A metric can be used in at most - # one consumer destination. + # There can be multiple consumer destinations. A monitored resouce type may + # appear in multiple monitoring destinations if different aggregations are + # needed for different sets of metrics associated with that monitored + # resource type. A monitored resource and metric pair may only be used once + # in the Monitoring configuration. # Corresponds to the JSON property `consumerDestinations` # @return [Array] attr_accessor :consumer_destinations # Monitoring configurations for sending metrics to the producer project. - # There can be multiple producer destinations, each one must have a - # different monitored resource type. A metric can be used in at most - # one producer destination. + # There can be multiple producer destinations. A monitored resouce type may + # appear in multiple monitoring destinations if different aggregations are + # needed for different sets of metrics associated with that monitored + # resource type. A monitored resource and metric pair may only be used once + # in the Monitoring configuration. # Corresponds to the JSON property `producerDestinations` # @return [Array] attr_accessor :producer_destinations @@ -2755,8 +2759,8 @@ module Google class MonitoringDestination include Google::Apis::Core::Hashable - # Names of the metrics to report to this monitoring destination. - # Each name must be defined in Service.metrics section. + # Types of the metrics to report to this monitoring destination. + # Each type must be defined in Service.metrics section. # Corresponds to the JSON property `metrics` # @return [Array] attr_accessor :metrics @@ -3697,8 +3701,10 @@ module Google # @return [Google::Apis::ServicemanagementV1::Monitoring] attr_accessor :monitoring - # The DNS address at which this service is available, - # e.g. `calendar.googleapis.com`. + # The service name, which is a DNS-like logical identifier for the + # service, such as `calendar.googleapis.com`. The service name + # typically goes through DNS verification to make sure the owner + # of the service also owns the DNS name. # Corresponds to the JSON property `name` # @return [String] attr_accessor :name