google-cloud-orchestration-airflow-service-v1 1.2.0 → 1.3.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 +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/orchestration/airflow/service/v1/environments/client.rb +8 -1
- data/lib/google/cloud/orchestration/airflow/service/v1/environments/operations.rb +7 -0
- data/lib/google/cloud/orchestration/airflow/service/v1/environments/rest/client.rb +8 -1
- data/lib/google/cloud/orchestration/airflow/service/v1/environments/rest/operations.rb +7 -0
- data/lib/google/cloud/orchestration/airflow/service/v1/environments_services_pb.rb +1 -1
- data/lib/google/cloud/orchestration/airflow/service/v1/image_versions/client.rb +7 -0
- data/lib/google/cloud/orchestration/airflow/service/v1/image_versions/rest/client.rb +7 -0
- data/lib/google/cloud/orchestration/airflow/service/v1/version.rb +1 -1
- data/proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb +8 -0
- data/proto_docs/google/longrunning/operations.rb +4 -0
- metadata +6 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3954d3253fa9f2bf533d4c61ed7c0d9b02d581ab263e1188276aa0e0a7539b88
|
4
|
+
data.tar.gz: c263de5ec3368ba7b2a411e1addbe44781b09b30d5d3b77d95bff89aaf45514b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 631efaeca0d7c3ee30d38afc139ffdb92369dd9a82254635ff5f466ebcba5697be043a8c6f0277ee1931f65f71e6324e9387116bd3c145dbfaefc279ea8eacd4
|
7
|
+
data.tar.gz: bfde4ada6c11f861df80e5d95734e8cab9874604e8ddad92a14aba777202000495b02922121c6d7a6cd135f2033a0e69b22f16d5e063d53c33f365a1b851b10b
|
data/README.md
CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
86
86
|
|
87
87
|
## Supported Ruby Versions
|
88
88
|
|
89
|
-
This library is supported on Ruby
|
89
|
+
This library is supported on Ruby 3.0+.
|
90
90
|
|
91
91
|
Google provides official support for Ruby versions that are actively supported
|
92
92
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
@@ -1084,7 +1084,7 @@ module Google
|
|
1084
1084
|
# runs a single Composer component.
|
1085
1085
|
#
|
1086
1086
|
# This method is supported for Cloud Composer environments in versions
|
1087
|
-
# composer-
|
1087
|
+
# composer-2.*.*-airflow-*.*.* and newer.
|
1088
1088
|
#
|
1089
1089
|
# @overload list_workloads(request, options = nil)
|
1090
1090
|
# Pass arguments to `list_workloads` via a request object, either of type
|
@@ -2664,6 +2664,13 @@ module Google
|
|
2664
2664
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
2665
2665
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
2666
2666
|
# * (`nil`) indicating no credentials
|
2667
|
+
#
|
2668
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
2669
|
+
# external source for authentication to Google Cloud, you must validate it before
|
2670
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
2671
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
2672
|
+
# For more information, refer to [Validate credential configurations from external
|
2673
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
2667
2674
|
# @return [::Object]
|
2668
2675
|
# @!attribute [rw] scope
|
2669
2676
|
# The OAuth scopes
|
@@ -642,6 +642,13 @@ module Google
|
|
642
642
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
643
643
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
644
644
|
# * (`nil`) indicating no credentials
|
645
|
+
#
|
646
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
647
|
+
# external source for authentication to Google Cloud, you must validate it before
|
648
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
649
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
650
|
+
# For more information, refer to [Validate credential configurations from external
|
651
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
645
652
|
# @return [::Object]
|
646
653
|
# @!attribute [rw] scope
|
647
654
|
# The OAuth scopes
|
@@ -1021,7 +1021,7 @@ module Google
|
|
1021
1021
|
# runs a single Composer component.
|
1022
1022
|
#
|
1023
1023
|
# This method is supported for Cloud Composer environments in versions
|
1024
|
-
# composer-
|
1024
|
+
# composer-2.*.*-airflow-*.*.* and newer.
|
1025
1025
|
#
|
1026
1026
|
# @overload list_workloads(request, options = nil)
|
1027
1027
|
# Pass arguments to `list_workloads` via a request object, either of type
|
@@ -2487,6 +2487,13 @@ module Google
|
|
2487
2487
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
2488
2488
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
2489
2489
|
# * (`nil`) indicating no credentials
|
2490
|
+
#
|
2491
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
2492
|
+
# external source for authentication to Google Cloud, you must validate it before
|
2493
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
2494
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
2495
|
+
# For more information, refer to [Validate credential configurations from external
|
2496
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
2490
2497
|
# @return [::Object]
|
2491
2498
|
# @!attribute [rw] scope
|
2492
2499
|
# The OAuth scopes
|
@@ -504,6 +504,13 @@ module Google
|
|
504
504
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
505
505
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
506
506
|
# * (`nil`) indicating no credentials
|
507
|
+
#
|
508
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
509
|
+
# external source for authentication to Google Cloud, you must validate it before
|
510
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
511
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
512
|
+
# For more information, refer to [Validate credential configurations from external
|
513
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
507
514
|
# @return [::Object]
|
508
515
|
# @!attribute [rw] scope
|
509
516
|
# The OAuth scopes
|
@@ -55,7 +55,7 @@ module Google
|
|
55
55
|
# runs a single Composer component.
|
56
56
|
#
|
57
57
|
# This method is supported for Cloud Composer environments in versions
|
58
|
-
# composer-
|
58
|
+
# composer-2.*.*-airflow-*.*.* and newer.
|
59
59
|
rpc :ListWorkloads, ::Google::Cloud::Orchestration::Airflow::Service::V1::ListWorkloadsRequest, ::Google::Cloud::Orchestration::Airflow::Service::V1::ListWorkloadsResponse
|
60
60
|
# Check if an upgrade operation on the environment will succeed.
|
61
61
|
#
|
@@ -325,6 +325,13 @@ module Google
|
|
325
325
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
326
326
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
327
327
|
# * (`nil`) indicating no credentials
|
328
|
+
#
|
329
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
330
|
+
# external source for authentication to Google Cloud, you must validate it before
|
331
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
332
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
333
|
+
# For more information, refer to [Validate credential configurations from external
|
334
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
328
335
|
# @return [::Object]
|
329
336
|
# @!attribute [rw] scope
|
330
337
|
# The OAuth scopes
|
@@ -309,6 +309,13 @@ module Google
|
|
309
309
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
310
310
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
311
311
|
# * (`nil`) indicating no credentials
|
312
|
+
#
|
313
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
314
|
+
# external source for authentication to Google Cloud, you must validate it before
|
315
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
316
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
317
|
+
# For more information, refer to [Validate credential configurations from external
|
318
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
312
319
|
# @return [::Object]
|
313
320
|
# @!attribute [rw] scope
|
314
321
|
# The OAuth scopes
|
@@ -1222,6 +1222,8 @@ module Google
|
|
1222
1222
|
#
|
1223
1223
|
# For Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*,
|
1224
1224
|
# this field is applicable only when `use_ip_aliases` is true.
|
1225
|
+
#
|
1226
|
+
# Note: The following fields are mutually exclusive: `cluster_secondary_range_name`, `cluster_ipv4_cidr_block`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
1225
1227
|
# @!attribute [rw] cluster_ipv4_cidr_block
|
1226
1228
|
# @return [::String]
|
1227
1229
|
# Optional. The IP address range used to allocate IP addresses to pods in
|
@@ -1240,6 +1242,8 @@ module Google
|
|
1240
1242
|
# notation (e.g. `10.96.0.0/14`) from the RFC-1918 private networks (e.g.
|
1241
1243
|
# `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`) to pick a specific range
|
1242
1244
|
# to use.
|
1245
|
+
#
|
1246
|
+
# Note: The following fields are mutually exclusive: `cluster_ipv4_cidr_block`, `cluster_secondary_range_name`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
1243
1247
|
# @!attribute [rw] services_secondary_range_name
|
1244
1248
|
# @return [::String]
|
1245
1249
|
# Optional. The name of the services' secondary range used to allocate
|
@@ -1247,6 +1251,8 @@ module Google
|
|
1247
1251
|
#
|
1248
1252
|
# For Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*,
|
1249
1253
|
# this field is applicable only when `use_ip_aliases` is true.
|
1254
|
+
#
|
1255
|
+
# Note: The following fields are mutually exclusive: `services_secondary_range_name`, `services_ipv4_cidr_block`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
1250
1256
|
# @!attribute [rw] services_ipv4_cidr_block
|
1251
1257
|
# @return [::String]
|
1252
1258
|
# Optional. The IP address range of the services IP addresses in this
|
@@ -1265,6 +1271,8 @@ module Google
|
|
1265
1271
|
# notation (e.g. `10.96.0.0/14`) from the RFC-1918 private networks (e.g.
|
1266
1272
|
# `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`) to pick a specific range
|
1267
1273
|
# to use.
|
1274
|
+
#
|
1275
|
+
# Note: The following fields are mutually exclusive: `services_ipv4_cidr_block`, `services_secondary_range_name`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
1268
1276
|
class IPAllocationPolicy
|
1269
1277
|
include ::Google::Protobuf::MessageExts
|
1270
1278
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -40,6 +40,8 @@ module Google
|
|
40
40
|
# @!attribute [rw] error
|
41
41
|
# @return [::Google::Rpc::Status]
|
42
42
|
# The error result of the operation in case of failure or cancellation.
|
43
|
+
#
|
44
|
+
# Note: The following fields are mutually exclusive: `error`, `response`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
43
45
|
# @!attribute [rw] response
|
44
46
|
# @return [::Google::Protobuf::Any]
|
45
47
|
# The normal, successful response of the operation. If the original
|
@@ -50,6 +52,8 @@ module Google
|
|
50
52
|
# is the original method name. For example, if the original method name
|
51
53
|
# is `TakeSnapshot()`, the inferred response type is
|
52
54
|
# `TakeSnapshotResponse`.
|
55
|
+
#
|
56
|
+
# Note: The following fields are mutually exclusive: `response`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
53
57
|
class Operation
|
54
58
|
include ::Google::Protobuf::MessageExts
|
55
59
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-orchestration-airflow-service-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-01-29 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: gapic-common
|
@@ -16,7 +15,7 @@ dependencies:
|
|
16
15
|
requirements:
|
17
16
|
- - ">="
|
18
17
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
18
|
+
version: 0.25.0
|
20
19
|
- - "<"
|
21
20
|
- !ruby/object:Gem::Version
|
22
21
|
version: 2.a
|
@@ -26,7 +25,7 @@ dependencies:
|
|
26
25
|
requirements:
|
27
26
|
- - ">="
|
28
27
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
28
|
+
version: 0.25.0
|
30
29
|
- - "<"
|
31
30
|
- !ruby/object:Gem::Version
|
32
31
|
version: 2.a
|
@@ -104,7 +103,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
104
103
|
licenses:
|
105
104
|
- Apache-2.0
|
106
105
|
metadata: {}
|
107
|
-
post_install_message:
|
108
106
|
rdoc_options: []
|
109
107
|
require_paths:
|
110
108
|
- lib
|
@@ -112,15 +110,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
112
110
|
requirements:
|
113
111
|
- - ">="
|
114
112
|
- !ruby/object:Gem::Version
|
115
|
-
version: '
|
113
|
+
version: '3.0'
|
116
114
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
117
115
|
requirements:
|
118
116
|
- - ">="
|
119
117
|
- !ruby/object:Gem::Version
|
120
118
|
version: '0'
|
121
119
|
requirements: []
|
122
|
-
rubygems_version: 3.
|
123
|
-
signing_key:
|
120
|
+
rubygems_version: 3.6.2
|
124
121
|
specification_version: 4
|
125
122
|
summary: Manages Apache Airflow environments on Google Cloud Platform.
|
126
123
|
test_files: []
|