google-apis-saasservicemgmt_v1beta1 0.5.0 → 0.6.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/CHANGELOG.md +4 -0
- data/lib/google/apis/saasservicemgmt_v1beta1/classes.rb +11 -0
- data/lib/google/apis/saasservicemgmt_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/saasservicemgmt_v1beta1/representations.rb +1 -0
- data/lib/google/apis/saasservicemgmt_v1beta1/service.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5ca4c6e2273a03c68b8fe80c615c934d3b7bd6a20e60d64e246324456dc51785
|
|
4
|
+
data.tar.gz: dbbe5eae52a48a355451eaf4da614b81418ae0a98f1b897a89d7e3c43c372bfc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ce78c30eb08ae2db00ecc61f98aa70991b65f374a6abf206dc3aad310649d61fe8872fa07a2e9ff8c41ae46519fc45c818a5a89e7281121a90223c1a8867a0d9
|
|
7
|
+
data.tar.gz: 5364f457d30f6beaec7c263d89939549e8c07672c3ee6238773ba22b2b6b1cfbf3b23df98e3ebde165653b55c18916d472f9f6c0b206c2563148c6e0976f71d1
|
data/CHANGELOG.md
CHANGED
|
@@ -936,6 +936,16 @@ module Google
|
|
|
936
936
|
# @return [String]
|
|
937
937
|
attr_accessor :create_time
|
|
938
938
|
|
|
939
|
+
# Optional. Output only. Output only snapshot of the effective unit filter at
|
|
940
|
+
# Rollout start time. Contains a CEL(https://github.com/google/cel-spec)
|
|
941
|
+
# expression consisting of a conjunction of Rollout.unit_filter and RolloutKind.
|
|
942
|
+
# unit_filter. This field captures the filter applied by the Rollout to
|
|
943
|
+
# determine the Unit population. If the associated RolloutKind's unit_filter is
|
|
944
|
+
# modified after the rollout is started, it will not be updated here.
|
|
945
|
+
# Corresponds to the JSON property `effectiveUnitFilter`
|
|
946
|
+
# @return [String]
|
|
947
|
+
attr_accessor :effective_unit_filter
|
|
948
|
+
|
|
939
949
|
# Optional. Output only. The time when the rollout finished execution (
|
|
940
950
|
# regardless of success, failure, or cancellation). Will be empty if the rollout
|
|
941
951
|
# hasn't finished yet. Once set, the rollout is in terminal state and all the
|
|
@@ -1062,6 +1072,7 @@ module Google
|
|
|
1062
1072
|
@annotations = args[:annotations] if args.key?(:annotations)
|
|
1063
1073
|
@control = args[:control] if args.key?(:control)
|
|
1064
1074
|
@create_time = args[:create_time] if args.key?(:create_time)
|
|
1075
|
+
@effective_unit_filter = args[:effective_unit_filter] if args.key?(:effective_unit_filter)
|
|
1065
1076
|
@end_time = args[:end_time] if args.key?(:end_time)
|
|
1066
1077
|
@etag = args[:etag] if args.key?(:etag)
|
|
1067
1078
|
@labels = args[:labels] if args.key?(:labels)
|
|
@@ -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.6.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 = "20251103"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -541,6 +541,7 @@ module Google
|
|
|
541
541
|
property :control, as: 'control', class: Google::Apis::SaasservicemgmtV1beta1::RolloutControl, decorator: Google::Apis::SaasservicemgmtV1beta1::RolloutControl::Representation
|
|
542
542
|
|
|
543
543
|
property :create_time, as: 'createTime'
|
|
544
|
+
property :effective_unit_filter, as: 'effectiveUnitFilter'
|
|
544
545
|
property :end_time, as: 'endTime'
|
|
545
546
|
property :etag, as: 'etag'
|
|
546
547
|
hash :labels, as: 'labels'
|
|
@@ -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. Do not use this field. It is unsupported and is ignored unless
|
|
89
|
+
# explicitly documented otherwise. This is primarily 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.6.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.6.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:
|