google-apis-cloudnumberregistry_v1alpha 0.1.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 +7 -0
- data/.yardopts +13 -0
- data/CHANGELOG.md +7 -0
- data/LICENSE.md +202 -0
- data/OVERVIEW.md +96 -0
- data/lib/google/apis/cloudnumberregistry_v1alpha/classes.rb +1378 -0
- data/lib/google/apis/cloudnumberregistry_v1alpha/gem_version.rb +28 -0
- data/lib/google/apis/cloudnumberregistry_v1alpha/representations.rb +605 -0
- data/lib/google/apis/cloudnumberregistry_v1alpha/service.rb +1526 -0
- data/lib/google/apis/cloudnumberregistry_v1alpha.rb +36 -0
- data/lib/google-apis-cloudnumberregistry_v1alpha.rb +15 -0
- metadata +79 -0
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# Copyright 2020 Google LLC
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
15
|
+
module Google
|
|
16
|
+
module Apis
|
|
17
|
+
module CloudnumberregistryV1alpha
|
|
18
|
+
# Version of the google-apis-cloudnumberregistry_v1alpha gem
|
|
19
|
+
GEM_VERSION = "0.1.0"
|
|
20
|
+
|
|
21
|
+
# Version of the code generator used to generate this client
|
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
|
23
|
+
|
|
24
|
+
# Revision of the discovery document this client was generated from
|
|
25
|
+
REVISION = "20260506"
|
|
26
|
+
end
|
|
27
|
+
end
|
|
28
|
+
end
|
|
@@ -0,0 +1,605 @@
|
|
|
1
|
+
# Copyright 2020 Google LLC
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
15
|
+
require 'date'
|
|
16
|
+
require 'google/apis/core/base_service'
|
|
17
|
+
require 'google/apis/core/json_representation'
|
|
18
|
+
require 'google/apis/core/hashable'
|
|
19
|
+
require 'google/apis/errors'
|
|
20
|
+
|
|
21
|
+
module Google
|
|
22
|
+
module Apis
|
|
23
|
+
module CloudnumberregistryV1alpha
|
|
24
|
+
|
|
25
|
+
class AggregatedData
|
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
27
|
+
|
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
29
|
+
end
|
|
30
|
+
|
|
31
|
+
class Attribute
|
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
33
|
+
|
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
class CancelOperationRequest
|
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
39
|
+
|
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
41
|
+
end
|
|
42
|
+
|
|
43
|
+
class CheckAvailabilityIpamAdminScopesResponse
|
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
45
|
+
|
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
47
|
+
end
|
|
48
|
+
|
|
49
|
+
class CleanupIpamAdminScopeRequest
|
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
51
|
+
|
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
53
|
+
end
|
|
54
|
+
|
|
55
|
+
class CustomRange
|
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
57
|
+
|
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
59
|
+
end
|
|
60
|
+
|
|
61
|
+
class DisableIpamAdminScopeRequest
|
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
63
|
+
|
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
65
|
+
end
|
|
66
|
+
|
|
67
|
+
class DiscoveredRange
|
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
69
|
+
|
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
71
|
+
end
|
|
72
|
+
|
|
73
|
+
class DiscoveryMetadata
|
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
75
|
+
|
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
77
|
+
end
|
|
78
|
+
|
|
79
|
+
class Empty
|
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
81
|
+
|
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
83
|
+
end
|
|
84
|
+
|
|
85
|
+
class FindCustomRangeFreeIpRangesResponse
|
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
87
|
+
|
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
89
|
+
end
|
|
90
|
+
|
|
91
|
+
class FindDiscoveredRangeFreeIpRangesResponse
|
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
93
|
+
|
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
95
|
+
end
|
|
96
|
+
|
|
97
|
+
class IpamAdminScope
|
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
99
|
+
|
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
101
|
+
end
|
|
102
|
+
|
|
103
|
+
class IpamAdminScopeAvailability
|
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
105
|
+
|
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
107
|
+
end
|
|
108
|
+
|
|
109
|
+
class ListCustomRangesResponse
|
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
111
|
+
|
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
113
|
+
end
|
|
114
|
+
|
|
115
|
+
class ListDiscoveredRangesResponse
|
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
117
|
+
|
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
119
|
+
end
|
|
120
|
+
|
|
121
|
+
class ListIpamAdminScopesResponse
|
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
123
|
+
|
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
125
|
+
end
|
|
126
|
+
|
|
127
|
+
class ListLocationsResponse
|
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
129
|
+
|
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
131
|
+
end
|
|
132
|
+
|
|
133
|
+
class ListOperationsResponse
|
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
135
|
+
|
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
137
|
+
end
|
|
138
|
+
|
|
139
|
+
class ListRealmsResponse
|
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
141
|
+
|
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
143
|
+
end
|
|
144
|
+
|
|
145
|
+
class ListRegistryBooksResponse
|
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
147
|
+
|
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
149
|
+
end
|
|
150
|
+
|
|
151
|
+
class Location
|
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
153
|
+
|
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
155
|
+
end
|
|
156
|
+
|
|
157
|
+
class Operation
|
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
159
|
+
|
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
161
|
+
end
|
|
162
|
+
|
|
163
|
+
class OperationMetadata
|
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
165
|
+
|
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
167
|
+
end
|
|
168
|
+
|
|
169
|
+
class Range
|
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
171
|
+
|
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
173
|
+
end
|
|
174
|
+
|
|
175
|
+
class RangeUtilization
|
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
177
|
+
|
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
179
|
+
end
|
|
180
|
+
|
|
181
|
+
class Realm
|
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
183
|
+
|
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
185
|
+
end
|
|
186
|
+
|
|
187
|
+
class RealmAggregatedData
|
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
189
|
+
|
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
191
|
+
end
|
|
192
|
+
|
|
193
|
+
class RegistryBook
|
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
195
|
+
|
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
197
|
+
end
|
|
198
|
+
|
|
199
|
+
class SearchIpResourcesRequest
|
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
201
|
+
|
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
203
|
+
end
|
|
204
|
+
|
|
205
|
+
class SearchIpResourcesResponse
|
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
207
|
+
|
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
209
|
+
end
|
|
210
|
+
|
|
211
|
+
class SearchIpResourcesResult
|
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
213
|
+
|
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
215
|
+
end
|
|
216
|
+
|
|
217
|
+
class ShowCustomRangeUtilizationResponse
|
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
219
|
+
|
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
221
|
+
end
|
|
222
|
+
|
|
223
|
+
class ShowDiscoveredRangeUtilizationResponse
|
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
225
|
+
|
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
227
|
+
end
|
|
228
|
+
|
|
229
|
+
class Status
|
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
231
|
+
|
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
233
|
+
end
|
|
234
|
+
|
|
235
|
+
class AggregatedData
|
|
236
|
+
# @private
|
|
237
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
238
|
+
property :custom_ranges_count, as: 'customRangesCount'
|
|
239
|
+
property :custom_realms_count, as: 'customRealmsCount'
|
|
240
|
+
property :discovered_ranges_count, as: 'discoveredRangesCount'
|
|
241
|
+
property :discovered_realms_count, as: 'discoveredRealmsCount'
|
|
242
|
+
property :unique_scopes_count, as: 'uniqueScopesCount'
|
|
243
|
+
end
|
|
244
|
+
end
|
|
245
|
+
|
|
246
|
+
class Attribute
|
|
247
|
+
# @private
|
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
249
|
+
property :key, as: 'key'
|
|
250
|
+
property :value, as: 'value'
|
|
251
|
+
end
|
|
252
|
+
end
|
|
253
|
+
|
|
254
|
+
class CancelOperationRequest
|
|
255
|
+
# @private
|
|
256
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
257
|
+
end
|
|
258
|
+
end
|
|
259
|
+
|
|
260
|
+
class CheckAvailabilityIpamAdminScopesResponse
|
|
261
|
+
# @private
|
|
262
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
263
|
+
collection :scope_availabilities, as: 'scopeAvailabilities', class: Google::Apis::CloudnumberregistryV1alpha::IpamAdminScopeAvailability, decorator: Google::Apis::CloudnumberregistryV1alpha::IpamAdminScopeAvailability::Representation
|
|
264
|
+
|
|
265
|
+
end
|
|
266
|
+
end
|
|
267
|
+
|
|
268
|
+
class CleanupIpamAdminScopeRequest
|
|
269
|
+
# @private
|
|
270
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
271
|
+
property :request_id, as: 'requestId'
|
|
272
|
+
end
|
|
273
|
+
end
|
|
274
|
+
|
|
275
|
+
class CustomRange
|
|
276
|
+
# @private
|
|
277
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
278
|
+
collection :attributes, as: 'attributes', class: Google::Apis::CloudnumberregistryV1alpha::Attribute, decorator: Google::Apis::CloudnumberregistryV1alpha::Attribute::Representation
|
|
279
|
+
|
|
280
|
+
property :description, as: 'description'
|
|
281
|
+
property :ipv4_cidr_range, as: 'ipv4CidrRange'
|
|
282
|
+
property :ipv6_cidr_range, as: 'ipv6CidrRange'
|
|
283
|
+
hash :labels, as: 'labels'
|
|
284
|
+
property :name, as: 'name'
|
|
285
|
+
property :parent_range, as: 'parentRange'
|
|
286
|
+
property :realm, as: 'realm'
|
|
287
|
+
property :registry_book, as: 'registryBook'
|
|
288
|
+
end
|
|
289
|
+
end
|
|
290
|
+
|
|
291
|
+
class DisableIpamAdminScopeRequest
|
|
292
|
+
# @private
|
|
293
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
294
|
+
property :request_id, as: 'requestId'
|
|
295
|
+
end
|
|
296
|
+
end
|
|
297
|
+
|
|
298
|
+
class DiscoveredRange
|
|
299
|
+
# @private
|
|
300
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
301
|
+
collection :attributes, as: 'attributes', class: Google::Apis::CloudnumberregistryV1alpha::Attribute, decorator: Google::Apis::CloudnumberregistryV1alpha::Attribute::Representation
|
|
302
|
+
|
|
303
|
+
property :child_cidr_overlap_allowed, as: 'childCidrOverlapAllowed'
|
|
304
|
+
property :create_time, as: 'createTime'
|
|
305
|
+
property :description, as: 'description'
|
|
306
|
+
property :discovery_metadata, as: 'discoveryMetadata', class: Google::Apis::CloudnumberregistryV1alpha::DiscoveryMetadata, decorator: Google::Apis::CloudnumberregistryV1alpha::DiscoveryMetadata::Representation
|
|
307
|
+
|
|
308
|
+
property :ipv4_cidr_range, as: 'ipv4CidrRange'
|
|
309
|
+
property :ipv6_cidr_range, as: 'ipv6CidrRange'
|
|
310
|
+
hash :labels, as: 'labels'
|
|
311
|
+
property :name, as: 'name'
|
|
312
|
+
property :parent_range, as: 'parentRange'
|
|
313
|
+
property :realm, as: 'realm'
|
|
314
|
+
property :registry_book, as: 'registryBook'
|
|
315
|
+
property :update_time, as: 'updateTime'
|
|
316
|
+
end
|
|
317
|
+
end
|
|
318
|
+
|
|
319
|
+
class DiscoveryMetadata
|
|
320
|
+
# @private
|
|
321
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
322
|
+
property :create_time, as: 'createTime'
|
|
323
|
+
property :event_time, as: 'eventTime'
|
|
324
|
+
property :resource, as: 'resource'
|
|
325
|
+
property :resource_uri, as: 'resourceUri'
|
|
326
|
+
property :source_id, as: 'sourceId'
|
|
327
|
+
property :source_sub_id, as: 'sourceSubId'
|
|
328
|
+
property :state, as: 'state'
|
|
329
|
+
property :update_time, as: 'updateTime'
|
|
330
|
+
end
|
|
331
|
+
end
|
|
332
|
+
|
|
333
|
+
class Empty
|
|
334
|
+
# @private
|
|
335
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
336
|
+
end
|
|
337
|
+
end
|
|
338
|
+
|
|
339
|
+
class FindCustomRangeFreeIpRangesResponse
|
|
340
|
+
# @private
|
|
341
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
342
|
+
collection :free_ip_cidr_ranges, as: 'freeIpCidrRanges'
|
|
343
|
+
end
|
|
344
|
+
end
|
|
345
|
+
|
|
346
|
+
class FindDiscoveredRangeFreeIpRangesResponse
|
|
347
|
+
# @private
|
|
348
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
349
|
+
collection :free_ip_cidr_ranges, as: 'freeIpCidrRanges'
|
|
350
|
+
end
|
|
351
|
+
end
|
|
352
|
+
|
|
353
|
+
class IpamAdminScope
|
|
354
|
+
# @private
|
|
355
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
356
|
+
property :create_time, as: 'createTime'
|
|
357
|
+
collection :enabled_addon_platforms, as: 'enabledAddonPlatforms'
|
|
358
|
+
hash :labels, as: 'labels'
|
|
359
|
+
property :name, as: 'name'
|
|
360
|
+
collection :scopes, as: 'scopes'
|
|
361
|
+
property :state, as: 'state'
|
|
362
|
+
property :update_time, as: 'updateTime'
|
|
363
|
+
end
|
|
364
|
+
end
|
|
365
|
+
|
|
366
|
+
class IpamAdminScopeAvailability
|
|
367
|
+
# @private
|
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
369
|
+
property :admin_project, :numeric_string => true, as: 'adminProject'
|
|
370
|
+
property :availability, as: 'availability'
|
|
371
|
+
property :scope, as: 'scope'
|
|
372
|
+
end
|
|
373
|
+
end
|
|
374
|
+
|
|
375
|
+
class ListCustomRangesResponse
|
|
376
|
+
# @private
|
|
377
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
378
|
+
collection :custom_ranges, as: 'customRanges', class: Google::Apis::CloudnumberregistryV1alpha::CustomRange, decorator: Google::Apis::CloudnumberregistryV1alpha::CustomRange::Representation
|
|
379
|
+
|
|
380
|
+
property :next_page_token, as: 'nextPageToken'
|
|
381
|
+
collection :unreachable, as: 'unreachable'
|
|
382
|
+
end
|
|
383
|
+
end
|
|
384
|
+
|
|
385
|
+
class ListDiscoveredRangesResponse
|
|
386
|
+
# @private
|
|
387
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
388
|
+
collection :discovered_ranges, as: 'discoveredRanges', class: Google::Apis::CloudnumberregistryV1alpha::DiscoveredRange, decorator: Google::Apis::CloudnumberregistryV1alpha::DiscoveredRange::Representation
|
|
389
|
+
|
|
390
|
+
property :next_page_token, as: 'nextPageToken'
|
|
391
|
+
collection :unreachable, as: 'unreachable'
|
|
392
|
+
end
|
|
393
|
+
end
|
|
394
|
+
|
|
395
|
+
class ListIpamAdminScopesResponse
|
|
396
|
+
# @private
|
|
397
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
398
|
+
collection :ipam_admin_scopes, as: 'ipamAdminScopes', class: Google::Apis::CloudnumberregistryV1alpha::IpamAdminScope, decorator: Google::Apis::CloudnumberregistryV1alpha::IpamAdminScope::Representation
|
|
399
|
+
|
|
400
|
+
property :next_page_token, as: 'nextPageToken'
|
|
401
|
+
collection :unreachable, as: 'unreachable'
|
|
402
|
+
end
|
|
403
|
+
end
|
|
404
|
+
|
|
405
|
+
class ListLocationsResponse
|
|
406
|
+
# @private
|
|
407
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
408
|
+
collection :locations, as: 'locations', class: Google::Apis::CloudnumberregistryV1alpha::Location, decorator: Google::Apis::CloudnumberregistryV1alpha::Location::Representation
|
|
409
|
+
|
|
410
|
+
property :next_page_token, as: 'nextPageToken'
|
|
411
|
+
end
|
|
412
|
+
end
|
|
413
|
+
|
|
414
|
+
class ListOperationsResponse
|
|
415
|
+
# @private
|
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
417
|
+
property :next_page_token, as: 'nextPageToken'
|
|
418
|
+
collection :operations, as: 'operations', class: Google::Apis::CloudnumberregistryV1alpha::Operation, decorator: Google::Apis::CloudnumberregistryV1alpha::Operation::Representation
|
|
419
|
+
|
|
420
|
+
collection :unreachable, as: 'unreachable'
|
|
421
|
+
end
|
|
422
|
+
end
|
|
423
|
+
|
|
424
|
+
class ListRealmsResponse
|
|
425
|
+
# @private
|
|
426
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
427
|
+
property :next_page_token, as: 'nextPageToken'
|
|
428
|
+
collection :realms, as: 'realms', class: Google::Apis::CloudnumberregistryV1alpha::Realm, decorator: Google::Apis::CloudnumberregistryV1alpha::Realm::Representation
|
|
429
|
+
|
|
430
|
+
collection :unreachable, as: 'unreachable'
|
|
431
|
+
end
|
|
432
|
+
end
|
|
433
|
+
|
|
434
|
+
class ListRegistryBooksResponse
|
|
435
|
+
# @private
|
|
436
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
437
|
+
property :next_page_token, as: 'nextPageToken'
|
|
438
|
+
collection :registry_books, as: 'registryBooks', class: Google::Apis::CloudnumberregistryV1alpha::RegistryBook, decorator: Google::Apis::CloudnumberregistryV1alpha::RegistryBook::Representation
|
|
439
|
+
|
|
440
|
+
collection :unreachable, as: 'unreachable'
|
|
441
|
+
end
|
|
442
|
+
end
|
|
443
|
+
|
|
444
|
+
class Location
|
|
445
|
+
# @private
|
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
447
|
+
property :display_name, as: 'displayName'
|
|
448
|
+
hash :labels, as: 'labels'
|
|
449
|
+
property :location_id, as: 'locationId'
|
|
450
|
+
hash :metadata, as: 'metadata'
|
|
451
|
+
property :name, as: 'name'
|
|
452
|
+
end
|
|
453
|
+
end
|
|
454
|
+
|
|
455
|
+
class Operation
|
|
456
|
+
# @private
|
|
457
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
458
|
+
property :done, as: 'done'
|
|
459
|
+
property :error, as: 'error', class: Google::Apis::CloudnumberregistryV1alpha::Status, decorator: Google::Apis::CloudnumberregistryV1alpha::Status::Representation
|
|
460
|
+
|
|
461
|
+
hash :metadata, as: 'metadata'
|
|
462
|
+
property :name, as: 'name'
|
|
463
|
+
hash :response, as: 'response'
|
|
464
|
+
end
|
|
465
|
+
end
|
|
466
|
+
|
|
467
|
+
class OperationMetadata
|
|
468
|
+
# @private
|
|
469
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
470
|
+
property :api_version, as: 'apiVersion'
|
|
471
|
+
property :create_time, as: 'createTime'
|
|
472
|
+
property :end_time, as: 'endTime'
|
|
473
|
+
property :requested_cancellation, as: 'requestedCancellation'
|
|
474
|
+
property :status_message, as: 'statusMessage'
|
|
475
|
+
property :target, as: 'target'
|
|
476
|
+
property :verb, as: 'verb'
|
|
477
|
+
end
|
|
478
|
+
end
|
|
479
|
+
|
|
480
|
+
class Range
|
|
481
|
+
# @private
|
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
483
|
+
property :custom_range, as: 'customRange', class: Google::Apis::CloudnumberregistryV1alpha::CustomRange, decorator: Google::Apis::CloudnumberregistryV1alpha::CustomRange::Representation
|
|
484
|
+
|
|
485
|
+
property :discovered_range, as: 'discoveredRange', class: Google::Apis::CloudnumberregistryV1alpha::DiscoveredRange, decorator: Google::Apis::CloudnumberregistryV1alpha::DiscoveredRange::Representation
|
|
486
|
+
|
|
487
|
+
property :utilization, as: 'utilization', class: Google::Apis::CloudnumberregistryV1alpha::RangeUtilization, decorator: Google::Apis::CloudnumberregistryV1alpha::RangeUtilization::Representation
|
|
488
|
+
|
|
489
|
+
end
|
|
490
|
+
end
|
|
491
|
+
|
|
492
|
+
class RangeUtilization
|
|
493
|
+
# @private
|
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
495
|
+
property :total_consumed, as: 'totalConsumed'
|
|
496
|
+
property :total_produced, as: 'totalProduced'
|
|
497
|
+
property :usage, as: 'usage'
|
|
498
|
+
end
|
|
499
|
+
end
|
|
500
|
+
|
|
501
|
+
class Realm
|
|
502
|
+
# @private
|
|
503
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
504
|
+
property :aggregated_data, as: 'aggregatedData', class: Google::Apis::CloudnumberregistryV1alpha::RealmAggregatedData, decorator: Google::Apis::CloudnumberregistryV1alpha::RealmAggregatedData::Representation
|
|
505
|
+
|
|
506
|
+
property :create_time, as: 'createTime'
|
|
507
|
+
property :discovery_metadata, as: 'discoveryMetadata', class: Google::Apis::CloudnumberregistryV1alpha::DiscoveryMetadata, decorator: Google::Apis::CloudnumberregistryV1alpha::DiscoveryMetadata::Representation
|
|
508
|
+
|
|
509
|
+
property :ip_version, as: 'ipVersion'
|
|
510
|
+
hash :labels, as: 'labels'
|
|
511
|
+
property :management_type, as: 'managementType'
|
|
512
|
+
property :name, as: 'name'
|
|
513
|
+
property :registry_book, as: 'registryBook'
|
|
514
|
+
property :traffic_type, as: 'trafficType'
|
|
515
|
+
property :update_time, as: 'updateTime'
|
|
516
|
+
end
|
|
517
|
+
end
|
|
518
|
+
|
|
519
|
+
class RealmAggregatedData
|
|
520
|
+
# @private
|
|
521
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
522
|
+
property :custom_ranges_count, as: 'customRangesCount'
|
|
523
|
+
property :discovered_ranges_count, as: 'discoveredRangesCount'
|
|
524
|
+
end
|
|
525
|
+
end
|
|
526
|
+
|
|
527
|
+
class RegistryBook
|
|
528
|
+
# @private
|
|
529
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
530
|
+
property :aggregated_data, as: 'aggregatedData', class: Google::Apis::CloudnumberregistryV1alpha::AggregatedData, decorator: Google::Apis::CloudnumberregistryV1alpha::AggregatedData::Representation
|
|
531
|
+
|
|
532
|
+
collection :claimed_scopes, as: 'claimedScopes'
|
|
533
|
+
property :create_time, as: 'createTime'
|
|
534
|
+
property :is_default, as: 'isDefault'
|
|
535
|
+
hash :labels, as: 'labels'
|
|
536
|
+
property :name, as: 'name'
|
|
537
|
+
property :update_time, as: 'updateTime'
|
|
538
|
+
end
|
|
539
|
+
end
|
|
540
|
+
|
|
541
|
+
class SearchIpResourcesRequest
|
|
542
|
+
# @private
|
|
543
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
544
|
+
property :order_by, as: 'orderBy'
|
|
545
|
+
property :page_size, as: 'pageSize'
|
|
546
|
+
property :page_token, as: 'pageToken'
|
|
547
|
+
property :query, as: 'query'
|
|
548
|
+
collection :search_resource_types, as: 'searchResourceTypes'
|
|
549
|
+
property :show_utilization, as: 'showUtilization'
|
|
550
|
+
end
|
|
551
|
+
end
|
|
552
|
+
|
|
553
|
+
class SearchIpResourcesResponse
|
|
554
|
+
# @private
|
|
555
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
556
|
+
property :next_page_token, as: 'nextPageToken'
|
|
557
|
+
collection :ranges, as: 'ranges', class: Google::Apis::CloudnumberregistryV1alpha::Range, decorator: Google::Apis::CloudnumberregistryV1alpha::Range::Representation
|
|
558
|
+
|
|
559
|
+
collection :results, as: 'results', class: Google::Apis::CloudnumberregistryV1alpha::SearchIpResourcesResult, decorator: Google::Apis::CloudnumberregistryV1alpha::SearchIpResourcesResult::Representation
|
|
560
|
+
|
|
561
|
+
collection :unreachable, as: 'unreachable'
|
|
562
|
+
end
|
|
563
|
+
end
|
|
564
|
+
|
|
565
|
+
class SearchIpResourcesResult
|
|
566
|
+
# @private
|
|
567
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
568
|
+
property :range, as: 'range', class: Google::Apis::CloudnumberregistryV1alpha::Range, decorator: Google::Apis::CloudnumberregistryV1alpha::Range::Representation
|
|
569
|
+
|
|
570
|
+
property :realm, as: 'realm', class: Google::Apis::CloudnumberregistryV1alpha::Realm, decorator: Google::Apis::CloudnumberregistryV1alpha::Realm::Representation
|
|
571
|
+
|
|
572
|
+
end
|
|
573
|
+
end
|
|
574
|
+
|
|
575
|
+
class ShowCustomRangeUtilizationResponse
|
|
576
|
+
# @private
|
|
577
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
578
|
+
property :custom_range, as: 'customRange', class: Google::Apis::CloudnumberregistryV1alpha::CustomRange, decorator: Google::Apis::CloudnumberregistryV1alpha::CustomRange::Representation
|
|
579
|
+
|
|
580
|
+
property :range_utilization, as: 'rangeUtilization', class: Google::Apis::CloudnumberregistryV1alpha::RangeUtilization, decorator: Google::Apis::CloudnumberregistryV1alpha::RangeUtilization::Representation
|
|
581
|
+
|
|
582
|
+
end
|
|
583
|
+
end
|
|
584
|
+
|
|
585
|
+
class ShowDiscoveredRangeUtilizationResponse
|
|
586
|
+
# @private
|
|
587
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
588
|
+
property :discovered_range, as: 'discoveredRange', class: Google::Apis::CloudnumberregistryV1alpha::DiscoveredRange, decorator: Google::Apis::CloudnumberregistryV1alpha::DiscoveredRange::Representation
|
|
589
|
+
|
|
590
|
+
property :range_utilization, as: 'rangeUtilization', class: Google::Apis::CloudnumberregistryV1alpha::RangeUtilization, decorator: Google::Apis::CloudnumberregistryV1alpha::RangeUtilization::Representation
|
|
591
|
+
|
|
592
|
+
end
|
|
593
|
+
end
|
|
594
|
+
|
|
595
|
+
class Status
|
|
596
|
+
# @private
|
|
597
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
598
|
+
property :code, as: 'code'
|
|
599
|
+
collection :details, as: 'details'
|
|
600
|
+
property :message, as: 'message'
|
|
601
|
+
end
|
|
602
|
+
end
|
|
603
|
+
end
|
|
604
|
+
end
|
|
605
|
+
end
|