google-cloud-talent-v4beta1 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. checksums.yaml +4 -4
  2. data/AUTHENTICATION.md +6 -6
  3. data/README.md +1 -1
  4. data/lib/google/cloud/talent/v4beta1.rb +1 -1
  5. data/lib/google/cloud/talent/v4beta1/application_service.rb +1 -1
  6. data/lib/google/cloud/talent/v4beta1/application_service/client.rb +124 -124
  7. data/lib/google/cloud/talent/v4beta1/application_service/credentials.rb +1 -1
  8. data/lib/google/cloud/talent/v4beta1/application_service/paths.rb +17 -17
  9. data/lib/google/cloud/talent/v4beta1/company_service.rb +1 -1
  10. data/lib/google/cloud/talent/v4beta1/company_service/client.rb +126 -126
  11. data/lib/google/cloud/talent/v4beta1/company_service/credentials.rb +1 -1
  12. data/lib/google/cloud/talent/v4beta1/company_service/paths.rb +8 -8
  13. data/lib/google/cloud/talent/v4beta1/completion.rb +1 -1
  14. data/lib/google/cloud/talent/v4beta1/completion/client.rb +60 -60
  15. data/lib/google/cloud/talent/v4beta1/completion/credentials.rb +1 -1
  16. data/lib/google/cloud/talent/v4beta1/completion/paths.rb +8 -8
  17. data/lib/google/cloud/talent/v4beta1/event_service.rb +1 -1
  18. data/lib/google/cloud/talent/v4beta1/event_service/client.rb +53 -53
  19. data/lib/google/cloud/talent/v4beta1/event_service/credentials.rb +1 -1
  20. data/lib/google/cloud/talent/v4beta1/event_service/paths.rb +3 -3
  21. data/lib/google/cloud/talent/v4beta1/job_service.rb +1 -1
  22. data/lib/google/cloud/talent/v4beta1/job_service/client.rb +320 -320
  23. data/lib/google/cloud/talent/v4beta1/job_service/credentials.rb +1 -1
  24. data/lib/google/cloud/talent/v4beta1/job_service/operations.rb +100 -100
  25. data/lib/google/cloud/talent/v4beta1/job_service/paths.rb +13 -13
  26. data/lib/google/cloud/talent/v4beta1/profile_service.rb +1 -1
  27. data/lib/google/cloud/talent/v4beta1/profile_service/client.rb +176 -176
  28. data/lib/google/cloud/talent/v4beta1/profile_service/credentials.rb +1 -1
  29. data/lib/google/cloud/talent/v4beta1/profile_service/paths.rb +5 -5
  30. data/lib/google/cloud/talent/v4beta1/tenant_service.rb +1 -1
  31. data/lib/google/cloud/talent/v4beta1/tenant_service/client.rb +124 -124
  32. data/lib/google/cloud/talent/v4beta1/tenant_service/credentials.rb +1 -1
  33. data/lib/google/cloud/talent/v4beta1/tenant_service/paths.rb +3 -3
  34. data/lib/google/cloud/talent/v4beta1/version.rb +1 -1
  35. data/proto_docs/google/api/resource.rb +12 -12
  36. data/proto_docs/google/cloud/talent/v4beta1/application.rb +18 -18
  37. data/proto_docs/google/cloud/talent/v4beta1/application_service.rb +27 -27
  38. data/proto_docs/google/cloud/talent/v4beta1/common.rb +167 -167
  39. data/proto_docs/google/cloud/talent/v4beta1/company.rb +21 -21
  40. data/proto_docs/google/cloud/talent/v4beta1/company_service.rb +29 -29
  41. data/proto_docs/google/cloud/talent/v4beta1/completion_service.rb +28 -28
  42. data/proto_docs/google/cloud/talent/v4beta1/event.rb +30 -30
  43. data/proto_docs/google/cloud/talent/v4beta1/event_service.rb +4 -4
  44. data/proto_docs/google/cloud/talent/v4beta1/filters.rb +197 -197
  45. data/proto_docs/google/cloud/talent/v4beta1/histogram.rb +14 -14
  46. data/proto_docs/google/cloud/talent/v4beta1/job.rb +83 -83
  47. data/proto_docs/google/cloud/talent/v4beta1/job_service.rb +163 -163
  48. data/proto_docs/google/cloud/talent/v4beta1/profile.rb +202 -202
  49. data/proto_docs/google/cloud/talent/v4beta1/profile_service.rb +82 -82
  50. data/proto_docs/google/cloud/talent/v4beta1/tenant.rb +8 -8
  51. data/proto_docs/google/cloud/talent/v4beta1/tenant_service.rb +27 -27
  52. data/proto_docs/google/longrunning/operations.rb +30 -30
  53. data/proto_docs/google/protobuf/any.rb +4 -4
  54. data/proto_docs/google/protobuf/duration.rb +4 -4
  55. data/proto_docs/google/protobuf/empty.rb +2 -2
  56. data/proto_docs/google/protobuf/field_mask.rb +3 -3
  57. data/proto_docs/google/protobuf/timestamp.rb +4 -4
  58. data/proto_docs/google/protobuf/wrappers.rb +27 -27
  59. data/proto_docs/google/rpc/status.rb +6 -6
  60. data/proto_docs/google/type/date.rb +6 -6
  61. data/proto_docs/google/type/latlng.rb +4 -4
  62. data/proto_docs/google/type/money.rb +5 -5
  63. data/proto_docs/google/type/postal_address.rb +13 -13
  64. data/proto_docs/google/type/timeofday.rb +7 -7
  65. metadata +2 -2
