google-apis-dataflow_v1b3 0.15.0 → 0.18.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: b1e91319168b275a98356f647c263e7b383413da39e29b72dbe1875eac136636
|
|
4
|
+
data.tar.gz: d1243afc50848ffb29501741db41d1cec141ea59d6bd9789e676b8e4e29b0a61
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a2b700025b9238012ccfc19a78c80228c5b7c8fe6728afc3c111bf17fc1aed80d6137fbe68f9c3f6bbbca2864d06a970c5734c7f510b2631c4f9e08490d4a3c5
|
|
7
|
+
data.tar.gz: 2e1fd8b735faa253582e970432fe79e7bc3b14bff3b93e111f784afd6d03d044c6f01a751264a82f57e59be56ebf639c07c7ecf8a9792fac1145759e9fc67305
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Release history for google-apis-dataflow_v1b3
|
|
2
2
|
|
|
3
|
+
### v0.18.0 (2022-03-09)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20220301
|
|
6
|
+
|
|
7
|
+
### v0.17.0 (2022-02-26)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20220218
|
|
10
|
+
|
|
11
|
+
### v0.16.0 (2022-02-19)
|
|
12
|
+
|
|
13
|
+
* Regenerated from discovery document revision 20220215
|
|
14
|
+
* Regenerated using generator version 0.4.1
|
|
15
|
+
|
|
3
16
|
### v0.15.0 (2021-12-14)
|
|
4
17
|
|
|
5
18
|
* Unspecified changes
|
|
@@ -1988,7 +1988,7 @@ module Google
|
|
|
1988
1988
|
end
|
|
1989
1989
|
end
|
|
1990
1990
|
|
|
1991
|
-
# Defines a job to be run by the Cloud Dataflow service.
|
|
1991
|
+
# Defines a job to be run by the Cloud Dataflow service.
|
|
1992
1992
|
class Job
|
|
1993
1993
|
include Google::Apis::Core::Hashable
|
|
1994
1994
|
|
|
@@ -2566,7 +2566,7 @@ module Google
|
|
|
2566
2566
|
class LaunchFlexTemplateResponse
|
|
2567
2567
|
include Google::Apis::Core::Hashable
|
|
2568
2568
|
|
|
2569
|
-
# Defines a job to be run by the Cloud Dataflow service.
|
|
2569
|
+
# Defines a job to be run by the Cloud Dataflow service.
|
|
2570
2570
|
# Corresponds to the JSON property `job`
|
|
2571
2571
|
# @return [Google::Apis::DataflowV1b3::Job]
|
|
2572
2572
|
attr_accessor :job
|
|
@@ -2631,7 +2631,7 @@ module Google
|
|
|
2631
2631
|
class LaunchTemplateResponse
|
|
2632
2632
|
include Google::Apis::Core::Hashable
|
|
2633
2633
|
|
|
2634
|
-
# Defines a job to be run by the Cloud Dataflow service.
|
|
2634
|
+
# Defines a job to be run by the Cloud Dataflow service.
|
|
2635
2635
|
# Corresponds to the JSON property `job`
|
|
2636
2636
|
# @return [Google::Apis::DataflowV1b3::Job]
|
|
2637
2637
|
attr_accessor :job
|
|
@@ -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)
|
|
@@ -4032,6 +4038,13 @@ module Google
|
|
|
4032
4038
|
class SdkHarnessContainerImage
|
|
4033
4039
|
include Google::Apis::Core::Hashable
|
|
4034
4040
|
|
|
4041
|
+
# The set of capabilities enumerated in the above Environment proto. See also
|
|
4042
|
+
# https://github.com/apache/beam/blob/master/model/pipeline/src/main/proto/
|
|
4043
|
+
# beam_runner_api.proto
|
|
4044
|
+
# Corresponds to the JSON property `capabilities`
|
|
4045
|
+
# @return [Array<String>]
|
|
4046
|
+
attr_accessor :capabilities
|
|
4047
|
+
|
|
4035
4048
|
# A docker container image that resides in Google Container Registry.
|
|
4036
4049
|
# Corresponds to the JSON property `containerImage`
|
|
4037
4050
|
# @return [String]
|
|
@@ -4058,6 +4071,7 @@ module Google
|
|
|
4058
4071
|
|
|
4059
4072
|
# Update properties of this object
|
|
4060
4073
|
def update!(**args)
|
|
4074
|
+
@capabilities = args[:capabilities] if args.key?(:capabilities)
|
|
4061
4075
|
@container_image = args[:container_image] if args.key?(:container_image)
|
|
4062
4076
|
@environment_id = args[:environment_id] if args.key?(:environment_id)
|
|
4063
4077
|
@use_single_core_per_container = args[:use_single_core_per_container] if args.key?(:use_single_core_per_container)
|
|
@@ -4095,7 +4109,7 @@ module Google
|
|
|
4095
4109
|
end
|
|
4096
4110
|
end
|
|
4097
4111
|
|
|
4098
|
-
# Request to send encoded debug information.
|
|
4112
|
+
# Request to send encoded debug information. Next ID: 8
|
|
4099
4113
|
class SendDebugCaptureRequest
|
|
4100
4114
|
include Google::Apis::Core::Hashable
|
|
4101
4115
|
|
|
@@ -4109,6 +4123,11 @@ module Google
|
|
|
4109
4123
|
# @return [String]
|
|
4110
4124
|
attr_accessor :data
|
|
4111
4125
|
|
|
4126
|
+
# Format for the data field above (id=5).
|
|
4127
|
+
# Corresponds to the JSON property `dataFormat`
|
|
4128
|
+
# @return [String]
|
|
4129
|
+
attr_accessor :data_format
|
|
4130
|
+
|
|
4112
4131
|
# The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/
|
|
4113
4132
|
# regional-endpoints) that contains the job specified by job_id.
|
|
4114
4133
|
# Corresponds to the JSON property `location`
|
|
@@ -4128,6 +4147,7 @@ module Google
|
|
|
4128
4147
|
def update!(**args)
|
|
4129
4148
|
@component_id = args[:component_id] if args.key?(:component_id)
|
|
4130
4149
|
@data = args[:data] if args.key?(:data)
|
|
4150
|
+
@data_format = args[:data_format] if args.key?(:data_format)
|
|
4131
4151
|
@location = args[:location] if args.key?(:location)
|
|
4132
4152
|
@worker_id = args[:worker_id] if args.key?(:worker_id)
|
|
4133
4153
|
end
|
|
@@ -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.18.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 = "20220301"
|
|
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'
|
|
@@ -2074,6 +2075,7 @@ module Google
|
|
|
2074
2075
|
class SdkHarnessContainerImage
|
|
2075
2076
|
# @private
|
|
2076
2077
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2078
|
+
collection :capabilities, as: 'capabilities'
|
|
2077
2079
|
property :container_image, as: 'containerImage'
|
|
2078
2080
|
property :environment_id, as: 'environmentId'
|
|
2079
2081
|
property :use_single_core_per_container, as: 'useSingleCorePerContainer'
|
|
@@ -2094,6 +2096,7 @@ module Google
|
|
|
2094
2096
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2095
2097
|
property :component_id, as: 'componentId'
|
|
2096
2098
|
property :data, as: 'data'
|
|
2099
|
+
property :data_format, as: 'dataFormat'
|
|
2097
2100
|
property :location, as: 'location'
|
|
2098
2101
|
property :worker_id, as: 'workerId'
|
|
2099
2102
|
end
|
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.18.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-03-14 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.18.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
|