google-cloud-service_management-v1 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.yardopts +12 -0
- data/AUTHENTICATION.md +169 -0
- data/LICENSE.md +203 -0
- data/README.md +75 -0
- data/lib/google-cloud-service_management-v1.rb +21 -0
- data/lib/google/api/servicemanagement/v1/resources_pb.rb +123 -0
- data/lib/google/api/servicemanagement/v1/servicemanager_pb.rb +146 -0
- data/lib/google/api/servicemanagement/v1/servicemanager_services_pb.rb +148 -0
- data/lib/google/cloud/service_management/v1.rb +35 -0
- data/lib/google/cloud/service_management/v1/service_manager.rb +49 -0
- data/lib/google/cloud/service_management/v1/service_manager/client.rb +1563 -0
- data/lib/google/cloud/service_management/v1/service_manager/credentials.rb +54 -0
- data/lib/google/cloud/service_management/v1/service_manager/operations.rb +570 -0
- data/lib/google/cloud/service_management/v1/version.rb +28 -0
- data/proto_docs/README.md +4 -0
- data/proto_docs/google/api/auth.rb +192 -0
- data/proto_docs/google/api/backend.rb +55 -0
- data/proto_docs/google/api/billing.rb +69 -0
- data/proto_docs/google/api/config_change.rb +89 -0
- data/proto_docs/google/api/context.rb +67 -0
- data/proto_docs/google/api/control.rb +34 -0
- data/proto_docs/google/api/documentation.rb +164 -0
- data/proto_docs/google/api/endpoint.rb +70 -0
- data/proto_docs/google/api/field_behavior.rb +59 -0
- data/proto_docs/google/api/label.rb +49 -0
- data/proto_docs/google/api/log.rb +54 -0
- data/proto_docs/google/api/logging.rb +85 -0
- data/proto_docs/google/api/metric.rb +203 -0
- data/proto_docs/google/api/monitored_resource.rb +137 -0
- data/proto_docs/google/api/monitoring.rb +91 -0
- data/proto_docs/google/api/quota.rb +281 -0
- data/proto_docs/google/api/resource.rb +283 -0
- data/proto_docs/google/api/service.rb +151 -0
- data/proto_docs/google/api/servicemanagement/v1/resources.rb +326 -0
- data/proto_docs/google/api/servicemanagement/v1/servicemanager.rb +370 -0
- data/proto_docs/google/api/source_info.rb +31 -0
- data/proto_docs/google/api/system_parameter.rb +103 -0
- data/proto_docs/google/api/usage.rb +94 -0
- data/proto_docs/google/longrunning/operations.rb +150 -0
- data/proto_docs/google/protobuf/any.rb +138 -0
- data/proto_docs/google/protobuf/api.rb +194 -0
- data/proto_docs/google/protobuf/empty.rb +36 -0
- data/proto_docs/google/protobuf/field_mask.rb +229 -0
- data/proto_docs/google/protobuf/source_context.rb +33 -0
- data/proto_docs/google/protobuf/struct.rb +96 -0
- data/proto_docs/google/protobuf/timestamp.rb +120 -0
- data/proto_docs/google/protobuf/type.rb +223 -0
- data/proto_docs/google/protobuf/wrappers.rb +121 -0
- data/proto_docs/google/rpc/status.rb +46 -0
- metadata +232 -0
@@ -0,0 +1,223 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2020 Google LLC
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
|
+
|
19
|
+
|
20
|
+
module Google
|
21
|
+
module Protobuf
|
22
|
+
# A protocol buffer message type.
|
23
|
+
# @!attribute [rw] name
|
24
|
+
# @return [::String]
|
25
|
+
# The fully qualified message name.
|
26
|
+
# @!attribute [rw] fields
|
27
|
+
# @return [::Array<::Google::Protobuf::Field>]
|
28
|
+
# The list of fields.
|
29
|
+
# @!attribute [rw] oneofs
|
30
|
+
# @return [::Array<::String>]
|
31
|
+
# The list of types appearing in `oneof` definitions in this type.
|
32
|
+
# @!attribute [rw] options
|
33
|
+
# @return [::Array<::Google::Protobuf::Option>]
|
34
|
+
# The protocol buffer options.
|
35
|
+
# @!attribute [rw] source_context
|
36
|
+
# @return [::Google::Protobuf::SourceContext]
|
37
|
+
# The source context.
|
38
|
+
# @!attribute [rw] syntax
|
39
|
+
# @return [::Google::Protobuf::Syntax]
|
40
|
+
# The source syntax.
|
41
|
+
class Type
|
42
|
+
include ::Google::Protobuf::MessageExts
|
43
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
44
|
+
end
|
45
|
+
|
46
|
+
# A single field of a message type.
|
47
|
+
# @!attribute [rw] kind
|
48
|
+
# @return [::Google::Protobuf::Field::Kind]
|
49
|
+
# The field type.
|
50
|
+
# @!attribute [rw] cardinality
|
51
|
+
# @return [::Google::Protobuf::Field::Cardinality]
|
52
|
+
# The field cardinality.
|
53
|
+
# @!attribute [rw] number
|
54
|
+
# @return [::Integer]
|
55
|
+
# The field number.
|
56
|
+
# @!attribute [rw] name
|
57
|
+
# @return [::String]
|
58
|
+
# The field name.
|
59
|
+
# @!attribute [rw] type_url
|
60
|
+
# @return [::String]
|
61
|
+
# The field type URL, without the scheme, for message or enumeration
|
62
|
+
# types. Example: `"type.googleapis.com/google.protobuf.Timestamp"`.
|
63
|
+
# @!attribute [rw] oneof_index
|
64
|
+
# @return [::Integer]
|
65
|
+
# The index of the field type in `Type.oneofs`, for message or enumeration
|
66
|
+
# types. The first type has index 1; zero means the type is not in the list.
|
67
|
+
# @!attribute [rw] packed
|
68
|
+
# @return [::Boolean]
|
69
|
+
# Whether to use alternative packed wire representation.
|
70
|
+
# @!attribute [rw] options
|
71
|
+
# @return [::Array<::Google::Protobuf::Option>]
|
72
|
+
# The protocol buffer options.
|
73
|
+
# @!attribute [rw] json_name
|
74
|
+
# @return [::String]
|
75
|
+
# The field JSON name.
|
76
|
+
# @!attribute [rw] default_value
|
77
|
+
# @return [::String]
|
78
|
+
# The string value of the default value of this field. Proto2 syntax only.
|
79
|
+
class Field
|
80
|
+
include ::Google::Protobuf::MessageExts
|
81
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
82
|
+
|
83
|
+
# Basic field types.
|
84
|
+
module Kind
|
85
|
+
# Field type unknown.
|
86
|
+
TYPE_UNKNOWN = 0
|
87
|
+
|
88
|
+
# Field type double.
|
89
|
+
TYPE_DOUBLE = 1
|
90
|
+
|
91
|
+
# Field type float.
|
92
|
+
TYPE_FLOAT = 2
|
93
|
+
|
94
|
+
# Field type int64.
|
95
|
+
TYPE_INT64 = 3
|
96
|
+
|
97
|
+
# Field type uint64.
|
98
|
+
TYPE_UINT64 = 4
|
99
|
+
|
100
|
+
# Field type int32.
|
101
|
+
TYPE_INT32 = 5
|
102
|
+
|
103
|
+
# Field type fixed64.
|
104
|
+
TYPE_FIXED64 = 6
|
105
|
+
|
106
|
+
# Field type fixed32.
|
107
|
+
TYPE_FIXED32 = 7
|
108
|
+
|
109
|
+
# Field type bool.
|
110
|
+
TYPE_BOOL = 8
|
111
|
+
|
112
|
+
# Field type string.
|
113
|
+
TYPE_STRING = 9
|
114
|
+
|
115
|
+
# Field type group. Proto2 syntax only, and deprecated.
|
116
|
+
TYPE_GROUP = 10
|
117
|
+
|
118
|
+
# Field type message.
|
119
|
+
TYPE_MESSAGE = 11
|
120
|
+
|
121
|
+
# Field type bytes.
|
122
|
+
TYPE_BYTES = 12
|
123
|
+
|
124
|
+
# Field type uint32.
|
125
|
+
TYPE_UINT32 = 13
|
126
|
+
|
127
|
+
# Field type enum.
|
128
|
+
TYPE_ENUM = 14
|
129
|
+
|
130
|
+
# Field type sfixed32.
|
131
|
+
TYPE_SFIXED32 = 15
|
132
|
+
|
133
|
+
# Field type sfixed64.
|
134
|
+
TYPE_SFIXED64 = 16
|
135
|
+
|
136
|
+
# Field type sint32.
|
137
|
+
TYPE_SINT32 = 17
|
138
|
+
|
139
|
+
# Field type sint64.
|
140
|
+
TYPE_SINT64 = 18
|
141
|
+
end
|
142
|
+
|
143
|
+
# Whether a field is optional, required, or repeated.
|
144
|
+
module Cardinality
|
145
|
+
# For fields with unknown cardinality.
|
146
|
+
CARDINALITY_UNKNOWN = 0
|
147
|
+
|
148
|
+
# For optional fields.
|
149
|
+
CARDINALITY_OPTIONAL = 1
|
150
|
+
|
151
|
+
# For required fields. Proto2 syntax only.
|
152
|
+
CARDINALITY_REQUIRED = 2
|
153
|
+
|
154
|
+
# For repeated fields.
|
155
|
+
CARDINALITY_REPEATED = 3
|
156
|
+
end
|
157
|
+
end
|
158
|
+
|
159
|
+
# Enum type definition.
|
160
|
+
# @!attribute [rw] name
|
161
|
+
# @return [::String]
|
162
|
+
# Enum type name.
|
163
|
+
# @!attribute [rw] enumvalue
|
164
|
+
# @return [::Array<::Google::Protobuf::EnumValue>]
|
165
|
+
# Enum value definitions.
|
166
|
+
# @!attribute [rw] options
|
167
|
+
# @return [::Array<::Google::Protobuf::Option>]
|
168
|
+
# Protocol buffer options.
|
169
|
+
# @!attribute [rw] source_context
|
170
|
+
# @return [::Google::Protobuf::SourceContext]
|
171
|
+
# The source context.
|
172
|
+
# @!attribute [rw] syntax
|
173
|
+
# @return [::Google::Protobuf::Syntax]
|
174
|
+
# The source syntax.
|
175
|
+
class Enum
|
176
|
+
include ::Google::Protobuf::MessageExts
|
177
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
178
|
+
end
|
179
|
+
|
180
|
+
# Enum value definition.
|
181
|
+
# @!attribute [rw] name
|
182
|
+
# @return [::String]
|
183
|
+
# Enum value name.
|
184
|
+
# @!attribute [rw] number
|
185
|
+
# @return [::Integer]
|
186
|
+
# Enum value number.
|
187
|
+
# @!attribute [rw] options
|
188
|
+
# @return [::Array<::Google::Protobuf::Option>]
|
189
|
+
# Protocol buffer options.
|
190
|
+
class EnumValue
|
191
|
+
include ::Google::Protobuf::MessageExts
|
192
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
193
|
+
end
|
194
|
+
|
195
|
+
# A protocol buffer option, which can be attached to a message, field,
|
196
|
+
# enumeration, etc.
|
197
|
+
# @!attribute [rw] name
|
198
|
+
# @return [::String]
|
199
|
+
# The option's name. For protobuf built-in options (options defined in
|
200
|
+
# descriptor.proto), this is the short name. For example, `"map_entry"`.
|
201
|
+
# For custom options, it should be the fully-qualified name. For example,
|
202
|
+
# `"google.api.http"`.
|
203
|
+
# @!attribute [rw] value
|
204
|
+
# @return [::Google::Protobuf::Any]
|
205
|
+
# The option's value packed in an Any message. If the value is a primitive,
|
206
|
+
# the corresponding wrapper type defined in google/protobuf/wrappers.proto
|
207
|
+
# should be used. If the value is an enum, it should be stored as an int32
|
208
|
+
# value using the google.protobuf.Int32Value type.
|
209
|
+
class Option
|
210
|
+
include ::Google::Protobuf::MessageExts
|
211
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
212
|
+
end
|
213
|
+
|
214
|
+
# The syntax in which a protocol buffer element is defined.
|
215
|
+
module Syntax
|
216
|
+
# Syntax `proto2`.
|
217
|
+
SYNTAX_PROTO2 = 0
|
218
|
+
|
219
|
+
# Syntax `proto3`.
|
220
|
+
SYNTAX_PROTO3 = 1
|
221
|
+
end
|
222
|
+
end
|
223
|
+
end
|
@@ -0,0 +1,121 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2020 Google LLC
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
|
+
|
19
|
+
|
20
|
+
module Google
|
21
|
+
module Protobuf
|
22
|
+
# Wrapper message for `double`.
|
23
|
+
#
|
24
|
+
# The JSON representation for `DoubleValue` is JSON number.
|
25
|
+
# @!attribute [rw] value
|
26
|
+
# @return [::Float]
|
27
|
+
# The double value.
|
28
|
+
class DoubleValue
|
29
|
+
include ::Google::Protobuf::MessageExts
|
30
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
31
|
+
end
|
32
|
+
|
33
|
+
# Wrapper message for `float`.
|
34
|
+
#
|
35
|
+
# The JSON representation for `FloatValue` is JSON number.
|
36
|
+
# @!attribute [rw] value
|
37
|
+
# @return [::Float]
|
38
|
+
# The float value.
|
39
|
+
class FloatValue
|
40
|
+
include ::Google::Protobuf::MessageExts
|
41
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
42
|
+
end
|
43
|
+
|
44
|
+
# Wrapper message for `int64`.
|
45
|
+
#
|
46
|
+
# The JSON representation for `Int64Value` is JSON string.
|
47
|
+
# @!attribute [rw] value
|
48
|
+
# @return [::Integer]
|
49
|
+
# The int64 value.
|
50
|
+
class Int64Value
|
51
|
+
include ::Google::Protobuf::MessageExts
|
52
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
53
|
+
end
|
54
|
+
|
55
|
+
# Wrapper message for `uint64`.
|
56
|
+
#
|
57
|
+
# The JSON representation for `UInt64Value` is JSON string.
|
58
|
+
# @!attribute [rw] value
|
59
|
+
# @return [::Integer]
|
60
|
+
# The uint64 value.
|
61
|
+
class UInt64Value
|
62
|
+
include ::Google::Protobuf::MessageExts
|
63
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
64
|
+
end
|
65
|
+
|
66
|
+
# Wrapper message for `int32`.
|
67
|
+
#
|
68
|
+
# The JSON representation for `Int32Value` is JSON number.
|
69
|
+
# @!attribute [rw] value
|
70
|
+
# @return [::Integer]
|
71
|
+
# The int32 value.
|
72
|
+
class Int32Value
|
73
|
+
include ::Google::Protobuf::MessageExts
|
74
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
75
|
+
end
|
76
|
+
|
77
|
+
# Wrapper message for `uint32`.
|
78
|
+
#
|
79
|
+
# The JSON representation for `UInt32Value` is JSON number.
|
80
|
+
# @!attribute [rw] value
|
81
|
+
# @return [::Integer]
|
82
|
+
# The uint32 value.
|
83
|
+
class UInt32Value
|
84
|
+
include ::Google::Protobuf::MessageExts
|
85
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
86
|
+
end
|
87
|
+
|
88
|
+
# Wrapper message for `bool`.
|
89
|
+
#
|
90
|
+
# The JSON representation for `BoolValue` is JSON `true` and `false`.
|
91
|
+
# @!attribute [rw] value
|
92
|
+
# @return [::Boolean]
|
93
|
+
# The bool value.
|
94
|
+
class BoolValue
|
95
|
+
include ::Google::Protobuf::MessageExts
|
96
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
97
|
+
end
|
98
|
+
|
99
|
+
# Wrapper message for `string`.
|
100
|
+
#
|
101
|
+
# The JSON representation for `StringValue` is JSON string.
|
102
|
+
# @!attribute [rw] value
|
103
|
+
# @return [::String]
|
104
|
+
# The string value.
|
105
|
+
class StringValue
|
106
|
+
include ::Google::Protobuf::MessageExts
|
107
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
108
|
+
end
|
109
|
+
|
110
|
+
# Wrapper message for `bytes`.
|
111
|
+
#
|
112
|
+
# The JSON representation for `BytesValue` is JSON string.
|
113
|
+
# @!attribute [rw] value
|
114
|
+
# @return [::String]
|
115
|
+
# The bytes value.
|
116
|
+
class BytesValue
|
117
|
+
include ::Google::Protobuf::MessageExts
|
118
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
119
|
+
end
|
120
|
+
end
|
121
|
+
end
|
@@ -0,0 +1,46 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2020 Google LLC
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
|
+
|
19
|
+
|
20
|
+
module Google
|
21
|
+
module Rpc
|
22
|
+
# The `Status` type defines a logical error model that is suitable for
|
23
|
+
# different programming environments, including REST APIs and RPC APIs. It is
|
24
|
+
# used by [gRPC](https://github.com/grpc). Each `Status` message contains
|
25
|
+
# three pieces of data: error code, error message, and error details.
|
26
|
+
#
|
27
|
+
# You can find out more about this error model and how to work with it in the
|
28
|
+
# [API Design Guide](https://cloud.google.com/apis/design/errors).
|
29
|
+
# @!attribute [rw] code
|
30
|
+
# @return [::Integer]
|
31
|
+
# The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
|
32
|
+
# @!attribute [rw] message
|
33
|
+
# @return [::String]
|
34
|
+
# A developer-facing error message, which should be in English. Any
|
35
|
+
# user-facing error message should be localized and sent in the
|
36
|
+
# {::Google::Rpc::Status#details google.rpc.Status.details} field, or localized by the client.
|
37
|
+
# @!attribute [rw] details
|
38
|
+
# @return [::Array<::Google::Protobuf::Any>]
|
39
|
+
# A list of messages that carry the error details. There is a common set of
|
40
|
+
# message types for APIs to use.
|
41
|
+
class Status
|
42
|
+
include ::Google::Protobuf::MessageExts
|
43
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
44
|
+
end
|
45
|
+
end
|
46
|
+
end
|
metadata
ADDED
@@ -0,0 +1,232 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: google-cloud-service_management-v1
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Google LLC
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2020-12-04 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: gapic-common
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '0.3'
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '0.3'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: google-cloud-errors
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - "~>"
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '1.0'
|
34
|
+
type: :runtime
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - "~>"
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '1.0'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: google-style
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - "~>"
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: 1.24.0
|
48
|
+
type: :development
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - "~>"
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: 1.24.0
|
55
|
+
- !ruby/object:Gem::Dependency
|
56
|
+
name: minitest
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - "~>"
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: '5.14'
|
62
|
+
type: :development
|
63
|
+
prerelease: false
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - "~>"
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: '5.14'
|
69
|
+
- !ruby/object:Gem::Dependency
|
70
|
+
name: minitest-focus
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
72
|
+
requirements:
|
73
|
+
- - "~>"
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: '1.1'
|
76
|
+
type: :development
|
77
|
+
prerelease: false
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - "~>"
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: '1.1'
|
83
|
+
- !ruby/object:Gem::Dependency
|
84
|
+
name: minitest-rg
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
86
|
+
requirements:
|
87
|
+
- - "~>"
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: '5.2'
|
90
|
+
type: :development
|
91
|
+
prerelease: false
|
92
|
+
version_requirements: !ruby/object:Gem::Requirement
|
93
|
+
requirements:
|
94
|
+
- - "~>"
|
95
|
+
- !ruby/object:Gem::Version
|
96
|
+
version: '5.2'
|
97
|
+
- !ruby/object:Gem::Dependency
|
98
|
+
name: rake
|
99
|
+
requirement: !ruby/object:Gem::Requirement
|
100
|
+
requirements:
|
101
|
+
- - ">="
|
102
|
+
- !ruby/object:Gem::Version
|
103
|
+
version: '12.0'
|
104
|
+
type: :development
|
105
|
+
prerelease: false
|
106
|
+
version_requirements: !ruby/object:Gem::Requirement
|
107
|
+
requirements:
|
108
|
+
- - ">="
|
109
|
+
- !ruby/object:Gem::Version
|
110
|
+
version: '12.0'
|
111
|
+
- !ruby/object:Gem::Dependency
|
112
|
+
name: redcarpet
|
113
|
+
requirement: !ruby/object:Gem::Requirement
|
114
|
+
requirements:
|
115
|
+
- - "~>"
|
116
|
+
- !ruby/object:Gem::Version
|
117
|
+
version: '3.0'
|
118
|
+
type: :development
|
119
|
+
prerelease: false
|
120
|
+
version_requirements: !ruby/object:Gem::Requirement
|
121
|
+
requirements:
|
122
|
+
- - "~>"
|
123
|
+
- !ruby/object:Gem::Version
|
124
|
+
version: '3.0'
|
125
|
+
- !ruby/object:Gem::Dependency
|
126
|
+
name: simplecov
|
127
|
+
requirement: !ruby/object:Gem::Requirement
|
128
|
+
requirements:
|
129
|
+
- - "~>"
|
130
|
+
- !ruby/object:Gem::Version
|
131
|
+
version: '0.18'
|
132
|
+
type: :development
|
133
|
+
prerelease: false
|
134
|
+
version_requirements: !ruby/object:Gem::Requirement
|
135
|
+
requirements:
|
136
|
+
- - "~>"
|
137
|
+
- !ruby/object:Gem::Version
|
138
|
+
version: '0.18'
|
139
|
+
- !ruby/object:Gem::Dependency
|
140
|
+
name: yard
|
141
|
+
requirement: !ruby/object:Gem::Requirement
|
142
|
+
requirements:
|
143
|
+
- - "~>"
|
144
|
+
- !ruby/object:Gem::Version
|
145
|
+
version: '0.9'
|
146
|
+
type: :development
|
147
|
+
prerelease: false
|
148
|
+
version_requirements: !ruby/object:Gem::Requirement
|
149
|
+
requirements:
|
150
|
+
- - "~>"
|
151
|
+
- !ruby/object:Gem::Version
|
152
|
+
version: '0.9'
|
153
|
+
description: Google Service Management allows service producers to publish their services
|
154
|
+
on Google Cloud Platform so that they can be discovered and used by service consumers.
|
155
|
+
email: googleapis-packages@google.com
|
156
|
+
executables: []
|
157
|
+
extensions: []
|
158
|
+
extra_rdoc_files: []
|
159
|
+
files:
|
160
|
+
- ".yardopts"
|
161
|
+
- AUTHENTICATION.md
|
162
|
+
- LICENSE.md
|
163
|
+
- README.md
|
164
|
+
- lib/google-cloud-service_management-v1.rb
|
165
|
+
- lib/google/api/servicemanagement/v1/resources_pb.rb
|
166
|
+
- lib/google/api/servicemanagement/v1/servicemanager_pb.rb
|
167
|
+
- lib/google/api/servicemanagement/v1/servicemanager_services_pb.rb
|
168
|
+
- lib/google/cloud/service_management/v1.rb
|
169
|
+
- lib/google/cloud/service_management/v1/service_manager.rb
|
170
|
+
- lib/google/cloud/service_management/v1/service_manager/client.rb
|
171
|
+
- lib/google/cloud/service_management/v1/service_manager/credentials.rb
|
172
|
+
- lib/google/cloud/service_management/v1/service_manager/operations.rb
|
173
|
+
- lib/google/cloud/service_management/v1/version.rb
|
174
|
+
- proto_docs/README.md
|
175
|
+
- proto_docs/google/api/auth.rb
|
176
|
+
- proto_docs/google/api/backend.rb
|
177
|
+
- proto_docs/google/api/billing.rb
|
178
|
+
- proto_docs/google/api/config_change.rb
|
179
|
+
- proto_docs/google/api/context.rb
|
180
|
+
- proto_docs/google/api/control.rb
|
181
|
+
- proto_docs/google/api/documentation.rb
|
182
|
+
- proto_docs/google/api/endpoint.rb
|
183
|
+
- proto_docs/google/api/field_behavior.rb
|
184
|
+
- proto_docs/google/api/label.rb
|
185
|
+
- proto_docs/google/api/log.rb
|
186
|
+
- proto_docs/google/api/logging.rb
|
187
|
+
- proto_docs/google/api/metric.rb
|
188
|
+
- proto_docs/google/api/monitored_resource.rb
|
189
|
+
- proto_docs/google/api/monitoring.rb
|
190
|
+
- proto_docs/google/api/quota.rb
|
191
|
+
- proto_docs/google/api/resource.rb
|
192
|
+
- proto_docs/google/api/service.rb
|
193
|
+
- proto_docs/google/api/servicemanagement/v1/resources.rb
|
194
|
+
- proto_docs/google/api/servicemanagement/v1/servicemanager.rb
|
195
|
+
- proto_docs/google/api/source_info.rb
|
196
|
+
- proto_docs/google/api/system_parameter.rb
|
197
|
+
- proto_docs/google/api/usage.rb
|
198
|
+
- proto_docs/google/longrunning/operations.rb
|
199
|
+
- proto_docs/google/protobuf/any.rb
|
200
|
+
- proto_docs/google/protobuf/api.rb
|
201
|
+
- proto_docs/google/protobuf/empty.rb
|
202
|
+
- proto_docs/google/protobuf/field_mask.rb
|
203
|
+
- proto_docs/google/protobuf/source_context.rb
|
204
|
+
- proto_docs/google/protobuf/struct.rb
|
205
|
+
- proto_docs/google/protobuf/timestamp.rb
|
206
|
+
- proto_docs/google/protobuf/type.rb
|
207
|
+
- proto_docs/google/protobuf/wrappers.rb
|
208
|
+
- proto_docs/google/rpc/status.rb
|
209
|
+
homepage: https://github.com/googleapis/google-cloud-ruby
|
210
|
+
licenses:
|
211
|
+
- Apache-2.0
|
212
|
+
metadata: {}
|
213
|
+
post_install_message:
|
214
|
+
rdoc_options: []
|
215
|
+
require_paths:
|
216
|
+
- lib
|
217
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
218
|
+
requirements:
|
219
|
+
- - ">="
|
220
|
+
- !ruby/object:Gem::Version
|
221
|
+
version: '2.4'
|
222
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
223
|
+
requirements:
|
224
|
+
- - ">="
|
225
|
+
- !ruby/object:Gem::Version
|
226
|
+
version: '0'
|
227
|
+
requirements: []
|
228
|
+
rubygems_version: 3.1.4
|
229
|
+
signing_key:
|
230
|
+
specification_version: 4
|
231
|
+
summary: API Client library for the Service Management API V1 API
|
232
|
+
test_files: []
|