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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 48db97809678150294df20430410eece83a1fb0487b85fbfaae9aba80c806439
4
- data.tar.gz: c4c26a2806ac90af1b1c3f93bf8edec7d6558af9d40bc28e49dcc555f2c1de33
3
+ metadata.gz: 5ca4c6e2273a03c68b8fe80c615c934d3b7bd6a20e60d64e246324456dc51785
4
+ data.tar.gz: dbbe5eae52a48a355451eaf4da614b81418ae0a98f1b897a89d7e3c43c372bfc
5
5
  SHA512:
6
- metadata.gz: 895c26d651380f4698e6373f81cc0f4ac3b5fed1de86e1b5996ba3ed24c16c40a86dc56b597dc8046a76c9b2ee533e49d6604be0aefa532f7c6954d4d7b81a11
7
- data.tar.gz: b727940deab576c9b0b7617bba2ecaf5cba2dac2838a12016766d62e205b0c073799a9758630aeaf5dc8ce32326cf15424e350caee97a66fdd64a8e3038ff9ba
6
+ metadata.gz: ce78c30eb08ae2db00ecc61f98aa70991b65f374a6abf206dc3aad310649d61fe8872fa07a2e9ff8c41ae46519fc45c818a5a89e7281121a90223c1a8867a0d9
7
+ data.tar.gz: 5364f457d30f6beaec7c263d89939549e8c07672c3ee6238773ba22b2b6b1cfbf3b23df98e3ebde165653b55c18916d472f9f6c0b206c2563148c6e0976f71d1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-saasservicemgmt_v1beta1
2
2
 
3
+ ### v0.6.0 (2025-11-16)
4
+
5
+ * Regenerated from discovery document revision 20251103
6
+
3
7
  ### v0.5.0 (2025-09-28)
4
8
 
5
9
  * Regenerated from discovery document revision 20250917
@@ -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.5.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 = "20250917"
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. Unless explicitly documented otherwise, don't use this unsupported
89
- # field which is primarily intended for internal usage.
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.5.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.5.0
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: