google-cloud-service_management-v1 1.1.0 → 1.2.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/README.md +1 -1
- data/lib/google/cloud/service_management/v1/service_manager/client.rb +7 -0
- data/lib/google/cloud/service_management/v1/service_manager/operations.rb +7 -0
- data/lib/google/cloud/service_management/v1/service_manager/rest/client.rb +7 -0
- data/lib/google/cloud/service_management/v1/service_manager/rest/operations.rb +7 -0
- data/lib/google/cloud/service_management/v1/version.rb +1 -1
- data/proto_docs/google/api/auth.rb +6 -0
- data/proto_docs/google/api/backend.rb +4 -0
- data/proto_docs/google/api/servicemanagement/v1/resources.rb +4 -0
- data/proto_docs/google/longrunning/operations.rb +4 -0
- data/proto_docs/google/protobuf/struct.rb +12 -0
- metadata +6 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c9975e310ff5e6522472335d73156e3628777e7caef6c60147cf87bb56c72ce9
|
4
|
+
data.tar.gz: fb0318f2689bd3fe121eecdca8bd420fb8b129b9efd2f52b5e9748643df593d9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bf09478953ab1a1060b4b42889a69992d413780cf60083c38723d36f2aae6429af47ebb59c9181d4b0feac85c7d3bafe87a265a07b1db602f0e9b838996dbf37
|
7
|
+
data.tar.gz: c8384ae1e69987b2c4d1411538a29507c9ee467d3021eae3ae3eb205e8aaeaec17ea3e70d25b606e09395258679f77d395c8abb593e09852b7bb6592f9299b23
|
data/README.md
CHANGED
@@ -85,7 +85,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
85
85
|
|
86
86
|
## Supported Ruby Versions
|
87
87
|
|
88
|
-
This library is supported on Ruby
|
88
|
+
This library is supported on Ruby 3.0+.
|
89
89
|
|
90
90
|
Google provides official support for Ruby versions that are actively supported
|
91
91
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
@@ -1563,6 +1563,13 @@ module Google
|
|
1563
1563
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
1564
1564
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
1565
1565
|
# * (`nil`) indicating no credentials
|
1566
|
+
#
|
1567
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
1568
|
+
# external source for authentication to Google Cloud, you must validate it before
|
1569
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
1570
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
1571
|
+
# For more information, refer to [Validate credential configurations from external
|
1572
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
1566
1573
|
# @return [::Object]
|
1567
1574
|
# @!attribute [rw] scope
|
1568
1575
|
# The OAuth scopes
|
@@ -632,6 +632,13 @@ module Google
|
|
632
632
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
633
633
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
634
634
|
# * (`nil`) indicating no credentials
|
635
|
+
#
|
636
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
637
|
+
# external source for authentication to Google Cloud, you must validate it before
|
638
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
639
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
640
|
+
# For more information, refer to [Validate credential configurations from external
|
641
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
635
642
|
# @return [::Object]
|
636
643
|
# @!attribute [rw] scope
|
637
644
|
# The OAuth scopes
|
@@ -1482,6 +1482,13 @@ module Google
|
|
1482
1482
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
1483
1483
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
1484
1484
|
# * (`nil`) indicating no credentials
|
1485
|
+
#
|
1486
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
1487
|
+
# external source for authentication to Google Cloud, you must validate it before
|
1488
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
1489
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
1490
|
+
# For more information, refer to [Validate credential configurations from external
|
1491
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
1485
1492
|
# @return [::Object]
|
1486
1493
|
# @!attribute [rw] scope
|
1487
1494
|
# The OAuth scopes
|
@@ -502,6 +502,13 @@ module Google
|
|
502
502
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
503
503
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
504
504
|
# * (`nil`) indicating no credentials
|
505
|
+
#
|
506
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
507
|
+
# external source for authentication to Google Cloud, you must validate it before
|
508
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
509
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
510
|
+
# For more information, refer to [Validate credential configurations from external
|
511
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
505
512
|
# @return [::Object]
|
506
513
|
# @!attribute [rw] scope
|
507
514
|
# The OAuth scopes
|
@@ -84,12 +84,18 @@ module Google
|
|
84
84
|
# @!attribute [rw] header
|
85
85
|
# @return [::String]
|
86
86
|
# Specifies HTTP header name to extract JWT token.
|
87
|
+
#
|
88
|
+
# Note: The following fields are mutually exclusive: `header`, `query`, `cookie`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
87
89
|
# @!attribute [rw] query
|
88
90
|
# @return [::String]
|
89
91
|
# Specifies URL query parameter name to extract JWT token.
|
92
|
+
#
|
93
|
+
# Note: The following fields are mutually exclusive: `query`, `header`, `cookie`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
90
94
|
# @!attribute [rw] cookie
|
91
95
|
# @return [::String]
|
92
96
|
# Specifies cookie name to extract JWT token.
|
97
|
+
#
|
98
|
+
# Note: The following fields are mutually exclusive: `cookie`, `header`, `query`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
93
99
|
# @!attribute [rw] value_prefix
|
94
100
|
# @return [::String]
|
95
101
|
# The value prefix. The value format is "value_prefix\\{token}"
|
@@ -78,12 +78,16 @@ module Google
|
|
78
78
|
# The JWT audience is used when generating a JWT ID token for the backend.
|
79
79
|
# This ID token will be added in the HTTP "authorization" header, and sent
|
80
80
|
# to the backend.
|
81
|
+
#
|
82
|
+
# Note: The following fields are mutually exclusive: `jwt_audience`, `disable_auth`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
81
83
|
# @!attribute [rw] disable_auth
|
82
84
|
# @return [::Boolean]
|
83
85
|
# When disable_auth is true, a JWT ID token won't be generated and the
|
84
86
|
# original "Authorization" HTTP header will be preserved. If the header is
|
85
87
|
# used to carry the original token and is expected by the backend, this
|
86
88
|
# field must be set to true to preserve the header.
|
89
|
+
#
|
90
|
+
# Note: The following fields are mutually exclusive: `disable_auth`, `jwt_audience`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
87
91
|
# @!attribute [rw] protocol
|
88
92
|
# @return [::String]
|
89
93
|
# The protocol used for sending a request to the backend.
|
@@ -229,10 +229,14 @@ module Google
|
|
229
229
|
# @return [::Google::Cloud::ServiceManagement::V1::Rollout::TrafficPercentStrategy]
|
230
230
|
# Google Service Control selects service configurations based on
|
231
231
|
# traffic percentage.
|
232
|
+
#
|
233
|
+
# Note: The following fields are mutually exclusive: `traffic_percent_strategy`, `delete_service_strategy`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
232
234
|
# @!attribute [rw] delete_service_strategy
|
233
235
|
# @return [::Google::Cloud::ServiceManagement::V1::Rollout::DeleteServiceStrategy]
|
234
236
|
# The strategy associated with a rollout to delete a `ManagedService`.
|
235
237
|
# Readonly.
|
238
|
+
#
|
239
|
+
# Note: The following fields are mutually exclusive: `delete_service_strategy`, `traffic_percent_strategy`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
236
240
|
# @!attribute [rw] service_name
|
237
241
|
# @return [::String]
|
238
242
|
# The name of the service associated with this Rollout.
|
@@ -40,6 +40,8 @@ module Google
|
|
40
40
|
# @!attribute [rw] error
|
41
41
|
# @return [::Google::Rpc::Status]
|
42
42
|
# The error result of the operation in case of failure or cancellation.
|
43
|
+
#
|
44
|
+
# Note: The following fields are mutually exclusive: `error`, `response`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
43
45
|
# @!attribute [rw] response
|
44
46
|
# @return [::Google::Protobuf::Any]
|
45
47
|
# The normal, successful response of the operation. If the original
|
@@ -50,6 +52,8 @@ module Google
|
|
50
52
|
# is the original method name. For example, if the original method name
|
51
53
|
# is `TakeSnapshot()`, the inferred response type is
|
52
54
|
# `TakeSnapshotResponse`.
|
55
|
+
#
|
56
|
+
# Note: The following fields are mutually exclusive: `response`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
53
57
|
class Operation
|
54
58
|
include ::Google::Protobuf::MessageExts
|
55
59
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -53,21 +53,33 @@ module Google
|
|
53
53
|
# @!attribute [rw] null_value
|
54
54
|
# @return [::Google::Protobuf::NullValue]
|
55
55
|
# Represents a null value.
|
56
|
+
#
|
57
|
+
# Note: The following fields are mutually exclusive: `null_value`, `number_value`, `string_value`, `bool_value`, `struct_value`, `list_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
56
58
|
# @!attribute [rw] number_value
|
57
59
|
# @return [::Float]
|
58
60
|
# Represents a double value.
|
61
|
+
#
|
62
|
+
# Note: The following fields are mutually exclusive: `number_value`, `null_value`, `string_value`, `bool_value`, `struct_value`, `list_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
59
63
|
# @!attribute [rw] string_value
|
60
64
|
# @return [::String]
|
61
65
|
# Represents a string value.
|
66
|
+
#
|
67
|
+
# Note: The following fields are mutually exclusive: `string_value`, `null_value`, `number_value`, `bool_value`, `struct_value`, `list_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
62
68
|
# @!attribute [rw] bool_value
|
63
69
|
# @return [::Boolean]
|
64
70
|
# Represents a boolean value.
|
71
|
+
#
|
72
|
+
# Note: The following fields are mutually exclusive: `bool_value`, `null_value`, `number_value`, `string_value`, `struct_value`, `list_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
65
73
|
# @!attribute [rw] struct_value
|
66
74
|
# @return [::Google::Protobuf::Struct]
|
67
75
|
# Represents a structured value.
|
76
|
+
#
|
77
|
+
# Note: The following fields are mutually exclusive: `struct_value`, `null_value`, `number_value`, `string_value`, `bool_value`, `list_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
68
78
|
# @!attribute [rw] list_value
|
69
79
|
# @return [::Google::Protobuf::ListValue]
|
70
80
|
# Represents a repeated `Value`.
|
81
|
+
#
|
82
|
+
# Note: The following fields are mutually exclusive: `list_value`, `null_value`, `number_value`, `string_value`, `bool_value`, `struct_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
71
83
|
class Value
|
72
84
|
include ::Google::Protobuf::MessageExts
|
73
85
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-service_management-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-01-29 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: gapic-common
|
@@ -16,7 +15,7 @@ dependencies:
|
|
16
15
|
requirements:
|
17
16
|
- - ">="
|
18
17
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
18
|
+
version: 0.25.0
|
20
19
|
- - "<"
|
21
20
|
- !ruby/object:Gem::Version
|
22
21
|
version: 2.a
|
@@ -26,7 +25,7 @@ dependencies:
|
|
26
25
|
requirements:
|
27
26
|
- - ">="
|
28
27
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
28
|
+
version: 0.25.0
|
30
29
|
- - "<"
|
31
30
|
- !ruby/object:Gem::Version
|
32
31
|
version: 2.a
|
@@ -138,7 +137,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
138
137
|
licenses:
|
139
138
|
- Apache-2.0
|
140
139
|
metadata: {}
|
141
|
-
post_install_message:
|
142
140
|
rdoc_options: []
|
143
141
|
require_paths:
|
144
142
|
- lib
|
@@ -146,15 +144,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
146
144
|
requirements:
|
147
145
|
- - ">="
|
148
146
|
- !ruby/object:Gem::Version
|
149
|
-
version: '
|
147
|
+
version: '3.0'
|
150
148
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
151
149
|
requirements:
|
152
150
|
- - ">="
|
153
151
|
- !ruby/object:Gem::Version
|
154
152
|
version: '0'
|
155
153
|
requirements: []
|
156
|
-
rubygems_version: 3.
|
157
|
-
signing_key:
|
154
|
+
rubygems_version: 3.6.2
|
158
155
|
specification_version: 4
|
159
156
|
summary: Google Service Management allows service producers to publish their services
|
160
157
|
on Google Cloud Platform so that they can be discovered and used by service consumers.
|