google-apis-composer_v1 0.62.0 → 0.63.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: 25002dedc5ab5ad31325f18622864df27057784df3be60de625c880de962c9b0
|
|
4
|
+
data.tar.gz: 4e3c41677ff4ecd04a285a8e0084736f23f1dfc272b0fc60a65c10356825a81b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 047fc71c2281f11cc6f394fdf019d5f6c24275f8a4b88b43d38508379d06b7ecaa385c3c7c662e8ecd08e48e92c9f1811c318dbd0faa44f2b9b91576d061bca4
|
|
7
|
+
data.tar.gz: 597cc7cba0af26537e40b22ea6cc2c2343f29269fcd353e4ff136c0b19acbd5d276496138c8bbfb00a058f2addb695536fda622c114fb02d0a6944a850132e29
|
data/CHANGELOG.md
CHANGED
|
@@ -525,6 +525,12 @@ module Google
|
|
|
525
525
|
# @return [Hash<String,String>]
|
|
526
526
|
attr_accessor :labels
|
|
527
527
|
|
|
528
|
+
# Optional. Selects the environment mode that determines what settings are
|
|
529
|
+
# customizable and what features are available in the environment.
|
|
530
|
+
# Corresponds to the JSON property `mode`
|
|
531
|
+
# @return [String]
|
|
532
|
+
attr_accessor :mode
|
|
533
|
+
|
|
528
534
|
# Identifier. The resource name of the environment, in the form: "projects/`
|
|
529
535
|
# projectId`/locations/`locationId`/environments/`environmentId`" EnvironmentId
|
|
530
536
|
# must start with a lowercase letter followed by up to 63 lowercase letters,
|
|
@@ -575,6 +581,7 @@ module Google
|
|
|
575
581
|
@config = args[:config] if args.key?(:config)
|
|
576
582
|
@create_time = args[:create_time] if args.key?(:create_time)
|
|
577
583
|
@labels = args[:labels] if args.key?(:labels)
|
|
584
|
+
@mode = args[:mode] if args.key?(:mode)
|
|
578
585
|
@name = args[:name] if args.key?(:name)
|
|
579
586
|
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
|
580
587
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ComposerV1
|
|
18
18
|
# Version of the google-apis-composer_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.63.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260825"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-composer_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.63.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-composer_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1/v0.63.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-composer_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|