google-cloud-talent-v4 1.7.0 → 1.8.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d71af948e9d48c40e5f9d901e608801449c4d2aad844bbfa57d4585964b6189d
4
- data.tar.gz: 2c24c73bd809faba4bc216b759277dc736cf2437e4b5799e6c616d143bdf9bdb
3
+ metadata.gz: 32f4dbbdcba7bd65c5b2b496945198df04a07bf5a4c03c8438e7cfec7870e86e
4
+ data.tar.gz: 9fa17ec379cb9f3bc4811582fe5067f0317508d86c5c5e9d4c28913b09e37f66
5
5
  SHA512:
6
- metadata.gz: e7b6b73b1dadc1e68c7bded185883511dd59f8d5dd12b94de77fa28f45789ba331dd920e4b4c3e0d304e32c09256f55f33e837ba5c6b0e0df94f3d4a9fcb6bf7
7
- data.tar.gz: a6ea0c13d214d7ce04c267600a97093f05b731727a2360b92b18c208941846a04775b41f2751bda1666b4c0ec3e8ed8638b49b9685dc8ac51a319702c1c85bee
6
+ metadata.gz: cd013af6f113a75c4a11e0447f5f061ea478b085982d2830f5261e360894b62ac4332c44ed77219b12bbaddbd40c427d934f55c00d5e549988e552918c9801aa
7
+ data.tar.gz: 1d5d32b74087676b9a1d0b792830c7fa8422fdfade9612b3ef92a72794877d973cb4f922df48d3bb4b3f56af3b2fce16d4cb755aa3ee2371fc486c04ad403dd2
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Talent
23
23
  module V4
24
- VERSION = "1.7.0"
24
+ VERSION = "1.8.0"
25
25
  end
26
26
  end
27
27
  end
@@ -141,9 +141,10 @@ module Google
141
141
  #
142
142
  # Example of a YAML configuration::
143
143
  #
144
- # publishing:
145
- # java_settings:
146
- # library_package: com.google.cloud.pubsub.v1
144
+ # publishing:
145
+ # library_settings:
146
+ # java_settings:
147
+ # library_package: com.google.cloud.pubsub.v1
147
148
  # @!attribute [rw] service_class_names
148
149
  # @return [::Google::Protobuf::Map{::String => ::String}]
149
150
  # Configure the Java class name to use instead of the service's for its
@@ -155,11 +156,11 @@ module Google
155
156
  #
156
157
  # Example of a YAML configuration::
157
158
  #
158
- # publishing:
159
- # java_settings:
160
- # service_class_names:
161
- # - google.pubsub.v1.Publisher: TopicAdmin
162
- # - google.pubsub.v1.Subscriber: SubscriptionAdmin
159
+ # publishing:
160
+ # java_settings:
161
+ # service_class_names:
162
+ # - google.pubsub.v1.Publisher: TopicAdmin
163
+ # - google.pubsub.v1.Subscriber: SubscriptionAdmin
163
164
  # @!attribute [rw] common
164
165
  # @return [::Google::Api::CommonLanguageSettings]
165
166
  # Some settings.
@@ -190,6 +191,20 @@ module Google
190
191
  # @!attribute [rw] common
191
192
  # @return [::Google::Api::CommonLanguageSettings]
192
193
  # Some settings.
194
+ # @!attribute [rw] library_package
195
+ # @return [::String]
196
+ # The package name to use in Php. Clobbers the php_namespace option
197
+ # set in the protobuf. This should be used **only** by APIs
198
+ # who have already set the language_settings.php.package_name" field
199
+ # in gapic.yaml. API teams should use the protobuf php_namespace option
200
+ # where possible.
201
+ #
202
+ # Example of a YAML configuration::
203
+ #
204
+ # publishing:
205
+ # library_settings:
206
+ # php_settings:
207
+ # library_package: Google\Cloud\PubSub\V1
193
208
  class PhpSettings
194
209
  include ::Google::Protobuf::MessageExts
195
210
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -318,10 +333,12 @@ module Google
318
333
  # service names and values are the name to be used for the service client
319
334
  # and call options.
320
335
  #
321
- # publishing:
322
- # go_settings:
323
- # renamed_services:
324
- # Publisher: TopicAdmin
336
+ # Example:
337
+ #
338
+ # publishing:
339
+ # go_settings:
340
+ # renamed_services:
341
+ # Publisher: TopicAdmin
325
342
  class GoSettings
326
343
  include ::Google::Protobuf::MessageExts
327
344
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -344,10 +361,10 @@ module Google
344
361
  #
345
362
  # Example:
346
363
  #
347
- # publishing:
348
- # method_settings:
349
- # - selector: google.storage.control.v2.StorageControl.CreateFolder
350
- # # method settings for CreateFolder...
364
+ # publishing:
365
+ # method_settings:
366
+ # - selector: google.storage.control.v2.StorageControl.CreateFolder
367
+ # # method settings for CreateFolder...
351
368
  # @!attribute [rw] long_running
352
369
  # @return [::Google::Api::MethodSettings::LongRunning]
353
370
  # Describes settings to use for long-running operations when generating
@@ -356,14 +373,14 @@ module Google
356
373
  #
357
374
  # Example of a YAML configuration::
358
375
  #
359
- # publishing:
360
- # method_settings:
361
- # - selector: google.cloud.speech.v2.Speech.BatchRecognize
362
- # long_running:
363
- # initial_poll_delay: 60s # 1 minute
364
- # poll_delay_multiplier: 1.5
365
- # max_poll_delay: 360s # 6 minutes
366
- # total_poll_timeout: 54000s # 90 minutes
376
+ # publishing:
377
+ # method_settings:
378
+ # - selector: google.cloud.speech.v2.Speech.BatchRecognize
379
+ # long_running:
380
+ # initial_poll_delay: 60s # 1 minute
381
+ # poll_delay_multiplier: 1.5
382
+ # max_poll_delay: 360s # 6 minutes
383
+ # total_poll_timeout: 54000s # 90 minutes
367
384
  # @!attribute [rw] auto_populated_fields
368
385
  # @return [::Array<::String>]
369
386
  # List of top-level fields of the request message, that should be
@@ -372,11 +389,24 @@ module Google
372
389
  #
373
390
  # Example of a YAML configuration:
374
391
  #
375
- # publishing:
376
- # method_settings:
377
- # - selector: google.example.v1.ExampleService.CreateExample
378
- # auto_populated_fields:
379
- # - request_id
392
+ # publishing:
393
+ # method_settings:
394
+ # - selector: google.example.v1.ExampleService.CreateExample
395
+ # auto_populated_fields:
396
+ # - request_id
397
+ # @!attribute [rw] batching
398
+ # @return [::Google::Api::BatchingConfigProto]
399
+ # Batching configuration for an API method in client libraries.
400
+ #
401
+ # Example of a YAML configuration:
402
+ #
403
+ # publishing:
404
+ # method_settings:
405
+ # - selector: google.example.v1.ExampleService.BatchCreateExample
406
+ # batching:
407
+ # element_count_threshold: 1000
408
+ # request_byte_threshold: 100000000
409
+ # delay_threshold_millis: 10
380
410
  class MethodSettings
381
411
  include ::Google::Protobuf::MessageExts
382
412
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -428,6 +458,77 @@ module Google
428
458
  extend ::Google::Protobuf::MessageExts::ClassMethods
429
459
  end
430
460
 
461
+ # `BatchingConfigProto` defines the batching configuration for an API method.
462
+ # @!attribute [rw] thresholds
463
+ # @return [::Google::Api::BatchingSettingsProto]
464
+ # The thresholds which trigger a batched request to be sent.
465
+ # @!attribute [rw] batch_descriptor
466
+ # @return [::Google::Api::BatchingDescriptorProto]
467
+ # The request and response fields used in batching.
468
+ class BatchingConfigProto
469
+ include ::Google::Protobuf::MessageExts
470
+ extend ::Google::Protobuf::MessageExts::ClassMethods
471
+ end
472
+
473
+ # `BatchingSettingsProto` specifies a set of batching thresholds, each of
474
+ # which acts as a trigger to send a batch of messages as a request. At least
475
+ # one threshold must be positive nonzero.
476
+ # @!attribute [rw] element_count_threshold
477
+ # @return [::Integer]
478
+ # The number of elements of a field collected into a batch which, if
479
+ # exceeded, causes the batch to be sent.
480
+ # @!attribute [rw] request_byte_threshold
481
+ # @return [::Integer]
482
+ # The aggregated size of the batched field which, if exceeded, causes the
483
+ # batch to be sent. This size is computed by aggregating the sizes of the
484
+ # request field to be batched, not of the entire request message.
485
+ # @!attribute [rw] delay_threshold
486
+ # @return [::Google::Protobuf::Duration]
487
+ # The duration after which a batch should be sent, starting from the addition
488
+ # of the first message to that batch.
489
+ # @!attribute [rw] element_count_limit
490
+ # @return [::Integer]
491
+ # The maximum number of elements collected in a batch that could be accepted
492
+ # by server.
493
+ # @!attribute [rw] request_byte_limit
494
+ # @return [::Integer]
495
+ # The maximum size of the request that could be accepted by server.
496
+ # @!attribute [rw] flow_control_element_limit
497
+ # @return [::Integer]
498
+ # The maximum number of elements allowed by flow control.
499
+ # @!attribute [rw] flow_control_byte_limit
500
+ # @return [::Integer]
501
+ # The maximum size of data allowed by flow control.
502
+ # @!attribute [rw] flow_control_limit_exceeded_behavior
503
+ # @return [::Google::Api::FlowControlLimitExceededBehaviorProto]
504
+ # The behavior to take when the flow control limit is exceeded.
505
+ class BatchingSettingsProto
506
+ include ::Google::Protobuf::MessageExts
507
+ extend ::Google::Protobuf::MessageExts::ClassMethods
508
+ end
509
+
510
+ # `BatchingDescriptorProto` specifies the fields of the request message to be
511
+ # used for batching, and, optionally, the fields of the response message to be
512
+ # used for demultiplexing.
513
+ # @!attribute [rw] batched_field
514
+ # @return [::String]
515
+ # The repeated field in the request message to be aggregated by batching.
516
+ # @!attribute [rw] discriminator_fields
517
+ # @return [::Array<::String>]
518
+ # A list of the fields in the request message. Two requests will be batched
519
+ # together only if the values of every field specified in
520
+ # `request_discriminator_fields` is equal between the two requests.
521
+ # @!attribute [rw] subresponse_field
522
+ # @return [::String]
523
+ # Optional. When present, indicates the field in the response message to be
524
+ # used to demultiplex the response into multiple response messages, in
525
+ # correspondence with the multiple request messages originally batched
526
+ # together.
527
+ class BatchingDescriptorProto
528
+ include ::Google::Protobuf::MessageExts
529
+ extend ::Google::Protobuf::MessageExts::ClassMethods
530
+ end
531
+
431
532
  # The organization for which the client libraries are being published.
432
533
  # Affects the url where generated docs are published, etc.
433
534
  module ClientLibraryOrganization
@@ -469,5 +570,20 @@ module Google
469
570
  # Publish the library to package managers like nuget.org and npmjs.com.
470
571
  PACKAGE_MANAGER = 20
471
572
  end
573
+
574
+ # The behavior to take when the flow control limit is exceeded.
575
+ module FlowControlLimitExceededBehaviorProto
576
+ # Default behavior, system-defined.
577
+ UNSET_BEHAVIOR = 0
578
+
579
+ # Stop operation, raise error.
580
+ THROW_EXCEPTION = 1
581
+
582
+ # Pause operation until limit clears.
583
+ BLOCK = 2
584
+
585
+ # Continue operation, disregard limit.
586
+ IGNORE = 3
587
+ end
472
588
  end
473
589
  end
@@ -21,9 +21,9 @@ module Google
21
21
  module Type
22
22
  # An object that represents a latitude/longitude pair. This is expressed as a
23
23
  # pair of doubles to represent degrees latitude and degrees longitude. Unless
24
- # specified otherwise, this must conform to the
25
- # <a href="http://www.unoosa.org/pdf/icg/2012/template/WGS_84.pdf">WGS84
26
- # standard</a>. Values must be within normalized ranges.
24
+ # specified otherwise, this object must conform to the
25
+ # <a href="https://en.wikipedia.org/wiki/World_Geodetic_System#1984_version">
26
+ # WGS84 standard</a>. Values must be within normalized ranges.
27
27
  # @!attribute [rw] latitude
28
28
  # @return [::Float]
29
29
  # The latitude in degrees. It must be in the range [-90.0, +90.0].
@@ -19,23 +19,23 @@
19
19
 
20
20
  module Google
21
21
  module Type
22
- # Represents a postal address, e.g. for postal delivery or payments addresses.
23
- # Given a postal address, a postal service can deliver items to a premise, P.O.
24
- # Box or similar.
25
- # It is not intended to model geographical locations (roads, towns,
26
- # mountains).
22
+ # Represents a postal address, such as for postal delivery or payments
23
+ # addresses. With a postal address, a postal service can deliver items to a
24
+ # premise, P.O. box, or similar. A postal address is not intended to model
25
+ # geographical locations like roads, towns, or mountains.
27
26
  #
28
- # In typical usage an address would be created via user input or from importing
27
+ # In typical usage, an address would be created by user input or from importing
29
28
  # existing data, depending on the type of process.
30
29
  #
31
- # Advice on address input / editing:
32
- # - Use an i18n-ready address widget such as
33
- # https://github.com/google/libaddressinput)
34
- # - Users should not be presented with UI elements for input or editing of
35
- # fields outside countries where that field is used.
30
+ # Advice on address input or editing:
36
31
  #
37
- # For more guidance on how to use this schema, please see:
38
- # https://support.google.com/business/answer/6397478
32
+ # - Use an internationalization-ready address widget such as
33
+ # https://github.com/google/libaddressinput.
34
+ # - Users should not be presented with UI elements for input or editing of
35
+ # fields outside countries where that field is used.
36
+ #
37
+ # For more guidance on how to use this schema, see:
38
+ # https://support.google.com/business/answer/6397478.
39
39
  # @!attribute [rw] revision
40
40
  # @return [::Integer]
41
41
  # The schema revision of the `PostalAddress`. This must be set to 0, which is
@@ -46,8 +46,8 @@ module Google
46
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
- # correct. See http://cldr.unicode.org/ and
50
- # http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html
49
+ # correct. See https://cldr.unicode.org/ and
50
+ # https://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
53
  # @return [::String]
@@ -67,55 +67,56 @@ module Google
67
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
- # additional validation with other parts of the address (e.g. state/zip
71
- # validation in the U.S.A.).
70
+ # additional validation with other parts of the address (for example,
71
+ # state or zip code validation in the United States).
72
72
  # @!attribute [rw] sorting_code
73
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
- # "CEDEX", optionally followed by a number (e.g. "CEDEX 7"), or just a number
77
- # alone, representing the "sector code" (Jamaica), "delivery area indicator"
78
- # (Malawi) or "post office indicator" (e.g. Côte d'Ivoire).
76
+ # "CEDEX", optionally followed by a number (for example, "CEDEX 7"), or just
77
+ # a number alone, representing the "sector code" (Jamaica), "delivery area
78
+ # indicator" (Malawi) or "post office indicator" (Côte d'Ivoire).
79
79
  # @!attribute [rw] administrative_area
80
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.
84
- # Specifically, for Spain this is the province and not the autonomous
85
- # community (e.g. "Barcelona" and not "Catalonia").
86
- # Many countries don't use an administrative area in postal addresses. E.g.
87
- # in Switzerland this should be left unpopulated.
84
+ # For Spain, this is the province and not the autonomous
85
+ # community (for example, "Barcelona" and not "Catalonia").
86
+ # Many countries don't use an administrative area in postal addresses. For
87
+ # example, in Switzerland, this should be left unpopulated.
88
88
  # @!attribute [rw] locality
89
89
  # @return [::String]
90
- # Optional. Generally refers to the city/town portion of the address.
90
+ # Optional. Generally refers to the city or 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
- # into this structure well, leave locality empty and use address_lines.
93
+ # into this structure well, leave `locality` empty and use `address_lines`.
94
94
  # @!attribute [rw] sublocality
95
95
  # @return [::String]
96
96
  # Optional. Sublocality of the address.
97
- # For example, this can be neighborhoods, boroughs, districts.
97
+ # For example, this can be a neighborhood, borough, or district.
98
98
  # @!attribute [rw] address_lines
99
99
  # @return [::Array<::String>]
100
100
  # Unstructured address lines describing the lower levels of an address.
101
101
  #
102
- # Because values in address_lines do not have type information and may
103
- # sometimes contain multiple values in a single field (e.g.
102
+ # Because values in `address_lines` do not have type information and may
103
+ # sometimes contain multiple values in a single field (for example,
104
104
  # "Austin, TX"), it is important that the line order is clear. The order of
105
- # address lines should be "envelope order" for the country/region of the
106
- # address. In places where this can vary (e.g. Japan), address_language is
107
- # used to make it explicit (e.g. "ja" for large-to-small ordering and
108
- # "ja-Latn" or "en" for small-to-large). This way, the most specific line of
109
- # an address can be selected based on the language.
105
+ # address lines should be "envelope order" for the country or region of the
106
+ # address. In places where this can vary (for example, Japan),
107
+ # `address_language` is used to make it explicit (for example, "ja" for
108
+ # large-to-small ordering and "ja-Latn" or "en" for small-to-large). In this
109
+ # way, the most specific line of an address can be selected based on the
110
+ # language.
110
111
  #
111
112
  # The minimum permitted structural representation of an address consists
112
- # of a region_code with all remaining information placed in the
113
- # address_lines. It would be possible to format such an address very
113
+ # of a `region_code` with all remaining information placed in the
114
+ # `address_lines`. It would be possible to format such an address very
114
115
  # approximately without geocoding, but no semantic reasoning could be
115
116
  # made about any of the address components until it was at least
116
117
  # partially resolved.
117
118
  #
118
- # Creating an address only containing a region_code and address_lines, and
119
+ # Creating an address only containing a `region_code` and `address_lines` and
119
120
  # then geocoding is the recommended way to handle completely unstructured
120
121
  # addresses (as opposed to guessing which parts of the address should be
121
122
  # localities or administrative areas).
@@ -25,18 +25,22 @@ module Google
25
25
  # `google.protobuf.Timestamp`.
26
26
  # @!attribute [rw] hours
27
27
  # @return [::Integer]
28
- # Hours of day in 24 hour format. Should be from 0 to 23. An API may choose
29
- # to allow the value "24:00:00" for scenarios like business closing time.
28
+ # Hours of a day in 24 hour format. Must be greater than or equal to 0 and
29
+ # typically must be less than or equal to 23. An API may choose to allow the
30
+ # value "24:00:00" for scenarios like business closing time.
30
31
  # @!attribute [rw] minutes
31
32
  # @return [::Integer]
32
- # Minutes of hour of day. Must be from 0 to 59.
33
+ # Minutes of an hour. Must be greater than or equal to 0 and less than or
34
+ # equal to 59.
33
35
  # @!attribute [rw] seconds
34
36
  # @return [::Integer]
35
- # Seconds of minutes of the time. Must normally be from 0 to 59. An API may
36
- # allow the value 60 if it allows leap-seconds.
37
+ # Seconds of a minute. Must be greater than or equal to 0 and typically must
38
+ # be less than or equal to 59. An API may allow the value 60 if it allows
39
+ # leap-seconds.
37
40
  # @!attribute [rw] nanos
38
41
  # @return [::Integer]
39
- # Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
42
+ # Fractions of seconds, in nanoseconds. Must be greater than or equal to 0
43
+ # and less than or equal to 999,999,999.
40
44
  class TimeOfDay
41
45
  include ::Google::Protobuf::MessageExts
42
46
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-talent-v4
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC