diff --git a/generated/google/apis/monitoring_v3.rb b/generated/google/apis/monitoring_v3.rb index b22fb01b3a4..831d8564b4d 100644 --- a/generated/google/apis/monitoring_v3.rb +++ b/generated/google/apis/monitoring_v3.rb @@ -29,7 +29,7 @@ module Apis # @see https://cloud.google.com/monitoring/api/ module MonitoringV3 VERSION = 'V3' - REVISION = '20201019' + REVISION = '20201116' # 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/monitoring_v3/classes.rb b/generated/google/apis/monitoring_v3/classes.rb index 2b7294cb6bd..b9b58914ff4 100644 --- a/generated/google/apis/monitoring_v3/classes.rb +++ b/generated/google/apis/monitoring_v3/classes.rb @@ -3955,10 +3955,11 @@ class UptimeCheckConfig attr_accessor :monitored_resource # A unique resource name for this Uptime check configuration. The format is: - # projects/[PROJECT_ID_OR_NUMBER]/uptimeCheckConfigs/[UPTIME_CHECK_ID] This - # field should be omitted when creating the Uptime check configuration; on - # create, the resource name is assigned by the server and included in the - # response. + # projects/[PROJECT_ID_OR_NUMBER]/uptimeCheckConfigs/[UPTIME_CHECK_ID] [ + # PROJECT_ID_OR_NUMBER] is the Workspace host project associated with the Uptime + # check.This field should be omitted when creating the Uptime check + # configuration; on create, the resource name is assigned by the server and + # included in the response. # Corresponds to the JSON property `name` # @return [String] attr_accessor :name diff --git a/generated/google/apis/monitoring_v3/service.rb b/generated/google/apis/monitoring_v3/service.rb index c878472d3cc..fb11e8d1c89 100644 --- a/generated/google/apis/monitoring_v3/service.rb +++ b/generated/google/apis/monitoring_v3/service.rb @@ -1562,10 +1562,11 @@ def list_project_uptime_check_configs(parent, page_size: nil, page_token: nil, f # the updated configuration. # @param [String] name # A unique resource name for this Uptime check configuration. The format is: - # projects/[PROJECT_ID_OR_NUMBER]/uptimeCheckConfigs/[UPTIME_CHECK_ID] This - # field should be omitted when creating the Uptime check configuration; on - # create, the resource name is assigned by the server and included in the - # response. + # projects/[PROJECT_ID_OR_NUMBER]/uptimeCheckConfigs/[UPTIME_CHECK_ID] [ + # PROJECT_ID_OR_NUMBER] is the Workspace host project associated with the Uptime + # check.This field should be omitted when creating the Uptime check + # configuration; on create, the resource name is assigned by the server and + # included in the response. # @param [Google::Apis::MonitoringV3::UptimeCheckConfig] uptime_check_config_object # @param [String] update_mask # Optional. If present, only the listed fields in the current Uptime check diff --git a/generated/google/apis/monitoring_v3/synth.metadata b/generated/google/apis/monitoring_v3/synth.metadata index ad685105d3e..ecce57b7e0e 100644 --- a/generated/google/apis/monitoring_v3/synth.metadata +++ b/generated/google/apis/monitoring_v3/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/google-api-ruby-client.git", - "sha": "d53bec90ed2ca3cdd76158f2fc018b05fe3d2027" + "sha": "9130303612a389b31944a2781cd7378460b09d84" } } ]