google-apis-dataflow_v1b3 0.9.0 → 0.13.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: 60d406563bec8895938d732b5d064efb6bca2a913fb16f34fc5fe2dddace637a
4
- data.tar.gz: 8bb870a8a6f352bf3e3385b3f1fc06c2be59b75d7f0031ca826a229429aa9c05
3
+ metadata.gz: dea5a5d8c888fbcc04c989f61e7577450978642cbec4730dc0a0b1ca79a1a984
4
+ data.tar.gz: cba478f589416f0b25b93ba38d5c956ae502aa3e113faa6495eb8d3f10af17dd
5
5
  SHA512:
6
- metadata.gz: 511fa6f72c2c21dbaa8bbeee96d8d35ce18f7fae081b671aaa402ecc7659cf3da9a8d2ea463068f4b986e4c4f15aab8f4a2a6847e544cc8146b77772277f1e4e
7
- data.tar.gz: 99fc96ffbd48a0b2ac34d5f8389c8faf33eafc7aeed3ffa747265a9e7e221f2eb64834db2649141edc252fbc08a91245009ec90c6471c8009f840569ba71ea63
6
+ metadata.gz: aeb5163f16ebf6c46530f2f6b871cb634235beb5e6dcf60899140cad94e60a10af0416641a5940d3fca40276c2e47fc7dd803f02178931e8b5ecd48ecfac3892
7
+ data.tar.gz: 290779a7e781aa159f9aa4351af3dc38373427ce7bf14ae16294e042fbe9e3bf47b362fc598f21ec0d982abb9814835ed723534660845d78b4cf6b7df1e5dd7f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-dataflow_v1b3
2
2
 
3
+ ### v0.13.0 (2021-09-03)
4
+
5
+ * Regenerated from discovery document revision 20210825
6
+
7
+ ### v0.12.0 (2021-08-26)
8
+
9
+ * Regenerated from discovery document revision 20210818
10
+
11
+ ### v0.11.0 (2021-07-13)
12
+
13
+ * Regenerated from discovery document revision 20210703
14
+
15
+ ### v0.10.0 (2021-07-01)
16
+
17
+ * Regenerated from discovery document revision 20210618
18
+ * Regenerated using generator version 0.4.0
19
+
3
20
  ### v0.9.0 (2021-06-24)
4
21
 
5
22
  * Regenerated from discovery document revision 20210616
@@ -165,8 +165,7 @@ module Google
165
165
  # @return [String]
166
166
  attr_accessor :time
167
167
 
168
- # A short and friendly name for the worker pool this event refers to, populated
169
- # from the value of PoolStageRelation::user_pool_name.
168
+ # A short and friendly name for the worker pool this event refers to.
170
169
  # Corresponds to the JSON property `workerPool`
171
170
  # @return [String]
172
171
  attr_accessor :worker_pool
@@ -248,7 +247,7 @@ module Google
248
247
  end
249
248
  end
250
249
 
251
- # Metadata for a Cloud BigTable connector used by the job.
250
+ # Metadata for a Cloud Bigtable connector used by the job.
252
251
  class BigTableIoDetails
253
252
  include Google::Apis::Core::Hashable
254
253
 
@@ -1463,6 +1462,25 @@ module Google
1463
1462
  # @return [Hash<String,String>]
1464
1463
  attr_accessor :additional_user_labels
1465
1464
 
1465
+ # The algorithm to use for autoscaling
1466
+ # Corresponds to the JSON property `autoscalingAlgorithm`
1467
+ # @return [String]
1468
+ attr_accessor :autoscaling_algorithm
1469
+
1470
+ # Worker disk size, in gigabytes.
1471
+ # Corresponds to the JSON property `diskSizeGb`
1472
+ # @return [Fixnum]
1473
+ attr_accessor :disk_size_gb
1474
+
1475
+ # If true, save a heap dump before killing a thread or process which is GC
1476
+ # thrashing or out of memory. The location of the heap file will either be
1477
+ # echoed back to the user, or the user will be given the opportunity to download
1478
+ # the heap file.
1479
+ # Corresponds to the JSON property `dumpHeapOnOom`
1480
+ # @return [Boolean]
1481
+ attr_accessor :dump_heap_on_oom
1482
+ alias_method :dump_heap_on_oom?, :dump_heap_on_oom
1483
+
1466
1484
  # Whether to enable Streaming Engine for the job.
