google-cloud-service_management-v1 1.2.1 → 1.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: 2e4a8213f3326eadcc4ee67254b45b352da01729e8630afaeadae6f2de766a5c
|
4
|
+
data.tar.gz: 654988376d81cb11b822f0c3d34c23199461a96bfe03a05df21fa138892325d0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ba1580b88b13997cd432157586e9f3349498fc3ab60b33b6597d40fa86d66a714cc5400ad956fd2121b6a1c55eeeb2e2e52e433db9b7214f381dc7ddd38e6774
|
7
|
+
data.tar.gz: 8fdd009296b6e003ee1ba0849392aef9059735ed136674148a5425c977b991aa638cddaa4fcaab772ed566638d83d56499cdf452210ab77c2526eb05bf7b2b4e
|
@@ -16,7 +16,7 @@
|
|
16
16
|
|
17
17
|
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
18
|
|
19
|
-
require "gapic/
|
19
|
+
require "gapic/rest"
|
20
20
|
|
21
21
|
module Google
|
22
22
|
module Cloud
|
@@ -42,7 +42,7 @@ module Google
|
|
42
42
|
namespace.pop
|
43
43
|
end
|
44
44
|
|
45
|
-
default_config =
|
45
|
+
default_config = ::Gapic::Rest::HttpBindingOverrideConfiguration.new parent_config
|
46
46
|
default_config.bindings_override["google.iam.v1.IAMPolicy.GetIamPolicy"] = [
|
47
47
|
Gapic::Rest::GrpcTranscoder::HttpBinding.create_with_validation(
|
48
48
|
uri_method: :post,
|
@@ -104,33 +104,6 @@ module Google
|
|
104
104
|
yield @configure if block_given?
|
105
105
|
@configure
|
106
106
|
end
|
107
|
-
|
108
|
-
##
|
109
|
-
# @private
|
110
|
-
# Configuration class for the google.api.servicemanagement.v1 package.
|
111
|
-
#
|
112
|
-
# This class contains common configuration for all services
|
113
|
-
# of the google.api.servicemanagement.v1 package.
|
114
|
-
#
|
115
|
-
# This configuration is for internal use of the client library classes,
|
116
|
-
# and it is not intended that the end-users will read or change it.
|
117
|
-
#
|
118
|
-
class Configuration
|
119
|
-
extend ::Gapic::Config
|
120
|
-
|
121
|
-
# @private
|
122
|
-
# Overrides for http bindings for the RPC of the mixins for this package.
|
123
|
-
# Services in this package should use these when creating clients for the mixin services.
|
124
|
-
# @return [::Hash{::Symbol=>::Array<::Gapic::Rest::GrpcTranscoder::HttpBinding>}]
|
125
|
-
config_attr :bindings_override, {}, ::Hash, nil
|
126
|
-
|
127
|
-
# @private
|
128
|
-
def initialize parent_config = nil
|
129
|
-
@parent_config = parent_config unless parent_config.nil?
|
130
|
-
|
131
|
-
yield self if block_given?
|
132
|
-
end
|
133
|
-
end
|
134
107
|
end
|
135
108
|
end
|
136
109
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -13,22 +13,16 @@ dependencies:
|
|
13
13
|
name: gapic-common
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
15
15
|
requirements:
|
16
|
-
- - "
|
17
|
-
- !ruby/object:Gem::Version
|
18
|
-
version: 0.25.0
|
19
|
-
- - "<"
|
16
|
+
- - "~>"
|
20
17
|
- !ruby/object:Gem::Version
|
21
|
-
version: 2
|
18
|
+
version: '1.2'
|
22
19
|
type: :runtime
|
23
20
|
prerelease: false
|
24
21
|
version_requirements: !ruby/object:Gem::Requirement
|
25
22
|
requirements:
|
26
|
-
- - "
|
27
|
-
- !ruby/object:Gem::Version
|
28
|
-
version: 0.25.0
|
29
|
-
- - "<"
|
23
|
+
- - "~>"
|
30
24
|
- !ruby/object:Gem::Version
|
31
|
-
version: 2
|
25
|
+
version: '1.2'
|
32
26
|
- !ruby/object:Gem::Dependency
|
33
27
|
name: google-cloud-errors
|
34
28
|
requirement: !ruby/object:Gem::Requirement
|
@@ -47,22 +41,16 @@ dependencies:
|
|
47
41
|
name: google-iam-v1
|
48
42
|
requirement: !ruby/object:Gem::Requirement
|
49
43
|
requirements:
|
50
|
-
- - "
|
51
|
-
- !ruby/object:Gem::Version
|
52
|
-
version: '0.7'
|
53
|
-
- - "<"
|
44
|
+
- - "~>"
|
54
45
|
- !ruby/object:Gem::Version
|
55
|
-
version:
|
46
|
+
version: '1.3'
|
56
47
|
type: :runtime
|
57
48
|
prerelease: false
|
58
49
|
version_requirements: !ruby/object:Gem::Requirement
|
59
50
|
requirements:
|
60
|
-
- - "
|
61
|
-
- !ruby/object:Gem::Version
|
62
|
-
version: '0.7'
|
63
|
-
- - "<"
|
51
|
+
- - "~>"
|
64
52
|
- !ruby/object:Gem::Version
|
65
|
-
version:
|
53
|
+
version: '1.3'
|
66
54
|
description: Google Service Management allows service producers to publish their services
|
67
55
|
on Google Cloud Platform so that they can be discovered and used by service consumers.
|
68
56
|
Note that google-cloud-service_management-v1 is a version-specific client library.
|
@@ -144,14 +132,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
144
132
|
requirements:
|
145
133
|
- - ">="
|
146
134
|
- !ruby/object:Gem::Version
|
147
|
-
version: '3.
|
135
|
+
version: '3.1'
|
148
136
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
149
137
|
requirements:
|
150
138
|
- - ">="
|
151
139
|
- !ruby/object:Gem::Version
|
152
140
|
version: '0'
|
153
141
|
requirements: []
|
154
|
-
rubygems_version: 3.6.
|
142
|
+
rubygems_version: 3.6.9
|
155
143
|
specification_version: 4
|
156
144
|
summary: Google Service Management allows service producers to publish their services
|
157
145
|
on Google Cloud Platform so that they can be discovered and used by service consumers.
|