google-apis-saasservicemgmt_v1beta1 0.3.0 → 0.4.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: 7113ef1620de7e337fa7bbcbde5f933ea7171351a28b6f60af2006e808942d19
|
4
|
+
data.tar.gz: 897dff8d283b17d2e7ea9a093a5d7de39496a103aac451bbff7479777ba82000
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7878e0ae6ba571a6a4d2ce9574ae8c162dbf0adf55d0b91a10d4250850358167af9d9cf9ccfa9fa8ac2f51cd2254c58c5c63bef103c14e3c88a6c96e95fc4482
|
7
|
+
data.tar.gz: b5a10bd7d3469ebef14f18322317e3831dcafb57a7a24534489c0e680abb477566ae024dc269d22fa2e2bf88e2f19c66686f2419ffd08d7979744349abeab037
|
data/CHANGELOG.md
CHANGED
@@ -800,8 +800,8 @@ module Google
|
|
800
800
|
attr_accessor :rollout_kind
|
801
801
|
|
802
802
|
# Optional. The strategy used for executing this Rollout. This strategy will
|
803
|
-
# override whatever strategy is specified in the
|
804
|
-
# on creation, the strategy from
|
803
|
+
# override whatever strategy is specified in the RolloutKind. If not specified
|
804
|
+
# on creation, the strategy from RolloutKind will be used. There are two
|
805
805
|
# supported values strategies which are used to control - "Google.Cloud.Simple.
|
806
806
|
# AllAtOnce" - "Google.Cloud.Simple.OneLocationAtATime" A rollout with one of
|
807
807
|
# these simple strategies will rollout across all locations defined in the
|
@@ -857,7 +857,7 @@ module Google
|
|
857
857
|
# Optional. CEL(https://github.com/google/cel-spec) formatted filter string
|
858
858
|
# against Unit. The filter will be applied to determine the eligible unit
|
859
859
|
# population. This filter can only reduce, but not expand the scope of the
|
860
|
-
# rollout. If not provided, the unit_filter from the
|
860
|
+
# rollout. If not provided, the unit_filter from the RolloutKind will be used.
|
861
861
|
# Corresponds to the JSON property `unitFilter`
|
862
862
|
# @return [String]
|
863
863
|
attr_accessor :unit_filter
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module SaasservicemgmtV1beta1
|
18
18
|
# Version of the google-apis-saasservicemgmt_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.4.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250910"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -85,8 +85,8 @@ module Google
|
|
85
85
|
# @param [String] name
|
86
86
|
# The resource that owns the locations collection, if applicable.
|
87
87
|
# @param [Array<String>, String] extra_location_types
|
88
|
-
# Optional.
|
89
|
-
#
|
88
|
+
# Optional. Unless explicitly documented otherwise, don't use this unsupported
|
89
|
+
# field which is primarily intended for internal usage.
|
90
90
|
# @param [String] filter
|
91
91
|
# A filter to narrow down results to a preferred subset. The filtering language
|
92
92
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-saasservicemgmt_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.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-saasservicemgmt_v1beta1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-saasservicemgmt_v1beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-saasservicemgmt_v1beta1/v0.4.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-saasservicemgmt_v1beta1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|