feat: Automated regeneration of healthcare v1 client
This commit is contained in:
parent
baef1f920b
commit
77c86565cf
|
@ -25,7 +25,7 @@ module Google
|
|||
# @see https://cloud.google.com/healthcare
|
||||
module HealthcareV1
|
||||
VERSION = 'V1'
|
||||
REVISION = '20201006'
|
||||
REVISION = '20201013'
|
||||
|
||||
# View and manage your data across Google Cloud Platform services
|
||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||
|
|
|
@ -2515,7 +2515,8 @@ module Google
|
|||
# entire year: `_at=2019` * An entire month: `_at=2019-01` * A specific day: `
|
||||
# _at=2019-01-20` * A specific second: `_at=2018-12-31T23:59:58Z`
|
||||
# @param [Fixnum] _count
|
||||
# The maximum number of search results on a page. Defaults to 1000.
|
||||
# The maximum number of search results on a page. Default value is 100. Maximum
|
||||
# value is 1,000.
|
||||
# @param [String] _page_token
|
||||
# Used to retrieve the first, previous, next, or last page of resource versions
|
||||
# when using pagination. Value should be set to the value of `_page_token` set
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"git": {
|
||||
"name": ".",
|
||||
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
|
||||
"sha": "c98c719bbab68d0890524d53f8b629d7858af9c2"
|
||||
"sha": "cb0c5bf94e2b1c915107eec83041d4409c900155"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue