Skip to content

Commit

Permalink
Autogenerated update (2019-01-07)
Browse files Browse the repository at this point in the history
Update:
- servicemanagement_v1
  • Loading branch information
googleapis-publisher committed Jan 7, 2019
1 parent e9fbc33 commit 5ad63f2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
2 changes: 1 addition & 1 deletion generated/google/apis/servicemanagement_v1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module Apis
# @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'
Expand Down
26 changes: 16 additions & 10 deletions generated/google/apis/servicemanagement_v1/classes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2724,17 +2724,21 @@ class Monitoring
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<Google::Apis::ServicemanagementV1::MonitoringDestination>]
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<Google::Apis::ServicemanagementV1::MonitoringDestination>]
attr_accessor :producer_destinations
Expand All @@ -2755,8 +2759,8 @@ def update!(**args)
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<String>]
attr_accessor :metrics
Expand Down Expand Up @@ -3697,8 +3701,10 @@ class Service
# @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
Expand Down

0 comments on commit 5ad63f2

Please sign in to comment.