google-apis-dataflow_v1b3 0.50.0 → 0.51.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0b2111e8bd25f5f82fad69f7e39e49ea9b86f2f6d2e9245ba24a323a8f42cd57
|
4
|
+
data.tar.gz: 51bbb780e7d19dcd9536ccabffb541fcf11f1ea27ecc79d6aa151cd0a9dd0bf0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eca617af86f16d34687429f8d10a31b70a3f6758ae2a26d9eecb296fa35de00c994acfd78c2f52edc9fa76bc7d76284732aab26af1ccfc4fae1bd05a7b3bbe6a
|
7
|
+
data.tar.gz: 16f5ab6ee05b4eabb2d67675f4a12cf29c4ea97ca4f05eb75daccdb8f932622ff1b498ea199110a2b9f05a7f050c0d37da0c8ba342c55b688b60c1cb5a827e37
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-dataflow_v1b3
|
2
2
|
|
3
|
+
### v0.51.0 (2024-02-24)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240218
|
6
|
+
* Regenerated using generator version 0.14.0
|
7
|
+
|
3
8
|
### v0.50.0 (2024-01-28)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20240121
|
data/OVERVIEW.md
CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/dataflow) may provide guida
|
|
83
83
|
|
84
84
|
## Supported Ruby versions
|
85
85
|
|
86
|
-
This library is supported on Ruby 2.
|
86
|
+
This library is supported on Ruby 2.7+.
|
87
87
|
|
88
|
-
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life.
|
88
|
+
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
89
89
|
|
90
90
|
## License
|
91
91
|
|
@@ -514,7 +514,7 @@ module Google
|
|
514
514
|
class ContainerSpec
|
515
515
|
include Google::Apis::Core::Hashable
|
516
516
|
|
517
|
-
# The environment values to be set at runtime for flex template.
|
517
|
+
# The environment values to be set at runtime for flex template. LINT.IfChange
|
518
518
|
# Corresponds to the JSON property `defaultEnvironment`
|
519
519
|
# @return [Google::Apis::DataflowV1b3::FlexTemplateRuntimeEnvironment]
|
520
520
|
attr_accessor :default_environment
|
@@ -1668,7 +1668,7 @@ module Google
|
|
1668
1668
|
end
|
1669
1669
|
end
|
1670
1670
|
|
1671
|
-
# The environment values to be set at runtime for flex template.
|
1671
|
+
# The environment values to be set at runtime for flex template. LINT.IfChange
|
1672
1672
|
class FlexTemplateRuntimeEnvironment
|
1673
1673
|
include Google::Apis::Core::Hashable
|
1674
1674
|
|
@@ -2806,7 +2806,7 @@ module Google
|
|
2806
2806
|
# @return [String]
|
2807
2807
|
attr_accessor :container_spec_gcs_path
|
2808
2808
|
|
2809
|
-
# The environment values to be set at runtime for flex template.
|
2809
|
+
# The environment values to be set at runtime for flex template. LINT.IfChange
|
2810
2810
|
# Corresponds to the JSON property `environment`
|
2811
2811
|
# @return [Google::Apis::DataflowV1b3::FlexTemplateRuntimeEnvironment]
|
2812
2812
|
attr_accessor :environment
|
@@ -6207,6 +6207,25 @@ module Google
|
|
6207
6207
|
end
|
6208
6208
|
end
|
6209
6209
|
|
6210
|
+
# Contains per-user-worker streaming scaling recommendation from the backend.
|
6211
|
+
class StreamingScalingReportResponse
|
6212
|
+
include Google::Apis::Core::Hashable
|
6213
|
+
|
6214
|
+
# Maximum thread count limit;
|
6215
|
+
# Corresponds to the JSON property `maximumThreadCount`
|
6216
|
+
# @return [Fixnum]
|
6217
|
+
attr_accessor :maximum_thread_count
|
6218
|
+
|
6219
|
+
def initialize(**args)
|
6220
|
+
update!(**args)
|
6221
|
+
end
|
6222
|
+
|
6223
|
+
# Update properties of this object
|
6224
|
+
def update!(**args)
|
6225
|
+
@maximum_thread_count = args[:maximum_thread_count] if args.key?(:maximum_thread_count)
|
6226
|
+
end
|
6227
|
+
end
|
6228
|
+
|
6210
6229
|
# A task which initializes part of a streaming Dataflow job.
|
6211
6230
|
class StreamingSetupTask
|
6212
6231
|
include Google::Apis::Core::Hashable
|
@@ -7347,6 +7366,11 @@ module Google
|
|
7347
7366
|
class WorkerMessageResponse
|
7348
7367
|
include Google::Apis::Core::Hashable
|
7349
7368
|
|
7369
|
+
# Contains per-user-worker streaming scaling recommendation from the backend.
|
7370
|
+
# Corresponds to the JSON property `streamingScalingReportResponse`
|
7371
|
+
# @return [Google::Apis::DataflowV1b3::StreamingScalingReportResponse]
|
7372
|
+
attr_accessor :streaming_scaling_report_response
|
7373
|
+
|
7350
7374
|
# WorkerHealthReportResponse contains information returned to the worker in
|
7351
7375
|
# response to a health ping.
|
7352
7376
|
# Corresponds to the JSON property `workerHealthReportResponse`
|
@@ -7374,6 +7398,7 @@ module Google
|
|
7374
7398
|
|
7375
7399
|
# Update properties of this object
|
7376
7400
|
def update!(**args)
|
7401
|
+
@streaming_scaling_report_response = args[:streaming_scaling_report_response] if args.key?(:streaming_scaling_report_response)
|
7377
7402
|
@worker_health_report_response = args[:worker_health_report_response] if args.key?(:worker_health_report_response)
|
7378
7403
|
@worker_metrics_response = args[:worker_metrics_response] if args.key?(:worker_metrics_response)
|
7379
7404
|
@worker_shutdown_notice_response = args[:worker_shutdown_notice_response] if args.key?(:worker_shutdown_notice_response)
|
@@ -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.51.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.14.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240218"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -946,6 +946,12 @@ module Google
|
|
946
946
|
include Google::Apis::Core::JsonObjectSupport
|
947
947
|
end
|
948
948
|
|
949
|
+
class StreamingScalingReportResponse
|
950
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
951
|
+
|
952
|
+
include Google::Apis::Core::JsonObjectSupport
|
953
|
+
end
|
954
|
+
|
949
955
|
class StreamingSetupTask
|
950
956
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
951
957
|
|
@@ -2799,6 +2805,13 @@ module Google
|
|
2799
2805
|
end
|
2800
2806
|
end
|
2801
2807
|
|
2808
|
+
class StreamingScalingReportResponse
|
2809
|
+
# @private
|
2810
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2811
|
+
property :maximum_thread_count, as: 'maximumThreadCount'
|
2812
|
+
end
|
2813
|
+
end
|
2814
|
+
|
2802
2815
|
class StreamingSetupTask
|
2803
2816
|
# @private
|
2804
2817
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3092,6 +3105,8 @@ module Google
|
|
3092
3105
|
class WorkerMessageResponse
|
3093
3106
|
# @private
|
3094
3107
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3108
|
+
property :streaming_scaling_report_response, as: 'streamingScalingReportResponse', class: Google::Apis::DataflowV1b3::StreamingScalingReportResponse, decorator: Google::Apis::DataflowV1b3::StreamingScalingReportResponse::Representation
|
3109
|
+
|
3095
3110
|
property :worker_health_report_response, as: 'workerHealthReportResponse', class: Google::Apis::DataflowV1b3::WorkerHealthReportResponse, decorator: Google::Apis::DataflowV1b3::WorkerHealthReportResponse::Representation
|
3096
3111
|
|
3097
3112
|
property :worker_metrics_response, as: 'workerMetricsResponse', class: Google::Apis::DataflowV1b3::ResourceUtilizationReportResponse, decorator: Google::Apis::DataflowV1b3::ResourceUtilizationReportResponse::Representation
|
@@ -37,9 +37,6 @@ module Google
|
|
37
37
|
|
38
38
|
# View your Google Compute Engine resources
|
39
39
|
AUTH_COMPUTE_READONLY = 'https://www.googleapis.com/auth/compute.readonly'
|
40
|
-
|
41
|
-
# See your primary Google Account email address
|
42
|
-
AUTH_USERINFO_EMAIL = 'https://www.googleapis.com/auth/userinfo.email'
|
43
40
|
end
|
44
41
|
end
|
45
42
|
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.51.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: 2024-
|
11
|
+
date: 2024-02-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.14.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.14.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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.51.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: []
|
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
68
68
|
requirements:
|
69
69
|
- - ">="
|
70
70
|
- !ruby/object:Gem::Version
|
71
|
-
version: '2.
|
71
|
+
version: '2.7'
|
72
72
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
73
73
|
requirements:
|
74
74
|
- - ">="
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.6
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Dataflow API V1b3
|