1467
1485
  # Corresponds to the JSON property `enableStreamingEngine`
1468
1486
  # @return [Boolean]
@@ -1486,6 +1504,11 @@ module Google
1486
1504
  # @return [String]
1487
1505
  attr_accessor :kms_key_name
1488
1506
 
1507
+ # The machine type to use for launching the job. The default is n1-standard-1.
1508
+ # Corresponds to the JSON property `launcherMachineType`
1509
+ # @return [String]
1510
+ attr_accessor :launcher_machine_type
1511
+
1489
1512
  # The machine type to use for the job. Defaults to the value from the template
1490
1513
  # if not specified.
1491
1514
  # Corresponds to the JSON property `machineType`
@@ -1509,6 +1532,13 @@ module Google
1509
1532
  # @return [Fixnum]
1510
1533
  attr_accessor :num_workers
1511
1534
 
1535
+ # Cloud Storage bucket (directory) to upload heap dumps to the given location.
1536
+ # Enabling this implies that heap dumps should be generated on OOM (
1537
+ # dump_heap_on_oom is set to true).
1538
+ # Corresponds to the JSON property `saveHeapDumpsToGcsPath`
1539
+ # @return [String]
1540
+ attr_accessor :save_heap_dumps_to_gcs_path
1541
+
1512
1542
  # Docker registry location of container image to use for the 'worker harness.
1513
1543
  # Default is the container for the version of the SDK. Note this field is only
1514
1544
  # valid for portable pipelines.
@@ -1576,14 +1606,19 @@ module Google
1576
1606
  def update!(**args)
1577
1607
  @additional_experiments = args[:additional_experiments] if args.key?(:additional_experiments)
1578
1608
  @additional_user_labels = args[:additional_user_labels] if args.key?(:additional_user_labels)
1609
+ @autoscaling_algorithm = args[:autoscaling_algorithm] if args.key?(:autoscaling_algorithm)
1610
+ @disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
1611
+ @dump_heap_on_oom = args[:dump_heap_on_oom] if args.key?(:dump_heap_on_oom)
1579
1612
  @enable_streaming_engine = args[:enable_streaming_engine] if args.key?(:enable_streaming_engine)
1580
1613
  @flexrs_goal = args[:flexrs_goal] if args.key?(:flexrs_goal)
1581
1614
  @ip_configuration = args[:ip_configuration] if args.key?(:ip_configuration)
1582
1615
  @kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name)
1616
+ @launcher_machine_type = args[:launcher_machine_type] if args.key?(:launcher_machine_type)
1583
1617
  @machine_type = args[:machine_type] if args.key?(:machine_type)
1584
1618
  @max_workers = args[:max_workers] if args.key?(:max_workers)
1585
1619
  @network = args[:network] if args.key?(:network)
1586
1620
  @num_workers = args[:num_workers] if args.key?(:num_workers)
1621
+ @save_heap_dumps_to_gcs_path = args[:save_heap_dumps_to_gcs_path] if args.key?(:save_heap_dumps_to_gcs_path)
1587
1622
  @sdk_container_image = args[:sdk_container_image] if args.key?(:sdk_container_image)
1588
1623
  @service_account_email = args[:service_account_email] if args.key?(:service_account_email)
1589
1624
  @staging_location = args[:staging_location] if args.key?(:staging_location)
@@ -2271,7 +2306,7 @@ module Google
2271
2306
  class JobMetadata
2272
2307
  include Google::Apis::Core::Hashable
2273
2308
 
2274
- # Identification of a Cloud BigTable source used in the Dataflow job.
2309
+ # Identification of a Cloud Bigtable source used in the Dataflow job.
2275
2310
  # Corresponds to the JSON property `bigTableDetails`