@@ -21,14 +21,14 @@ module Google
21
21
  module Type
22
22
  # Represents an amount of money with its currency type.
23
23
  # @!attribute [rw] currency_code
24
- # @return [String]
24
+ # @return [::String]
25
25
  # The 3-letter currency code defined in ISO 4217.
26
26
  # @!attribute [rw] units
27
- # @return [Integer]
27
+ # @return [::Integer]
28
28
  # The whole units of the amount.
29
29
  # For example if `currencyCode` is `"USD"`, then 1 unit is one US dollar.
30
30
  # @!attribute [rw] nanos
31
- # @return [Integer]
31
+ # @return [::Integer]
32
32
  # Number of nano (10^-9) units of the amount.
33
33
  # The value must be between -999,999,999 and +999,999,999 inclusive.
34
34
  # If `units` is positive, `nanos` must be positive or zero.
@@ -36,8 +36,8 @@ module Google
36
36
  # If `units` is negative, `nanos` must be negative or zero.
37
37
  # For example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.
38
38
  class Money
39
- include Google::Protobuf::MessageExts
40
- extend Google::Protobuf::MessageExts::ClassMethods
39
+ include ::Google::Protobuf::MessageExts
40
+ extend ::Google::Protobuf::MessageExts::ClassMethods
41
41
  end
42
42
  end
43
43
  end
@@ -37,20 +37,20 @@ module Google
37
37
  # For more guidance on how to use this schema, please see:
38
38
  # https://support.google.com/business/answer/6397478
39
39
  # @!attribute [rw] revision
40
- # @return [Integer]
40
+ # @return [::Integer]
41
41
  # The schema revision of the `PostalAddress`. This must be set to 0, which is
42
42
  # the latest revision.
43
43
  #
44
44
  # All new revisions **must** be backward compatible with old revisions.
45
45
  # @!attribute [rw] region_code
46
- # @return [String]
46
+ # @return [::String]
47
47
  # Required. CLDR region code of the country/region of the address. This
48
48
  # is never inferred and it is up to the user to ensure the value is
49
49
  # correct. See http://cldr.unicode.org/ and
50
50
  # http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html
51
51
  # for details. Example: "CH" for Switzerland.
52
52
  # @!attribute [rw] language_code
53
- # @return [String]
53
+ # @return [::String]
54
54
  # Optional. BCP-47 language code of the contents of this address (if
55
55
  # known). This is often the UI language of the input form or is expected
56
56
  # to match one of the languages used in the address' country/region, or their
@@ -64,20 +64,20 @@ module Google
64
64
  #
65
65
  # Examples: "zh-Hant", "ja", "ja-Latn", "en".
66
66
  # @!attribute [rw] postal_code
67
- # @return [String]
67
+ # @return [::String]
68
68
  # Optional. Postal code of the address. Not all countries use or require
69
69
  # postal codes to be present, but where they are used, they may trigger
70
70
  # additional validation with other parts of the address (e.g. state/zip
71
71
  # validation in the U.S.A.).
72
72
  # @!attribute [rw] sorting_code
73
- # @return [String]
73
+ # @return [::String]
74
74
  # Optional. Additional, country-specific, sorting code. This is not used
75
75
  # in most regions. Where it is used, the value is either a string like
76
76
  # "CEDEX", optionally followed by a number (e.g. "CEDEX 7"), or just a number
77
77
  # alone, representing the "sector code" (Jamaica), "delivery area indicator"
78
78
  # (Malawi) or "post office indicator" (e.g. Côte d'Ivoire).
79
79
  # @!attribute [rw] administrative_area
80
- # @return [String]
80
+ # @return [::String]
81
81
  # Optional. Highest administrative subdivision which is used for postal
82
82
  # addresses of a country or region.
83
83
  # For example, this can be a state, a province, an oblast, or a prefecture.
@@ -86,17 +86,17 @@ module Google
86
86
  # Many countries don't use an administrative area in postal addresses. E.g.
87
87
  # in Switzerland this should be left unpopulated.
88
88
  # @!attribute [rw] locality
89
- # @return [String]
89
+ # @return [::String]
90
90
  # Optional. Generally refers to the city/town portion of the address.
91
91
  # Examples: US city, IT comune, UK post town.
92
92
  # In regions of the world where localities are not well defined or do not fit
93
93
  # into this structure well, leave locality empty and use address_lines.
94
94
  # @!attribute [rw] sublocality
95
- # @return [String]
95
+ # @return [::String]
96
96
  # Optional. Sublocality of the address.
97
97
  # For example, this can be neighborhoods, boroughs, districts.
98
98
  # @!attribute [rw] address_lines
99
- # @return [Array<String>]
99
+ # @return [::Array<::String>]
100
100
  # Unstructured address lines describing the lower levels of an address.
101
101
  #
102
102
  # Because values in address_lines do not have type information and may
@@ -120,16 +120,16 @@ module Google
120
120
  # addresses (as opposed to guessing which parts of the address should be
121
121
  # localities or administrative areas).
122
122
  # @!attribute [rw] recipients
123
- # @return [Array<String>]
123
+ # @return [::Array<::String>]
124
124
  # Optional. The recipient at the address.
125
125
  # This field may, under certain circumstances, contain multiline information.
126
126
  # For example, it might contain "care of" information.
127
127
  # @!attribute [rw] organization
128
- # @return [String]
128
+ # @return [::String]
129
129
  # Optional. The name of the organization at the address.
130
130
  class PostalAddress
131
- include Google::Protobuf::MessageExts
132
- extend Google::Protobuf::MessageExts::ClassMethods
131
+ include ::Google::Protobuf::MessageExts
132
+ extend ::Google::Protobuf::MessageExts::ClassMethods
133
133
  end
134
134
  end
135
135
  end
@@ -21,24 +21,24 @@ 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 `google.protobuf.Timestamp`.
25
25
  # @!attribute [rw] hours
26
- # @return [Integer]
26
+ # @return [::Integer]
27
27
  # Hours of day in 24 hour format. Should be from 0 to 23. An API may choose
28
28
  # to allow the value "24:00:00" for scenarios like business closing time.
29
29
  # @!attribute [rw] minutes
30
- # @return [Integer]
30
+ # @return [::Integer]
31
31
  # Minutes of hour of day. Must be from 0 to 59.
32
32
  # @!attribute [rw] seconds
33
- # @return [Integer]
33
+ # @return [::Integer]
34
34
  # Seconds of minutes of the time. Must normally be from 0 to 59. An API may
35
35
  # allow the value 60 if it allows leap-seconds.
36
36
  # @!attribute [rw] nanos
37
- # @return [Integer]
37
+ # @return [::Integer]
38
38
  # Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
39
39
  class TimeOfDay
40
- include Google::Protobuf::MessageExts
41
- extend Google::Protobuf::MessageExts::ClassMethods
40
+ include ::Google::Protobuf::MessageExts
41
+ extend ::Google::Protobuf::MessageExts::ClassMethods
42
42
  end
43
43
  end
44
44
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-talent-v4beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-24 00:00:00.000000000 Z
11
+ date: 2020-05-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common