parent
c5dfb0011f
commit
09f1a483eb
|
@ -26,7 +26,7 @@ module Google
|
|||
# @see https://cloud.google.com/talent-solution/job-search/docs/
|
||||
module JobsV3
|
||||
VERSION = 'V3'
|
||||
REVISION = '20190712'
|
||||
REVISION = '20190727'
|
||||
|
||||
# View and manage your data across Google Cloud Platform services
|
||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||
|
|
|
@ -831,7 +831,7 @@ module Google
|
|||
# `CASE_INSENSITIVE_MATCH`) search.
|
||||
# For filterable `string_value`s, a maximum total number of 200 values
|
||||
# is allowed, with each `string_value` has a byte size of no more than
|
||||
# 255B. For unfilterable `string_values`, the maximum total byte size of
|
||||
# 500B. For unfilterable `string_values`, the maximum total byte size of
|
||||
# unfilterable `string_values` is 50KB.
|
||||
# Empty string is not allowed.
|
||||
# Corresponds to the JSON property `stringValues`
|
||||
|
|
Loading…
Reference in New Issue