google-apis-dataflow_v1b3 0.15.0 → 0.16.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: 9966a3a01f5c1574b36990e2f722885798058b7b9bea4db5c2fead384f5a58f8
4
- data.tar.gz: de9c55f468c0c3cd23122cb69a3dcddf2689ab1e91d272e7bdd58d52f9645aaf
3
+ metadata.gz: 1a7cf3e491a2d3a5d2d2f824d3741c8111e559e8a0ad2f175320daa268129ec4
4
+ data.tar.gz: 3d9ac5694807dd3c2d4e31aac3e8bc6f0d583b0e3fdb0f4f28bf4eb8f35f70de
5
5
  SHA512:
6
- metadata.gz: 538c7be616de40b78b9dac66a431f21c0a6ca37e05a4590ab81caa35fcef6769b6b96ff5ec98cd2e3bff229f2cfacb062dbf37dda0077f83c9528ea1745f6ffb
7
- data.tar.gz: 3db9fdea5bf538c60804d45333ab1ff1c6c9ca852a0f63d7675c30fb0393756e634c421abc34b83574da83bb3f66e8e266628363b244ddaf696d3be622abce7c
6
+ metadata.gz: 58027ab27621634c72286bf670345eaf71a82071f7f2ac18971504423e0b59e1d0dae822df475ed14ead595f76eea95aca176f060d3df2e791f277d01fa2ff4f
7
+ data.tar.gz: 534344acd798363f33264164dad3ef59935f2a969a2e015e9f7950f47e2fff82041edfa321fd1d08474f42f8f32436581038f2899226ab215daba20f2fab60cf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-dataflow_v1b3
2
2
 
3
+ ### v0.16.0 (2022-02-19)
4
+
5
+ * Regenerated from discovery document revision 20220215
6
+ * Regenerated using generator version 0.4.1
7
+
3
8
  ### v0.15.0 (2021-12-14)
4
9
 
5
10
  * Unspecified changes
@@ -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.15.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.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210825"
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.15.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-01-10 00:00:00.000000000 Z
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.15.0
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.4
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