google-apis-dataflow_v1b3 0.47.0 → 0.48.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ae42e2412fb5a708bc44bde5598e29161ecd8f8bcc53cde7938185e5113785e6
|
|
4
|
+
data.tar.gz: 1e92150cc71c12f5f8249f0ca18cc0d6148f2cdeafde209623f04f1feadf0b02
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 86b7c935110110bdac5fadfa0aa968d2a5cf2a73d20a3cf0e1311a06079a6e68186a70f912ec84a41e4e83c62060c47fdb44c16b5795734d5266b78c2c175315
|
|
7
|
+
data.tar.gz: 4255355c9050c8013235350b4edb1f9b65db2838ecfcb692f86412cb95081762214d6f6c10e472fbb83a7e605585009b670238e6e1080b9dc5df3f3309e53227
|
data/CHANGELOG.md
CHANGED
|
@@ -1326,6 +1326,14 @@ module Google
|
|
|
1326
1326
|
# @return [String]
|
|
1327
1327
|
attr_accessor :shuffle_mode
|
|
1328
1328
|
|
|
1329
|
+
# Optional. Specifies the Streaming Engine message processing guarantees.
|
|
1330
|
+
# Reduces cost and latency but might result in duplicate messages committed to
|
|
1331
|
+
# storage. Designed to run simple mapping streaming ETL jobs at the lowest cost.
|
|
1332
|
+
# For example, Change Data Capture (CDC) to BigQuery is a canonical use case.
|
|
1333
|
+
# Corresponds to the JSON property `streamingMode`
|
|
1334
|
+
# @return [String]
|
|
1335
|
+
attr_accessor :streaming_mode
|
|
1336
|
+
|
|
1329
1337
|
# The prefix of the resources the system should use for temporary storage. The
|
|
1330
1338
|
# system will append the suffix "/temp-`JOBNAME` to this resource prefix, where `
|
|
1331
1339
|
# JOBNAME` is the value of the job_name field. The resulting bucket and object
|
|
@@ -1337,8 +1345,8 @@ module Google
|
|
|
1337
1345
|
# @return [String]
|
|
1338
1346
|
attr_accessor :temp_storage_prefix
|
|
1339
1347
|
|
|
1340
|
-
# Output only. Whether the job uses the
|
|
1341
|
-
#
|
|
1348
|
+
# Output only. Whether the job uses the Streaming Engine resource-based billing
|
|
1349
|
+
# model.
|
|
1342
1350
|
# Corresponds to the JSON property `useStreamingEngineResourceBasedBilling`
|
|
1343
1351
|
# @return [Boolean]
|
|
1344
1352
|
attr_accessor :use_streaming_engine_resource_based_billing
|
|
@@ -1395,6 +1403,7 @@ module Google
|
|
|
1395
1403
|
@service_kms_key_name = args[:service_kms_key_name] if args.key?(:service_kms_key_name)
|
|
1396
1404
|
@service_options = args[:service_options] if args.key?(:service_options)
|
|
1397
1405
|
@shuffle_mode = args[:shuffle_mode] if args.key?(:shuffle_mode)
|
|
1406
|
+
@streaming_mode = args[:streaming_mode] if args.key?(:streaming_mode)
|
|
1398
1407
|
@temp_storage_prefix = args[:temp_storage_prefix] if args.key?(:temp_storage_prefix)
|
|
1399
1408
|
@use_streaming_engine_resource_based_billing = args[:use_streaming_engine_resource_based_billing] if args.key?(:use_streaming_engine_resource_based_billing)
|
|
1400
1409
|
@user_agent = args[:user_agent] if args.key?(:user_agent)
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.48.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 = "
|
|
25
|
+
REVISION = "20231217"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1422,6 +1422,7 @@ module Google
|
|
|
1422
1422
|
property :service_kms_key_name, as: 'serviceKmsKeyName'
|
|
1423
1423
|
collection :service_options, as: 'serviceOptions'
|
|
1424
1424
|
property :shuffle_mode, as: 'shuffleMode'
|
|
1425
|
+
property :streaming_mode, as: 'streamingMode'
|
|
1425
1426
|
property :temp_storage_prefix, as: 'tempStoragePrefix'
|
|
1426
1427
|
property :use_streaming_engine_resource_based_billing, as: 'useStreamingEngineResourceBasedBilling'
|
|
1427
1428
|
hash :user_agent, as: 'userAgent'
|
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.
|
|
4
|
+
version: 0.48.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-12-
|
|
11
|
+
date: 2023-12-24 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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dataflow_v1b3/v0.48.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: []
|