google-apis-jobs_v4 0.3.0 → 0.4.0

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: 71312d39fe2ae02fa5547f1db5eaae29f4ec082f6dff34987e4195b3199ca9c9
4
- data.tar.gz: cbf4ea5cfd733d437a5729bc836096fdc0674138752abffca7cb9eb5fd95d5c1
3
+ metadata.gz: 98e48dc9282748523b964c2ebad35d3efab28825c3f92aea0051225e3c90f139
4
+ data.tar.gz: 2680c1c9648c6b9d22e4d3931073bd19be19c273bab3cfe350f508b90a4d543d
5
5
  SHA512:
6
- metadata.gz: 9bbdb81de66cf354cab705c4b6aa28aaaeabdb750cd41db317c2422217785937ed1fd6339cc50db3fcb0e5c8dd7e7bc80d3a5b2e81f789f73bda7b86929905da
7
- data.tar.gz: a170aa89fdf4bc9fa1bb4ee9ce3747fd7d91d264a5a9323668a8587eabbb19273d2d1b8b2a4caa39b0839f0bca62543b90c5deac2df02d41dd252f2f2318dd69
6
+ metadata.gz: e200a8b59e22c87f1c72dac8ebe0422cb5d07a51e0949a3476237bd42e62b730eba5acbcd38d3e4596815652051b8f6cea04b2eb3c435898b9352c1dfb325403
7
+ data.tar.gz: ea5628d6e5a24a9a751e0d556686d229274b7502a370b3ada3d850a10a0b8017341fbddf2604ddd1783d317c27bc2b255f90a4c8234d5d0090574e951a81184c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-jobs_v4
2
2
 
3
+ ### v0.4.0 (2021-03-12)
4
+
5
+ * Regenerated from discovery document revision 20210309
6
+ * Regenerated using generator version 0.2.0
7
+
3
8
  ### v0.3.0 (2021-03-04)
4
9
 
5
10
  * Unspecified changes
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module JobsV4
18
18
  # Version of the google-apis-jobs_v4 gem
19
- GEM_VERSION = "0.3.0"
19
+ GEM_VERSION = "0.4.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210217"
25
+ REVISION = "20210309"
26
26
  end
27
27
  end
28
28
  end
@@ -50,6 +50,37 @@ module Google
50
50
  @batch_path = 'batch'
51
51
  end
52
52
 
53
+ # Gets the latest state of a long-running operation. Clients can use this method
54
+ # to poll the operation result at intervals as recommended by the API service.
55
+ # @param [String] name
56
+ # The name of the operation resource.
57
+ # @param [String] fields
58
+ # Selector specifying which fields to include in a partial response.
59
+ # @param [String] quota_user
60
+ # Available to use for quota purposes for server-side applications. Can be any
61
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
62
+ # @param [Google::Apis::RequestOptions] options
63
+ # Request-specific options
64
+ #
65
+ # @yield [result, err] Result & error if block supplied
66
+ # @yieldparam result [Google::Apis::JobsV4::Operation] parsed result object
67
+ # @yieldparam err [StandardError] error object if request failed
68
+ #
69
+ # @return [Google::Apis::JobsV4::Operation]
70
+ #
71
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
72
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
73
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
74
+ def get_project_operation(name, fields: nil, quota_user: nil, options: nil, &block)
75
+ command = make_simple_command(:get, 'v4/{+name}', options)
76
+ command.response_representation = Google::Apis::JobsV4::Operation::Representation
77
+ command.response_class = Google::Apis::JobsV4::Operation
78
+ command.params['name'] = name unless name.nil?
79
+ command.query['fields'] = fields unless fields.nil?
80
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
81
+ execute_or_queue_command(command, &block)
82
+ end
83
+
53
84
  # Completes the specified prefix with keyword suggestions. Intended for use by a
54
85
  # job search auto-complete search box.
55
86
  # @param [String] tenant
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-jobs_v4
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
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-08 00:00:00.000000000 Z
11
+ date: 2021-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-jobs_v4/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v4/v0.3.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v4/v0.4.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-jobs_v4
57
57
  post_install_message:
58
58
  rdoc_options: []