google-apis-dataflow_v1b3 0.41.0 → 0.42.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: f86067976f4320c134bb565f1e94c97d94d2c9aadcfb8388ae36c5a6d4d1e4b7
4
- data.tar.gz: 495a676de103909f4108079414ce542e66f4c439aa5206c98e2a042de0e86ac2
3
+ metadata.gz: dc4e10608d38b0be729cf8e9a67ed19fdb9de04d4f5411b59e060d9c5c8551a7
4
+ data.tar.gz: c78d35ae9228b8705494d51b47b6de08102a17a42a854d7987e491526e7edb6c
5
5
  SHA512:
6
- metadata.gz: 780498f4417f3ad8028bd2776162aa11ac589d27e3aa5f10c695cfda447bd1e32aa08c60f286315817318ec6d067ddf87dda435fcc7293ce66b2a83b272e5ac2
7
- data.tar.gz: c1ec104a94ba227af40642ff5a581027c9f602d3c298988004723ebc9de6efd84b6ab2108a0845d1a755afc21a1cb9fd160cd41ee2a6970552dca7f1086a927d
6
+ metadata.gz: 6e99413f287e6913e1e4fea0791fa3ec81cad71221c938a2f6b4b3df9a977970ee4660365f422abbbdcd15e84675d8255dd2802515881a6aa5e3c9117e40f144
7
+ data.tar.gz: 5a9160059b2ad4376afe63be1c93c5186872b397e420e8839760c0be46385de668a34ed3f3f6409c0fad99cde06e23340e71320d52e35b60172dbbd1fd7f23bf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataflow_v1b3
2
2
 
3
+ ### v0.42.0 (2023-07-16)
4
+
5
+ * Regenerated from discovery document revision 20230703
6
+
3
7
  ### v0.41.0 (2023-06-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20230619
@@ -4030,6 +4030,12 @@ module Google
4030
4030
  attr_accessor :bypass_temp_dir_validation
4031
4031
  alias_method :bypass_temp_dir_validation?, :bypass_temp_dir_validation
4032
4032
 
4033
+ # Optional. The disk size, in gigabytes, to use on each remote Compute Engine
4034
+ # worker instance.
4035
+ # Corresponds to the JSON property `diskSizeGb`
4036
+ # @return [Fixnum]
4037
+ attr_accessor :disk_size_gb
4038
+
4033
4039
  # Optional. Whether to enable Streaming Engine for the job.
4034
4040
  # Corresponds to the JSON property `enableStreamingEngine`
4035
4041
  # @return [Boolean]
@@ -4127,6 +4133,7 @@ module Google
4127
4133
  @additional_experiments = args[:additional_experiments] if args.key?(:additional_experiments)
4128
4134
  @additional_user_labels = args[:additional_user_labels] if args.key?(:additional_user_labels)
4129
4135
  @bypass_temp_dir_validation = args[:bypass_temp_dir_validation] if args.key?(:bypass_temp_dir_validation)
4136
+ @disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
4130
4137
  @enable_streaming_engine = args[:enable_streaming_engine] if args.key?(:enable_streaming_engine)
4131
4138
  @ip_configuration = args[:ip_configuration] if args.key?(:ip_configuration)
4132
4139
  @kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name)
@@ -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.41.0"
19
+ GEM_VERSION = "0.42.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230619"
25
+ REVISION = "20230703"
26
26
  end
27
27
  end
28
28
  end
@@ -2125,6 +2125,7 @@ module Google
2125
2125
  collection :additional_experiments, as: 'additionalExperiments'
2126
2126
  hash :additional_user_labels, as: 'additionalUserLabels'
2127
2127
  property :bypass_temp_dir_validation, as: 'bypassTempDirValidation'
2128
+ property :disk_size_gb, as: 'diskSizeGb'
2128
2129
  property :enable_streaming_engine, as: 'enableStreamingEngine'
2129
2130
  property :ip_configuration, as: 'ipConfiguration'
2130
2131
  property :kms_key_name, as: 'kmsKeyName'
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.41.0
4
+ version: 0.42.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: 2023-06-25 00:00:00.000000000 Z
11
+ date: 2023-07-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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.41.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataflow_v1b3/v0.42.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: []