google-apis-dataflow_v1b3 0.28.0 → 0.29.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: c64d6866b992ec8678d4c29bd5c982c02526f00f09f1b49d77cebbc2312a36e8
4
- data.tar.gz: 34702d7e74ba5a2f193e7add2981ea979c5ef55fbbf705a9139cfc37eb51d00a
3
+ metadata.gz: f62f68fcb37855f7eeb902224db0f4460cb016b41216ef3c0c9eada468cd885c
4
+ data.tar.gz: 0f1cc0cb8137645b7199e5900332c823a342c9bf88674d8dc022cefb39d20de8
5
5
  SHA512:
6
- metadata.gz: 2064b79f71b64d6f5192435e291b054e2c96ccf265b19e7a05f572b11be40e7e3f9c42d03e2fcd60f577e26e026670043134a346a6700b733d72ebdaf09b859e
7
- data.tar.gz: 482301f7f4c16236e0b0185c896488e799248e58d5b0fd75100714c2e93dd0d2e6636b43fe5f842eea569693a86cf67fc7b4f59af318d9d47200b7c563b92ac7
6
+ metadata.gz: 1bcdd16ff9e6c68a7e7bf9eb42bb55f8761d2d50f427276feff4176d520828c35b9bbd6c626941a09431e367f6f0047de3b724df6e99bcc1cbd2cacfae18e724
7
+ data.tar.gz: 4990c5941296d7b0c1e5050dfaea6941becebca16be607a1311c9cba2922190abc49fcfda14f49d437030e715881d94581d86c4734c2f886ef8905401a1b7be3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-dataflow_v1b3
2
2
 
3
+ ### v0.29.0 (2022-09-20)
4
+
5
+ * Regenerated from discovery document revision 20220916
6
+ * Regenerated using generator version 0.10.0
7
+
3
8
  ### v0.28.0 (2022-09-18)
4
9
 
5
10
  * Unspecified changes
@@ -3509,11 +3509,6 @@ module Google
3509
3509
  # @return [Array<Google::Apis::DataflowV1b3::TransformSummary>]
3510
3510
  attr_accessor :original_pipeline_transform
3511
3511
 
3512
- # A hash value of the submitted pipeline portable graph step names if exists.
3513
- # Corresponds to the JSON property `stepNamesHash`
3514
- # @return [String]
3515
- attr_accessor :step_names_hash
3516
-
3517
3512
  def initialize(**args)
3518
3513
  update!(**args)
3519
3514
  end
@@ -3523,7 +3518,6 @@ module Google
3523
3518
  @display_data = args[:display_data] if args.key?(:display_data)
3524
3519
  @execution_pipeline_stage = args[:execution_pipeline_stage] if args.key?(:execution_pipeline_stage)
3525
3520
  @original_pipeline_transform = args[:original_pipeline_transform] if args.key?(:original_pipeline_transform)
3526
- @step_names_hash = args[:step_names_hash] if args.key?(:step_names_hash)
3527
3521
  end
3528
3522
  end
3529
3523
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DataflowV1b3
18
18
  # Version of the google-apis-dataflow_v1b3 gem
19
- GEM_VERSION = "0.28.0"
19
+ GEM_VERSION = "0.29.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.9.0"
22
+ GENERATOR_VERSION = "0.10.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220904"
25
+ REVISION = "20220916"
26
26
  end
27
27
  end
28
28
  end
@@ -1958,7 +1958,6 @@ module Google
1958
1958
 
1959
1959
  collection :original_pipeline_transform, as: 'originalPipelineTransform', class: Google::Apis::DataflowV1b3::TransformSummary, decorator: Google::Apis::DataflowV1b3::TransformSummary::Representation
1960
1960
 
1961
- property :step_names_hash, as: 'stepNamesHash'
1962
1961
  end
1963
1962
  end
1964
1963
 
@@ -126,8 +126,6 @@ module Google
126
126
  # @param [String] location
127
127
  # The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/
128
128
  # regional-endpoints) that contains this job.
129
- # @param [String] name
130
- # Optional. The job name. Optional.
131
129
  # @param [Fixnum] page_size
132
130
  # If there are many jobs, limit response to at most this many. The actual number
133
131
  # of jobs returned will be the lesser of max_responses and an unspecified server-
@@ -155,14 +153,13 @@ module Google
155
153
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
156
154
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
157
155
  # @raise [Google::Apis::AuthorizationError] Authorization is required
158
- def aggregated_project_job(project_id, filter: nil, location: nil, name: nil, page_size: nil, page_token: nil, view: nil, fields: nil, quota_user: nil, options: nil, &block)
156
+ def aggregated_project_job(project_id, filter: nil, location: nil, page_size: nil, page_token: nil, view: nil, fields: nil, quota_user: nil, options: nil, &block)
159
157
  command = make_simple_command(:get, 'v1b3/projects/{projectId}/jobs:aggregated', options)
160
158
  command.response_representation = Google::Apis::DataflowV1b3::ListJobsResponse::Representation
161
159
  command.response_class = Google::Apis::DataflowV1b3::ListJobsResponse
162
160
  command.params['projectId'] = project_id unless project_id.nil?
163
161
  command.query['filter'] = filter unless filter.nil?
164
162
  command.query['location'] = location unless location.nil?
165
- command.query['name'] = name unless name.nil?
166
163
  command.query['pageSize'] = page_size unless page_size.nil?
167
164
  command.query['pageToken'] = page_token unless page_token.nil?
168
165
  command.query['view'] = view unless view.nil?
@@ -320,8 +317,6 @@ module Google
320
317
  # @param [String] location
321
318
  # The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/
322
319
  # regional-endpoints) that contains this job.
323
- # @param [String] name
324
- # Optional. The job name. Optional.
325
320
  # @param [Fixnum] page_size
326
321
  # If there are many jobs, limit response to at most this many. The actual number
327
322
  # of jobs returned will be the lesser of max_responses and an unspecified server-
@@ -349,14 +344,13 @@ module Google
349
344
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
350
345
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
351
346
  # @raise [Google::Apis::AuthorizationError] Authorization is required
352
- def list_project_jobs(project_id, filter: nil, location: nil, name: nil, page_size: nil, page_token: nil, view: nil, fields: nil, quota_user: nil, options: nil, &block)
347
+ def list_project_jobs(project_id, filter: nil, location: nil, page_size: nil, page_token: nil, view: nil, fields: nil, quota_user: nil, options: nil, &block)
353
348
  command = make_simple_command(:get, 'v1b3/projects/{projectId}/jobs', options)
354
349
  command.response_representation = Google::Apis::DataflowV1b3::ListJobsResponse::Representation
355
350
  command.response_class = Google::Apis::DataflowV1b3::ListJobsResponse
356
351
  command.params['projectId'] = project_id unless project_id.nil?
357
352
  command.query['filter'] = filter unless filter.nil?
358
353
  command.query['location'] = location unless location.nil?
359
- command.query['name'] = name unless name.nil?
360
354
  command.query['pageSize'] = page_size unless page_size.nil?
361
355
  command.query['pageToken'] = page_token unless page_token.nil?
362
356
  command.query['view'] = view unless view.nil?
@@ -921,8 +915,6 @@ module Google
921
915
  # regional-endpoints) that contains this job.
922
916
  # @param [String] filter
923
917
  # The kind of filter to use.
924
- # @param [String] name
925
- # Optional. The job name. Optional.
926
918
  # @param [Fixnum] page_size
927
919
  # If there are many jobs, limit response to at most this many. The actual number
928
920
  # of jobs returned will be the lesser of max_responses and an unspecified server-
@@ -950,14 +942,13 @@ module Google
950
942
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
951
943
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
952
944
  # @raise [Google::Apis::AuthorizationError] Authorization is required
953
- def list_project_location_jobs(project_id, location, filter: nil, name: nil, page_size: nil, page_token: nil, view: nil, fields: nil, quota_user: nil, options: nil, &block)
945
+ def list_project_location_jobs(project_id, location, filter: nil, page_size: nil, page_token: nil, view: nil, fields: nil, quota_user: nil, options: nil, &block)
954
946
  command = make_simple_command(:get, 'v1b3/projects/{projectId}/locations/{location}/jobs', options)
955
947
  command.response_representation = Google::Apis::DataflowV1b3::ListJobsResponse::Representation
956
948
  command.response_class = Google::Apis::DataflowV1b3::ListJobsResponse
957
949
  command.params['projectId'] = project_id unless project_id.nil?
958
950
  command.params['location'] = location unless location.nil?
959
951
  command.query['filter'] = filter unless filter.nil?
960
- command.query['name'] = name unless name.nil?
961
952
  command.query['pageSize'] = page_size unless page_size.nil?
962
953
  command.query['pageToken'] = page_token unless page_token.nil?
963
954
  command.query['view'] = view unless view.nil?
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dataflow_v1b3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.29.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: 2022-09-19 00:00:00.000000000 Z
11
+ date: 2022-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.7.2
19
+ version: 0.9.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.7.2
29
+ version: 0.9.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataflow_v1b3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dataflow_v1b3/v0.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataflow_v1b3/v0.29.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataflow_v1b3
63
63
  post_install_message:
64
64
  rdoc_options: []