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/
 | 
					    # @see https://cloud.google.com/service-management/
 | 
				
			||||||
    module ServicemanagementV1
 | 
					    module ServicemanagementV1
 | 
				
			||||||
      VERSION = 'V1'
 | 
					      VERSION = 'V1'
 | 
				
			||||||
      REVISION = '20181210'
 | 
					      REVISION = '20190102'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      # View and manage your data across Google Cloud Platform services
 | 
					      # View and manage your data across Google Cloud Platform services
 | 
				
			||||||
      AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
 | 
					      AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -2724,17 +2724,21 @@ module Google
 | 
				
			||||||
        include Google::Apis::Core::Hashable
 | 
					        include Google::Apis::Core::Hashable
 | 
				
			||||||
      
 | 
					      
 | 
				
			||||||
        # Monitoring configurations for sending metrics to the consumer project.
 | 
					        # Monitoring configurations for sending metrics to the consumer project.
 | 
				
			||||||
        # There can be multiple consumer destinations, each one must have a
 | 
					        # There can be multiple consumer destinations. A monitored resouce type may
 | 
				
			||||||
        # different monitored resource type. A metric can be used in at most
 | 
					        # appear in multiple monitoring destinations if different aggregations are
 | 
				
			||||||
        # one consumer destination.
 | 
					        # 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`
 | 
					        # Corresponds to the JSON property `consumerDestinations`
 | 
				
			||||||
        # @return [Array<Google::Apis::ServicemanagementV1::MonitoringDestination>]
 | 
					        # @return [Array<Google::Apis::ServicemanagementV1::MonitoringDestination>]
 | 
				
			||||||
        attr_accessor :consumer_destinations
 | 
					        attr_accessor :consumer_destinations
 | 
				
			||||||
      
 | 
					      
 | 
				
			||||||
        # Monitoring configurations for sending metrics to the producer project.
 | 
					        # Monitoring configurations for sending metrics to the producer project.
 | 
				
			||||||
        # There can be multiple producer destinations, each one must have a
 | 
					        # There can be multiple producer destinations. A monitored resouce type may
 | 
				
			||||||
        # different monitored resource type. A metric can be used in at most
 | 
					        # appear in multiple monitoring destinations if different aggregations are
 | 
				
			||||||
        # one producer destination.
 | 
					        # 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`
 | 
					        # Corresponds to the JSON property `producerDestinations`
 | 
				
			||||||
        # @return [Array<Google::Apis::ServicemanagementV1::MonitoringDestination>]
 | 
					        # @return [Array<Google::Apis::ServicemanagementV1::MonitoringDestination>]
 | 
				
			||||||
        attr_accessor :producer_destinations
 | 
					        attr_accessor :producer_destinations
 | 
				
			||||||
| 
						 | 
					@ -2755,8 +2759,8 @@ module Google
 | 
				
			||||||
      class MonitoringDestination
 | 
					      class MonitoringDestination
 | 
				
			||||||
        include Google::Apis::Core::Hashable
 | 
					        include Google::Apis::Core::Hashable
 | 
				
			||||||
      
 | 
					      
 | 
				
			||||||
        # Names of the metrics to report to this monitoring destination.
 | 
					        # Types of the metrics to report to this monitoring destination.
 | 
				
			||||||
        # Each name must be defined in Service.metrics section.
 | 
					        # Each type must be defined in Service.metrics section.
 | 
				
			||||||
        # Corresponds to the JSON property `metrics`
 | 
					        # Corresponds to the JSON property `metrics`
 | 
				
			||||||
        # @return [Array<String>]
 | 
					        # @return [Array<String>]
 | 
				
			||||||
        attr_accessor :metrics
 | 
					        attr_accessor :metrics
 | 
				
			||||||
| 
						 | 
					@ -3697,8 +3701,10 @@ module Google
 | 
				
			||||||
        # @return [Google::Apis::ServicemanagementV1::Monitoring]
 | 
					        # @return [Google::Apis::ServicemanagementV1::Monitoring]
 | 
				
			||||||
        attr_accessor :monitoring
 | 
					        attr_accessor :monitoring
 | 
				
			||||||
      
 | 
					      
 | 
				
			||||||
        # The DNS address at which this service is available,
 | 
					        # The service name, which is a DNS-like logical identifier for the
 | 
				
			||||||
        # e.g. `calendar.googleapis.com`.
 | 
					        # 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`
 | 
					        # Corresponds to the JSON property `name`
 | 
				
			||||||
        # @return [String]
 | 
					        # @return [String]
 | 
				
			||||||
        attr_accessor :name
 | 
					        attr_accessor :name
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue