google-cloud-talent-v4beta1 0.6.1 → 0.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (64) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. data/lib/google/cloud/talent/v4beta1/batch_pb.rb +25 -2
  4. data/lib/google/cloud/talent/v4beta1/common_pb.rb +29 -230
  5. data/lib/google/cloud/talent/v4beta1/company_pb.rb +25 -19
  6. data/lib/google/cloud/talent/v4beta1/company_service/client.rb +18 -14
  7. data/lib/google/cloud/talent/v4beta1/company_service/rest/client.rb +693 -0
  8. data/lib/google/cloud/talent/v4beta1/company_service/rest/service_stub.rb +382 -0
  9. data/lib/google/cloud/talent/v4beta1/company_service/rest.rb +52 -0
  10. data/lib/google/cloud/talent/v4beta1/company_service.rb +7 -1
  11. data/lib/google/cloud/talent/v4beta1/company_service_pb.rb +27 -26
  12. data/lib/google/cloud/talent/v4beta1/completion/client.rb +6 -4
  13. data/lib/google/cloud/talent/v4beta1/completion/rest/client.rb +386 -0
  14. data/lib/google/cloud/talent/v4beta1/completion/rest/service_stub.rb +114 -0
  15. data/lib/google/cloud/talent/v4beta1/completion/rest.rb +52 -0
  16. data/lib/google/cloud/talent/v4beta1/completion.rb +7 -1
  17. data/lib/google/cloud/talent/v4beta1/completion_service_pb.rb +25 -30
  18. data/lib/google/cloud/talent/v4beta1/event_pb.rb +25 -33
  19. data/lib/google/cloud/talent/v4beta1/event_service/client.rb +4 -4
  20. data/lib/google/cloud/talent/v4beta1/event_service/rest/client.rb +359 -0
  21. data/lib/google/cloud/talent/v4beta1/event_service/rest/service_stub.rb +116 -0
  22. data/lib/google/cloud/talent/v4beta1/event_service/rest.rb +52 -0
  23. data/lib/google/cloud/talent/v4beta1/event_service.rb +7 -1
  24. data/lib/google/cloud/talent/v4beta1/event_service_pb.rb +25 -5
  25. data/lib/google/cloud/talent/v4beta1/filters_pb.rb +28 -59
  26. data/lib/google/cloud/talent/v4beta1/histogram_pb.rb +24 -8
  27. data/lib/google/cloud/talent/v4beta1/job_pb.rb +26 -46
  28. data/lib/google/cloud/talent/v4beta1/job_service/client.rb +250 -161
  29. data/lib/google/cloud/talent/v4beta1/job_service/operations.rb +14 -16
  30. data/lib/google/cloud/talent/v4beta1/job_service/rest/client.rb +1712 -0
  31. data/lib/google/cloud/talent/v4beta1/job_service/rest/operations.rb +793 -0
  32. data/lib/google/cloud/talent/v4beta1/job_service/rest/service_stub.rb +721 -0
  33. data/lib/google/cloud/talent/v4beta1/job_service/rest.rb +53 -0
  34. data/lib/google/cloud/talent/v4beta1/job_service.rb +7 -1
  35. data/lib/google/cloud/talent/v4beta1/job_service_pb.rb +31 -123
  36. data/lib/google/cloud/talent/v4beta1/job_service_services_pb.rb +12 -8
  37. data/lib/google/cloud/talent/v4beta1/rest.rb +41 -0
  38. data/lib/google/cloud/talent/v4beta1/tenant_pb.rb +24 -12
  39. data/lib/google/cloud/talent/v4beta1/tenant_service/client.rb +15 -12
  40. data/lib/google/cloud/talent/v4beta1/tenant_service/rest/client.rb +672 -0
  41. data/lib/google/cloud/talent/v4beta1/tenant_service/rest/service_stub.rb +345 -0
  42. data/lib/google/cloud/talent/v4beta1/tenant_service/rest.rb +52 -0
  43. data/lib/google/cloud/talent/v4beta1/tenant_service.rb +7 -1
  44. data/lib/google/cloud/talent/v4beta1/tenant_service_pb.rb +27 -25
  45. data/lib/google/cloud/talent/v4beta1/version.rb +1 -1
  46. data/lib/google/cloud/talent/v4beta1.rb +7 -2
  47. data/proto_docs/google/api/client.rb +381 -0
  48. data/proto_docs/google/api/launch_stage.rb +71 -0
  49. data/proto_docs/google/cloud/talent/v4beta1/common.rb +117 -56
  50. data/proto_docs/google/cloud/talent/v4beta1/company.rb +10 -5
  51. data/proto_docs/google/cloud/talent/v4beta1/company_service.rb +12 -6
  52. data/proto_docs/google/cloud/talent/v4beta1/completion_service.rb +21 -10
  53. data/proto_docs/google/cloud/talent/v4beta1/event.rb +20 -10
  54. data/proto_docs/google/cloud/talent/v4beta1/event_service.rb +2 -2
  55. data/proto_docs/google/cloud/talent/v4beta1/filters.rb +62 -38
  56. data/proto_docs/google/cloud/talent/v4beta1/histogram.rb +8 -3
  57. data/proto_docs/google/cloud/talent/v4beta1/job.rb +86 -54
  58. data/proto_docs/google/cloud/talent/v4beta1/job_service.rb +211 -120
  59. data/proto_docs/google/cloud/talent/v4beta1/tenant.rb +9 -5
  60. data/proto_docs/google/cloud/talent/v4beta1/tenant_service.rb +9 -4
  61. data/proto_docs/google/protobuf/any.rb +7 -4
  62. data/proto_docs/google/protobuf/timestamp.rb +1 -3
  63. data/proto_docs/google/rpc/status.rb +4 -2
  64. metadata +28 -8
@@ -158,13 +158,11 @@ module Google
158
158
  # # Call the list_operations method.
159
159
  # result = client.list_operations request
160
160
  #
161
- # # The returned object is of type Gapic::PagedEnumerable. You can
162
- # # iterate over all elements by calling #each, and the enumerable
163
- # # will lazily make API calls to fetch subsequent pages. Other
164
- # # methods are also available for managing paging directly.
165
- # result.each do |response|
161
+ # # The returned object is of type Gapic::PagedEnumerable. You can iterate
162
+ # # over elements, and API calls will be issued to fetch pages as needed.
163
+ # result.each do |item|
166
164
  # # Each element is of type ::Google::Longrunning::Operation.
167
- # p response
165
+ # p item
168
166
  # end
169
167
  #
170
168
  def list_operations request, options = nil
@@ -253,14 +251,14 @@ module Google
253
251
  # # Call the get_operation method.
254
252
  # result = client.get_operation request
255
253
  #
256
- # # The returned object is of type Gapic::Operation. You can use this
257
- # # object to check the status of an operation, cancel it, or wait
258
- # # for results. Here is how to block until completion:
254
+ # # The returned object is of type Gapic::Operation. You can use it to
255
+ # # check the status of an operation, cancel it, or wait for results.
256
+ # # Here is how to wait for a response.
259
257
  # result.wait_until_done! timeout: 60
260
258
  # if result.response?
261
259
  # p result.response
262
260
  # else
263
- # puts "Error!"
261
+ # puts "No response received."
264
262
  # end
265
263
  #
266
264
  def get_operation request, options = nil
@@ -540,14 +538,14 @@ module Google
540
538
  # # Call the wait_operation method.
541
539
  # result = client.wait_operation request
542
540
  #
543
- # # The returned object is of type Gapic::Operation. You can use this
544
- # # object to check the status of an operation, cancel it, or wait
545
- # # for results. Here is how to block until completion:
541
+ # # The returned object is of type Gapic::Operation. You can use it to
542
+ # # check the status of an operation, cancel it, or wait for results.
543
+ # # Here is how to wait for a response.
546
544
  # result.wait_until_done! timeout: 60
547
545
  # if result.response?
548
546
  # p result.response
549
547
  # else
550
- # puts "Error!"
548
+ # puts "No response received."
551
549
  # end
552
550
  #
553
551
  def wait_operation request, options = nil
@@ -622,9 +620,9 @@ module Google
622
620
  # * (`String`) The path to a service account key file in JSON format
623
621
  # * (`Hash`) A service account key as a Hash
624
622
  # * (`Google::Auth::Credentials`) A googleauth credentials object
625
- # (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))
626
624
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
627
- # (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))
628
626
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
629
627
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
630
628
  # * (`nil`) indicating no credentials