google-cloud-talent-v4beta1 0.4.0 → 0.4.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/AUTHENTICATION.md +8 -8
  3. data/README.md +1 -1
  4. data/lib/google/cloud/talent/v4beta1/application_pb.rb +2 -2
  5. data/lib/google/cloud/talent/v4beta1/application_service/client.rb +73 -69
  6. data/lib/google/cloud/talent/v4beta1/application_service_pb.rb +2 -2
  7. data/lib/google/cloud/talent/v4beta1/application_service_services_pb.rb +1 -1
  8. data/lib/google/cloud/talent/v4beta1/batch_pb.rb +1 -1
  9. data/lib/google/cloud/talent/v4beta1/common_pb.rb +2 -2
  10. data/lib/google/cloud/talent/v4beta1/company_pb.rb +2 -2
  11. data/lib/google/cloud/talent/v4beta1/company_service/client.rb +73 -69
  12. data/lib/google/cloud/talent/v4beta1/company_service_pb.rb +2 -2
  13. data/lib/google/cloud/talent/v4beta1/company_service_services_pb.rb +1 -1
  14. data/lib/google/cloud/talent/v4beta1/completion/client.rb +39 -45
  15. data/lib/google/cloud/talent/v4beta1/completion_service_pb.rb +2 -2
  16. data/lib/google/cloud/talent/v4beta1/completion_service_services_pb.rb +1 -1
  17. data/lib/google/cloud/talent/v4beta1/event_pb.rb +2 -2
  18. data/lib/google/cloud/talent/v4beta1/event_service/client.rb +38 -41
  19. data/lib/google/cloud/talent/v4beta1/event_service_pb.rb +2 -2
  20. data/lib/google/cloud/talent/v4beta1/event_service_services_pb.rb +1 -1
  21. data/lib/google/cloud/talent/v4beta1/filters_pb.rb +2 -2
  22. data/lib/google/cloud/talent/v4beta1/histogram_pb.rb +1 -1
  23. data/lib/google/cloud/talent/v4beta1/job_pb.rb +2 -2
  24. data/lib/google/cloud/talent/v4beta1/job_service/client.rb +115 -91
  25. data/lib/google/cloud/talent/v4beta1/job_service/operations.rb +54 -37
  26. data/lib/google/cloud/talent/v4beta1/job_service_pb.rb +2 -2
  27. data/lib/google/cloud/talent/v4beta1/job_service_services_pb.rb +1 -1
  28. data/lib/google/cloud/talent/v4beta1/profile_pb.rb +2 -2
  29. data/lib/google/cloud/talent/v4beta1/profile_service/client.rb +82 -74
  30. data/lib/google/cloud/talent/v4beta1/profile_service_pb.rb +2 -2
  31. data/lib/google/cloud/talent/v4beta1/profile_service_services_pb.rb +1 -1
  32. data/lib/google/cloud/talent/v4beta1/tenant_pb.rb +2 -2
  33. data/lib/google/cloud/talent/v4beta1/tenant_service/client.rb +73 -69
  34. data/lib/google/cloud/talent/v4beta1/tenant_service_pb.rb +2 -2
  35. data/lib/google/cloud/talent/v4beta1/tenant_service_services_pb.rb +1 -1
  36. data/lib/google/cloud/talent/v4beta1/version.rb +1 -1
  37. data/proto_docs/google/api/field_behavior.rb +7 -1
  38. data/proto_docs/google/cloud/talent/v4beta1/job.rb +1 -1
  39. data/proto_docs/google/cloud/talent/v4beta1/job_service.rb +1 -1
  40. data/proto_docs/google/cloud/talent/v4beta1/profile_service.rb +1 -1
  41. data/proto_docs/google/type/date.rb +14 -11
  42. data/proto_docs/google/type/money.rb +1 -1
  43. data/proto_docs/google/type/timeofday.rb +2 -1
  44. metadata +13 -7
@@ -111,7 +111,7 @@ module Google
111
111
  # attributes that are not covered by the provided structured fields.
112
112
  #
113
113
  # The keys of the map are strings up to 64 bytes and must match the
114
- # pattern: [a-zA-Z][a-zA-Z0-9_]*. For example, key0LikeThis or
114
+ # pattern: `[a-zA-Z][a-zA-Z0-9_]*`. For example, key0LikeThis or
115
115
  # KEY_1_LIKE_THIS.
116
116
  #
117
117
  # At most 100 filterable and at most 100 unfilterable keys are supported.
@@ -235,7 +235,7 @@ module Google
235
235
  #
236
236
  # Data types:
237
237
  #
238
- # * Histogram facet: facet names with format [a-zA-Z][a-zA-Z0-9_]+.
238
+ # * Histogram facet: facet names with format `[a-zA-Z][a-zA-Z0-9_]+`.
239
239
  # * String: string like "any string with backslash escape for quote(\")."
