google-apis-dataflow_v1b3 0.66.0 → 0.67.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: 4a706ded03b705cc31c95af3cc1c7444dc57665374d473bc7a5b572a30917929
|
4
|
+
data.tar.gz: 6d59e227d1ea734e119d020d5dbb9d666279417fd9c1d14e437f7ae89f7d2451
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c370bc4b97c5c7a06067504b385885eb413bed13b1cb44a1ac2ebeeee23497c35efe1d0ae3b60e41a244665a03b4076681ca9c9112298a40e0eafccd6039d85
|
7
|
+
data.tar.gz: da7b14a1a45c280d84a241c35cbf5f464b9dfaf40a30e84973bd1e53d5ccd51bc933ec0e22f75048707ed53c8fbccba171075ef5f5e6a0964f1ae29ce75d78f7
|
data/CHANGELOG.md
CHANGED
@@ -3480,6 +3480,14 @@ module Google
|
|
3480
3480
|
class MetricUpdate
|
3481
3481
|
include Google::Apis::Core::Hashable
|
3482
3482
|
|
3483
|
+
# Worker-computed aggregate value for the "Trie" aggregation kind. The only
|
3484
|
+
# possible value type is a BoundedTrieNode. Introduced this field to avoid
|
3485
|
+
# breaking older SDKs when Dataflow service starts to populate the `bounded_trie`
|
3486
|
+
# field.
|
3487
|
+
# Corresponds to the JSON property `boundedTrie`
|
3488
|
+
# @return [Object]
|
3489
|
+
attr_accessor :bounded_trie
|
3490
|
+
|
3483
3491
|
# True if this metric is reported as the total cumulative aggregate value
|
3484
3492
|
# accumulated since the worker started working on this WorkItem. By default this
|
3485
3493
|
# is false, indicating that this metric is reported as a delta that is not
|
@@ -3566,6 +3574,7 @@ module Google
|
|
3566
3574
|
|
3567
3575
|
# Update properties of this object
|
3568
3576
|
def update!(**args)
|
3577
|
+
@bounded_trie = args[:bounded_trie] if args.key?(:bounded_trie)
|
3569
3578
|
@cumulative = args[:cumulative] if args.key?(:cumulative)
|
3570
3579
|
@distribution = args[:distribution] if args.key?(:distribution)
|
3571
3580
|
@gauge = args[:gauge] if args.key?(:gauge)
|
@@ -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.67.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250421"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2095,6 +2095,7 @@ module Google
|
|
2095
2095
|
class MetricUpdate
|
2096
2096
|
# @private
|
2097
2097
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2098
|
+
property :bounded_trie, as: 'boundedTrie'
|
2098
2099
|
property :cumulative, as: 'cumulative'
|
2099
2100
|
property :distribution, as: 'distribution'
|
2100
2101
|
property :gauge, as: 'gauge'
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
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.67.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-04-27 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataflow_v1b3/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dataflow_v1b3/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dataflow_v1b3/v0.67.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataflow_v1b3
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|