Autogenerated update (2019-01-07)
Update: - servicemanagement_v1
This commit is contained in:
parent
e9fbc33afd
commit
5ad63f2dd5
|
@ -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'
|
||||
|
|
|
@ -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<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
|
||||
|
@ -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<String>]
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue