Skip to content

Commit

Permalink
feat: Automated regeneration of monitoring v3 client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Nov 19, 2020
1 parent 9130303 commit a8f2c4a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion generated/google/apis/monitoring_v3.rb
Expand Up @@ -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'
Expand Down
9 changes: 5 additions & 4 deletions generated/google/apis/monitoring_v3/classes.rb
Expand Up @@ -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
Expand Down
9 changes: 5 additions & 4 deletions generated/google/apis/monitoring_v3/service.rb
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/monitoring_v3/synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "d53bec90ed2ca3cdd76158f2fc018b05fe3d2027"
"sha": "9130303612a389b31944a2781cd7378460b09d84"
}
}
]
Expand Down

0 comments on commit a8f2c4a

Please sign in to comment.