google-cloud-talent-v4 0.9.0 → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3fdce446b32b3d9f2a7f87c63091ee27b805e5a4885b29a9f6a791931667a792
4
- data.tar.gz: cfbc4a5312f55839440367d65a5969053d5f210531cfd298e40abd8f7cc68eaf
3
+ metadata.gz: '091e91ca39ba011a9216e5ec958e65b11830178bcf68afff7b94116bb151a8cf'
4
+ data.tar.gz: 6b12eb87b5f0958bb3463608bcee5065a8db7241608a7d28ede570326d926d17
5
5
  SHA512:
6
- metadata.gz: ffc6bf05db32dc30520d8a614d85fb8e6073dd46941d28e09dcf1804c555f79add78f574a0d83ed3f3c1e57d9183d86eba59347d1fb778fd825cd99325575329
7
- data.tar.gz: 45b4c274ef8323c64772590bfd33cbe9cf1704bb4168aa67ad2673842025674cb959d4de0f815ea478b53ce1c6dd91af9cc4fd7ece59c803475c3ff3ac8d904a
6
+ metadata.gz: 30056ed7513563b2855b4c3a1bc147892c22924eebe9ebc1ed395dd189b298f61f030d7725bbef48f90310642330174e0c55554a006117f19ba724a18336fcda
7
+ data.tar.gz: 1b6617b84b29bec2223bdfdaf2dd8029ad4df368958b5944ba0277bd28eaa491b85e04d3201ebf8bcca47a55a8e9d40514d7a99170755ac52dda655982c3db10
data/README.md CHANGED
@@ -47,7 +47,7 @@ for general usage information.
47
47
 
48
48
  To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
49
49
  The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/current/stdlibs/logger/Logger.html) as shown below,
50
- or a [`Google::Cloud::Logging::Logger`](https://googleapis.dev/ruby/google-cloud-logging/latest)
50
+ or a [`Google::Cloud::Logging::Logger`](https://cloud.google.com/ruby/docs/reference/google-cloud-logging/latest)
51
51
  that will write logs to [Cloud Logging](https://cloud.google.com/logging/). See [grpc/logconfig.rb](https://github.com/grpc/grpc/blob/master/src/ruby/lib/grpc/logconfig.rb)
52
52
  and the gRPC [spec_helper.rb](https://github.com/grpc/grpc/blob/master/src/ruby/spec/spec_helper.rb) for additional information.
53
53
 
@@ -673,9 +673,9 @@ module Google
673
673
  # * (`String`) The path to a service account key file in JSON format
674
674
  # * (`Hash`) A service account key as a Hash
675
675
  # * (`Google::Auth::Credentials`) A googleauth credentials object
676
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
676
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
677
677
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
678
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
678
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
679
679
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
680
680
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
681
681
  # * (`nil`) indicating no credentials
@@ -545,9 +545,9 @@ module Google
545
545
  # * (`String`) The path to a service account key file in JSON format
546
546
  # * (`Hash`) A service account key as a Hash
547
547
  # * (`Google::Auth::Credentials`) A googleauth credentials object
548
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
548
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
549
549
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
550
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
550
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
551
551
  # * (`nil`) indicating no credentials
552
552
  # @return [::Object]
553
553
  # @!attribute [rw] scope
@@ -303,9 +303,9 @@ module Google
303
303
  # * (`String`) The path to a service account key file in JSON format
304
304
  # * (`Hash`) A service account key as a Hash
305
305
  # * (`Google::Auth::Credentials`) A googleauth credentials object
306
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
306
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
307
307
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
308
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
308
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
309
309
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
310
310
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
311
311
  # * (`nil`) indicating no credentials
@@ -271,9 +271,9 @@ module Google
271
271
  # * (`String`) The path to a service account key file in JSON format
272
272
  # * (`Hash`) A service account key as a Hash
273
273
  # * (`Google::Auth::Credentials`) A googleauth credentials object
274
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
274
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
275
275
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
276
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
276
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
277
277
  # * (`nil`) indicating no credentials
278
278
  # @return [::Object]
279
279
  # @!attribute [rw] scope
@@ -281,9 +281,9 @@ module Google
281
281
  # * (`String`) The path to a service account key file in JSON format
282
282
  # * (`Hash`) A service account key as a Hash
283
283
  # * (`Google::Auth::Credentials`) A googleauth credentials object
284
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
284
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
285
285
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
286
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
286
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
287
287
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
288
288
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
289
289
  # * (`nil`) indicating no credentials
@@ -249,9 +249,9 @@ module Google
249
249
  # * (`String`) The path to a service account key file in JSON format
250
250
  # * (`Hash`) A service account key as a Hash
251
251
  # * (`Google::Auth::Credentials`) A googleauth credentials object
252
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
252
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
253
253
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
254
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
254
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
255
255
  # * (`nil`) indicating no credentials
256
256
  # @return [::Object]
257
257
  # @!attribute [rw] scope
@@ -91,8 +91,6 @@ module Google
91
91
 
92
92
  default_config.rpcs.search_jobs.timeout = 30.0
93
93
 
94
- default_config.rpcs.search_jobs_for_alert.timeout = 30.0
95
-
96
94
  default_config
97
95
  end
98
96
  yield @configure if block_given?
@@ -1777,9 +1775,9 @@ module Google
1777
1775
  # * (`String`) The path to a service account key file in JSON format
1778
1776
  # * (`Hash`) A service account key as a Hash
1779
1777
  # * (`Google::Auth::Credentials`) A googleauth credentials object
1780
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
1778
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
1781
1779
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
1782
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
1780
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
1783
1781
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
1784
1782
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
1785
1783
  # * (`nil`) indicating no credentials
@@ -620,9 +620,9 @@ module Google
620
620
  # * (`String`) The path to a service account key file in JSON format
621
621
  # * (`Hash`) A service account key as a Hash
622
622
  # * (`Google::Auth::Credentials`) A googleauth credentials object
623
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
623
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
624
624
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
625
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
625
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
626
626
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
627
627
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
628
628
  # * (`nil`) indicating no credentials
@@ -93,8 +93,6 @@ module Google
93
93
 
94
94
  default_config.rpcs.search_jobs.timeout = 30.0
95
95
 
96
- default_config.rpcs.search_jobs_for_alert.timeout = 30.0
97
-
98
96
  default_config
99
97
  end
100
98
  yield @configure if block_given?
@@ -1513,9 +1511,9 @@ module Google
1513
1511
  # * (`String`) The path to a service account key file in JSON format
1514
1512
  # * (`Hash`) A service account key as a Hash
1515
1513
  # * (`Google::Auth::Credentials`) A googleauth credentials object
1516
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
1514
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
1517
1515
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
1518
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
1516
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
1519
1517
  # * (`nil`) indicating no credentials
1520
1518
  # @return [::Object]
1521
1519
  # @!attribute [rw] scope
@@ -411,9 +411,9 @@ module Google
411
411
  # * (`String`) The path to a service account key file in JSON format
412
412
  # * (`Hash`) A service account key as a Hash
413
413
  # * (`Google::Auth::Credentials`) A googleauth credentials object
414
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
414
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
415
415
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
416
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
416
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
417
417
  # * (`nil`) indicating no credentials
418
418
  # @return [::Object]
419
419
  # @!attribute [rw] scope
@@ -661,9 +661,9 @@ module Google
661
661
  # * (`String`) The path to a service account key file in JSON format
662
662
  # * (`Hash`) A service account key as a Hash
663
663
  # * (`Google::Auth::Credentials`) A googleauth credentials object
664
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
664
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
665
665
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
666
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
666
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
667
667
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
668
668
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
669
669
  # * (`nil`) indicating no credentials
@@ -533,9 +533,9 @@ module Google
533
533
  # * (`String`) The path to a service account key file in JSON format
534
534
  # * (`Hash`) A service account key as a Hash
535
535
  # * (`Google::Auth::Credentials`) A googleauth credentials object
536
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
536
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
537
537
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
538
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
538
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
539
539
  # * (`nil`) indicating no credentials
540
540
  # @return [::Object]
541
541
  # @!attribute [rw] scope
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Talent
23
23
  module V4
24
- VERSION = "0.9.0"
24
+ VERSION = "0.9.1"
25
25
  end
26
26
  end
27
27
  end
@@ -35,7 +35,9 @@ module Google
35
35
  # Details about how and where to publish client libraries.
36
36
  # @!attribute [rw] version
37
37
  # @return [::String]
38
- # Version of the API to apply these settings to.
38
+ # Version of the API to apply these settings to. This is the full protobuf
39
+ # package for the API, ending in the version element.
40
+ # Examples: "google.cloud.speech.v1" and "google.spanner.admin.database.v1".
39
41
  # @!attribute [rw] launch_stage
40
42
  # @return [::Google::Api::LaunchStage]
41
43
  # Launch stage of this version of the API.
@@ -81,7 +83,7 @@ module Google
81
83
  # long-running operation pattern.
82
84
  # @!attribute [rw] new_issue_uri
83
85
  # @return [::String]
84
- # Link to a place that API users can report issues. Example:
86
+ # Link to a *public* URI where users can report issues. Example:
85
87
  # https://issuetracker.google.com/issues/new?component=190865&template=1161103
86
88
  # @!attribute [rw] documentation_uri
87
89
  # @return [::String]
@@ -111,6 +113,10 @@ module Google
111
113
  # Client library settings. If the same version string appears multiple
112
114
  # times in this list, then the last one wins. Settings from earlier
113
115
  # settings with the same version string are discarded.
116
+ # @!attribute [rw] proto_reference_documentation_uri
117
+ # @return [::String]
118
+ # Optional link to proto reference documentation. Example:
119
+ # https://cloud.google.com/pubsub/lite/docs/reference/rpc
114
120
  class Publishing
115
121
  include ::Google::Protobuf::MessageExts
116
122
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -203,9 +209,57 @@ module Google
203
209
  # @!attribute [rw] common
204
210
  # @return [::Google::Api::CommonLanguageSettings]
205
211
  # Some settings.
212
+ # @!attribute [rw] renamed_services
213
+ # @return [::Google::Protobuf::Map{::String => ::String}]
214
+ # Map from original service names to renamed versions.
215
+ # This is used when the default generated types
216
+ # would cause a naming conflict. (Neither name is
217
+ # fully-qualified.)
218
+ # Example: Subscriber to SubscriberServiceApi.
219
+ # @!attribute [rw] renamed_resources
220
+ # @return [::Google::Protobuf::Map{::String => ::String}]
221
+ # Map from full resource types to the effective short name
222
+ # for the resource. This is used when otherwise resource
223
+ # named from different services would cause naming collisions.
224
+ # Example entry:
225
+ # "datalabeling.googleapis.com/Dataset": "DataLabelingDataset"
226
+ # @!attribute [rw] ignored_resources
227
+ # @return [::Array<::String>]
228
+ # List of full resource types to ignore during generation.
229
+ # This is typically used for API-specific Location resources,
230
+ # which should be handled by the generator as if they were actually
231
+ # the common Location resources.
232
+ # Example entry: "documentai.googleapis.com/Location"
233
+ # @!attribute [rw] forced_namespace_aliases
234
+ # @return [::Array<::String>]
235
+ # Namespaces which must be aliased in snippets due to
236
+ # a known (but non-generator-predictable) naming collision
237
+ # @!attribute [rw] handwritten_signatures
238
+ # @return [::Array<::String>]
239
+ # Method signatures (in the form "service.method(signature)")
240
+ # which are provided separately, so shouldn't be generated.
241
+ # Snippets *calling* these methods are still generated, however.
206
242
  class DotnetSettings
207
243
  include ::Google::Protobuf::MessageExts
208
244
  extend ::Google::Protobuf::MessageExts::ClassMethods
245
+
246
+ # @!attribute [rw] key
247
+ # @return [::String]
248
+ # @!attribute [rw] value
249
+ # @return [::String]
250
+ class RenamedServicesEntry
251
+ include ::Google::Protobuf::MessageExts
252
+ extend ::Google::Protobuf::MessageExts::ClassMethods
253
+ end
254
+
255
+ # @!attribute [rw] key
256
+ # @return [::String]
257
+ # @!attribute [rw] value
258
+ # @return [::String]
259
+ class RenamedResourcesEntry
260
+ include ::Google::Protobuf::MessageExts
261
+ extend ::Google::Protobuf::MessageExts::ClassMethods
262
+ end
209
263
  end
210
264
 
211
265
  # Settings for Ruby client libraries.
@@ -240,8 +294,8 @@ module Google
240
294
  # Example of a YAML configuration::
241
295
  #
242
296
  # publishing:
243
- # method_behavior:
244
- # - selector: CreateAdDomain
297
+ # method_settings:
298
+ # - selector: google.cloud.speech.v2.Speech.BatchRecognize
245
299
  # long_running:
246
300
  # initial_poll_delay:
247
301
  # seconds: 60 # 1 minute
@@ -299,6 +353,15 @@ module Google
299
353
 
300
354
  # Street View Org.
301
355
  STREET_VIEW = 4
356
+
357
+ # Shopping Org.
358
+ SHOPPING = 5
359
+
360
+ # Geo Org.
361
+ GEO = 6
362
+
363
+ # Generative AI - https://developers.generativeai.google
364
+ GENERATIVE_AI = 7
302
365
  end
303
366
 
304
367
  # To where should client libraries be published?
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-talent-v4
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.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: 2023-03-08 00:00:00.000000000 Z
11
+ date: 2023-05-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common