google-apis-dataflow_v1b3 0.15.0 → 0.16.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: 1a7cf3e491a2d3a5d2d2f824d3741c8111e559e8a0ad2f175320daa268129ec4
|
|
4
|
+
data.tar.gz: 3d9ac5694807dd3c2d4e31aac3e8bc6f0d583b0e3fdb0f4f28bf4eb8f35f70de
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 58027ab27621634c72286bf670345eaf71a82071f7f2ac18971504423e0b59e1d0dae822df475ed14ead595f76eea95aca176f060d3df2e791f277d01fa2ff4f
|
|
7
|
+
data.tar.gz: 534344acd798363f33264164dad3ef59935f2a969a2e015e9f7950f47e2fff82041edfa321fd1d08474f42f8f32436581038f2899226ab215daba20f2fab60cf
|
data/CHANGELOG.md
CHANGED
|
@@ -2865,6 +2865,11 @@ module Google
|
|
|
2865
2865
|
# @return [Fixnum]
|
|
2866
2866
|
attr_accessor :current_limit_bytes
|
|
2867
2867
|
|
|
2868
|
+
# Number of Out of Memory (OOM) events recorded since the previous measurement.
|
|
2869
|
+
# Corresponds to the JSON property `currentOoms`
|
|
2870
|
+
# @return [Fixnum]
|
|
2871
|
+
attr_accessor :current_ooms
|
|
2872
|
+
|
|
2868
2873
|
# Instantenous memory (RSS) size in bytes.
|
|
2869
2874
|
# Corresponds to the JSON property `currentRssBytes`
|
|
2870
2875
|
# @return [Fixnum]
|
|
@@ -2887,6 +2892,7 @@ module Google
|
|
|
2887
2892
|
# Update properties of this object
|
|
2888
2893
|
def update!(**args)
|
|
2889
2894
|
@current_limit_bytes = args[:current_limit_bytes] if args.key?(:current_limit_bytes)
|
|
2895
|
+
@current_ooms = args[:current_ooms] if args.key?(:current_ooms)
|
|
2890
2896
|
@current_rss_bytes = args[:current_rss_bytes] if args.key?(:current_rss_bytes)
|
|
2891
2897
|
@timestamp = args[:timestamp] if args.key?(:timestamp)
|
|
2892
2898
|
@total_gb_ms = args[:total_gb_ms] if args.key?(:total_gb_ms)
|
|
@@ -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.16.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.4.
|
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220215"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1756,6 +1756,7 @@ module Google
|
|
|
1756
1756
|
# @private
|
|
1757
1757
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1758
1758
|
property :current_limit_bytes, :numeric_string => true, as: 'currentLimitBytes'
|
|
1759
|
+
property :current_ooms, :numeric_string => true, as: 'currentOoms'
|
|
1759
1760
|
property :current_rss_bytes, :numeric_string => true, as: 'currentRssBytes'
|
|
1760
1761
|
property :timestamp, as: 'timestamp'
|
|
1761
1762
|
property :total_gb_ms, :numeric_string => true, as: 'totalGbMs'
|
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.16.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-
|
|
11
|
+
date: 2022-02-21 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.16.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: []
|
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
76
|
version: '0'
|
|
77
77
|
requirements: []
|
|
78
|
-
rubygems_version: 3.3.
|
|
78
|
+
rubygems_version: 3.3.5
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Dataflow API V1b3
|