240
240
  # * Number: whole number and floating point number like 10, -1 and -0.01.
241
241
  # * List: list of elements with comma(,) separator surrounded by square
@@ -222,7 +222,7 @@ module Google
222
222
  #
223
223
  # Data types:
224
224
  #
225
- # * Histogram facet: facet names with format [a-zA-Z][a-zA-Z0-9_]+.
225
+ # * Histogram facet: facet names with format `[a-zA-Z][a-zA-Z0-9_]+`.
226
226
  # * String: string like "any string with backslash escape for quote(\")."
227
227
  # * Number: whole number and floating point number like 10, -1 and -0.01.
228
228
  # * List: list of elements with comma(,) separator surrounded by square
@@ -19,28 +19,31 @@
19
19
 
20
20
  module Google
21
21
  module Type
22
- # Represents a whole or partial calendar date, e.g. a birthday. The time of day
23
- # and time zone are either specified elsewhere or are not significant. The date
24
- # is relative to the Proleptic Gregorian Calendar. This can represent:
22
+ # Represents a whole or partial calendar date, such as a birthday. The time of
23
+ # day and time zone are either specified elsewhere or are insignificant. The
24
+ # date is relative to the Gregorian Calendar. This can represent one of the
25
+ # following:
25
26
  #
26
- # * A full date, with non-zero year, month and day values
27
- # * A month and day value, with a zero year, e.g. an anniversary
27
+ # * A full date, with non-zero year, month, and day values
28
+ # * A month and day value, with a zero year, such as an anniversary
28
29
  # * A year on its own, with zero month and day values
29
- # * A year and month value, with a zero day, e.g. a credit card expiration date
30
+ # * A year and month value, with a zero day, such as a credit card expiration
31
+ # date
30
32
  #
31
- # Related types are {::Google::Type::TimeOfDay google.type.TimeOfDay} and `google.protobuf.Timestamp`.
33
+ # Related types are {::Google::Type::TimeOfDay google.type.TimeOfDay} and
34
+ # `google.protobuf.Timestamp`.
32
35
  # @!attribute [rw] year
33
36
  # @return [::Integer]
34
- # Year of date. Must be from 1 to 9999, or 0 if specifying a date without
37
+ # Year of the date. Must be from 1 to 9999, or 0 to specify a date without
35
38
  # a year.
36
39
  # @!attribute [rw] month
37
40
  # @return [::Integer]
38
- # Month of year. Must be from 1 to 12, or 0 if specifying a year without a
41
+ # Month of a year. Must be from 1 to 12, or 0 to specify a year without a
39
42
  # month and day.
40
43
  # @!attribute [rw] day
41
44
  # @return [::Integer]
42
- # Day of month. Must be from 1 to 31 and valid for the year and month, or 0
43
- # if specifying a year by itself or a year and month where the day is not
45
+ # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0
46
+ # to specify a year by itself or a year and month where the day isn't
44
47
  # significant.
45
48
  class Date
46
49
  include ::Google::Protobuf::MessageExts
@@ -22,7 +22,7 @@ module Google
22
22
  # Represents an amount of money with its currency type.
23
23
  # @!attribute [rw] currency_code
24
24
  # @return [::String]
25
- # The 3-letter currency code defined in ISO 4217.
25
+ # The three-letter currency code defined in ISO 4217.
26
26
  # @!attribute [rw] units
27
27
  # @return [::Integer]
28
28
  # The whole units of the amount.
@@ -21,7 +21,8 @@ module Google
21
21
  module Type
22
22
  # Represents a time of day. The date and time zone are either not significant
23
23
  # or are specified elsewhere. An API may choose to allow leap seconds. Related
24
- # types are {::Google::Type::Date google.type.Date} and `google.protobuf.Timestamp`.
24
+ # types are {::Google::Type::Date google.type.Date} and
25
+ # `google.protobuf.Timestamp`.
25
26
  # @!attribute [rw] hours
26
27
  # @return [::Integer]
27
28
  # Hours of day in 24 hour format. Should be from 0 to 23. An API may choose
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-talent-v4beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-09 00:00:00.000000000 Z
11
+ date: 2021-11-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0.7'
20
+ - - "<"
18
21
  - !ruby/object:Gem::Version
19
- version: '0.3'
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.7'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.3'
32
+ version: 2.a
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: google-cloud-errors
29
35
  requirement: !ruby/object:Gem::Requirement
@@ -273,7 +279,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
273
279
  - !ruby/object:Gem::Version
274
280
  version: '0'
275
281
  requirements: []
276
- rubygems_version: 3.2.13
282
+ rubygems_version: 3.2.17
277
283
  signing_key:
278
284
  specification_version: 4
279
285
  summary: API Client library for the Cloud Talent Solution V4beta1 API