2276
2311
  # @return [Array<Google::Apis::DataflowV1b3::BigTableIoDetails>]
2277
2312
  attr_accessor :big_table_details
@@ -2291,7 +2326,7 @@ module Google
2291
2326
  # @return [Array<Google::Apis::DataflowV1b3::FileIoDetails>]
2292
2327
  attr_accessor :file_details
2293
2328
 
2294
- # Identification of a PubSub source used in the Dataflow job.
2329
+ # Identification of a Pub/Sub source used in the Dataflow job.
2295
2330
  # Corresponds to the JSON property `pubsubDetails`
2296
2331
  # @return [Array<Google::Apis::DataflowV1b3::PubSubIoDetails>]
2297
2332
  attr_accessor :pubsub_details
@@ -3810,7 +3845,8 @@ module Google
3810
3845
  class RuntimeEnvironment
3811
3846
  include Google::Apis::Core::Hashable
3812
3847
 
3813
- # Additional experiment flags for the job.
3848
+ # Additional experiment flags for the job, specified with the `--experiments`
3849
+ # option.
3814
3850
  # Corresponds to the JSON property `additionalExperiments`
3815
3851
  # @return [Array<String>]
3816
3852
  attr_accessor :additional_experiments
@@ -4344,7 +4380,7 @@ module Google
4344
4380
  # @return [String]
4345
4381
  attr_accessor :project_id
4346
4382
 
4347
- # PubSub snapshot metadata.
4383
+ # Pub/Sub snapshot metadata.
4348
4384
  # Corresponds to the JSON property `pubsubMetadata`
4349
4385
  # @return [Array<Google::Apis::DataflowV1b3::PubsubSnapshotMetadata>]
4350
4386
  attr_accessor :pubsub_metadata
@@ -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.9.0"
19
+ GEM_VERSION = "0.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.3.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210616"
25
+ REVISION = "20210825"
26
26
  end
27
27
  end
28
28
  end
@@ -1383,14 +1383,19 @@ module Google
1383
1383
  class Representation < Google::Apis::Core::JsonRepresentation
1384
1384
  collection :additional_experiments, as: 'additionalExperiments'
1385
1385
  hash :additional_user_labels, as: 'additionalUserLabels'
1386
+ property :autoscaling_algorithm, as: 'autoscalingAlgorithm'
1387
+ property :disk_size_gb, as: 'diskSizeGb'
1388
+ property :dump_heap_on_oom, as: 'dumpHeapOnOom'
1386
1389
  property :enable_streaming_engine, as: 'enableStreamingEngine'
1387
1390
  property :flexrs_goal, as: 'flexrsGoal'
1388
1391
  property :ip_configuration, as: 'ipConfiguration'
1389
1392
  property :kms_key_name, as: 'kmsKeyName'
1393
+ property :launcher_machine_type, as: 'launcherMachineType'
1390
1394
  property :machine_type, as: 'machineType'
1391
1395
  property :max_workers, as: 'maxWorkers'
1392
1396
  property :network, as: 'network'
1393
1397
  property :num_workers, as: 'numWorkers'
1398
+ property :save_heap_dumps_to_gcs_path, as: 'saveHeapDumpsToGcsPath'
1394
1399
  property :sdk_container_image, as: 'sdkContainerImage'
1395
1400
  property :service_account_email, as: 'serviceAccountEmail'
1396
1401
  property :staging_location, as: 'stagingLocation'
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1b3'
31
31
 
32
- # See, edit, configure, and delete your Google Cloud Platform data
32
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
 
35
35
  # View and manage your Google Compute Engine resources
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.9.0
4
+ version: 0.13.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-06-28 00:00:00.000000000 Z
11
+ date: 2021-09-06 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.3'
19
+ version: '0.4'
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.3'
29
+ version: '0.4'
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/master/generated/google-apis-dataflow_v1b3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dataflow_v1b3/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataflow_v1b3/v0.13.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dataflow_v1b3
63
63
  post_install_message:
64
64
  rdoc_options: []