google-apis-servicemanagement_v1 0.68.0 → 0.69.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: a23045977cbf5ec084602fb11a777274808fa57e5439f3f9c2e95e2ad4c505a3
|
4
|
+
data.tar.gz: 59c239fb154090cf03deebf2f898484632ccbccc96bec36f1e362ab643e45920
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ad27cf4440e4387b6d7ccc313093672dddd159ba92ae447fdbe133ceccfceda472ec82304d1d325ccc341026e1f4480aee0d5d7879155927d5aa918b02a3591e
|
7
|
+
data.tar.gz: bd79ec142a99fe85c56b5fe7e4ebc697e3833829631d7e5e1d2cc25dc5707f63832890ed697b308b529268d33e9d7091782abdcd1710a5f8b4c918e45584d34e
|
data/CHANGELOG.md
CHANGED
@@ -4043,6 +4043,11 @@ module Google
|
|
4043
4043
|
# @return [Google::Apis::ServicemanagementV1::TrafficPercentStrategy]
|
4044
4044
|
attr_accessor :traffic_percent_strategy
|
4045
4045
|
|
4046
|
+
# The TPC universe which the rollout will be rolled out to.
|
4047
|
+
# Corresponds to the JSON property `universe`
|
4048
|
+
# @return [String]
|
4049
|
+
attr_accessor :universe
|
4050
|
+
|
4046
4051
|
def initialize(**args)
|
4047
4052
|
update!(**args)
|
4048
4053
|
end
|
@@ -4056,6 +4061,7 @@ module Google
|
|
4056
4061
|
@service_name = args[:service_name] if args.key?(:service_name)
|
4057
4062
|
@status = args[:status] if args.key?(:status)
|
4058
4063
|
@traffic_percent_strategy = args[:traffic_percent_strategy] if args.key?(:traffic_percent_strategy)
|
4064
|
+
@universe = args[:universe] if args.key?(:universe)
|
4059
4065
|
end
|
4060
4066
|
end
|
4061
4067
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ServicemanagementV1
|
18
18
|
# Version of the google-apis-servicemanagement_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.69.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 = "20250601"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1596,6 +1596,7 @@ module Google
|
|
1596
1596
|
property :status, as: 'status'
|
1597
1597
|
property :traffic_percent_strategy, as: 'trafficPercentStrategy', class: Google::Apis::ServicemanagementV1::TrafficPercentStrategy, decorator: Google::Apis::ServicemanagementV1::TrafficPercentStrategy::Representation
|
1598
1598
|
|
1599
|
+
property :universe, as: 'universe'
|
1599
1600
|
end
|
1600
1601
|
end
|
1601
1602
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-servicemanagement_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.69.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-servicemanagement_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.69.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicemanagement_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|