google-apis-apihub_v1 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/apihub_v1/classes.rb +4084 -0
- data/lib/google/apis/apihub_v1/gem_version.rb +28 -0
- data/lib/google/apis/apihub_v1/representations.rb +1817 -0
- data/lib/google/apis/apihub_v1/service.rb +3651 -0
- data/lib/google/apis/apihub_v1.rb +36 -0
- data/lib/google-apis-apihub_v1.rb +15 -0
- metadata +79 -0
@@ -0,0 +1,1817 @@
|
|
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 ApihubV1
|
24
|
+
|
25
|
+
class Empty
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
31
|
+
class GoogleCloudApihubV1ApiMetadata
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
37
|
+
class GoogleCloudApihubV1ActionExecutionDetail
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
43
|
+
class GoogleCloudApihubV1AllowedValue
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
49
|
+
class GoogleCloudApihubV1Api
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
55
|
+
class GoogleCloudApihubV1ApiData
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
61
|
+
class GoogleCloudApihubV1ApiHubInstance
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
67
|
+
class GoogleCloudApihubV1ApiHubResource
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
73
|
+
class GoogleCloudApihubV1ApiKeyConfig
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
79
|
+
class GoogleCloudApihubV1ApiMetadataList
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
85
|
+
class GoogleCloudApihubV1ApiOperation
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class GoogleCloudApihubV1ApplicationIntegrationEndpointDetails
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class GoogleCloudApihubV1Attribute
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
103
|
+
class GoogleCloudApihubV1AttributeValues
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class GoogleCloudApihubV1AuthConfig
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class GoogleCloudApihubV1AuthConfigTemplate
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
121
|
+
class GoogleCloudApihubV1CollectApiDataRequest
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
127
|
+
class GoogleCloudApihubV1Config
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class GoogleCloudApihubV1ConfigTemplate
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
139
|
+
class GoogleCloudApihubV1ConfigValueOption
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class GoogleCloudApihubV1ConfigVariable
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class GoogleCloudApihubV1ConfigVariableTemplate
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class GoogleCloudApihubV1Curation
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
163
|
+
class GoogleCloudApihubV1CurationConfig
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
169
|
+
class GoogleCloudApihubV1CustomCuration
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
175
|
+
class GoogleCloudApihubV1Definition
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
181
|
+
class GoogleCloudApihubV1Dependency
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
187
|
+
class GoogleCloudApihubV1DependencyEntityReference
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
193
|
+
class GoogleCloudApihubV1DependencyErrorDetail
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
199
|
+
class GoogleCloudApihubV1Deployment
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
class GoogleCloudApihubV1DeploymentMetadata
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
211
|
+
class GoogleCloudApihubV1DisablePluginInstanceActionRequest
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
217
|
+
class GoogleCloudApihubV1DisablePluginRequest
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
223
|
+
class GoogleCloudApihubV1Documentation
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class GoogleCloudApihubV1EnablePluginInstanceActionRequest
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class GoogleCloudApihubV1EnablePluginRequest
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
241
|
+
class GoogleCloudApihubV1Endpoint
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
247
|
+
class GoogleCloudApihubV1EnumAttributeValues
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
253
|
+
class GoogleCloudApihubV1ExecutePluginInstanceActionRequest
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
259
|
+
class GoogleCloudApihubV1ExecutionStatus
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
265
|
+
class GoogleCloudApihubV1ExternalApi
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
271
|
+
class GoogleCloudApihubV1GoogleServiceAccountConfig
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
277
|
+
class GoogleCloudApihubV1HostProjectRegistration
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
283
|
+
class GoogleCloudApihubV1HostingService
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
289
|
+
class GoogleCloudApihubV1HttpOperation
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
+
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
293
|
+
end
|
294
|
+
|
295
|
+
class GoogleCloudApihubV1Issue
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
301
|
+
class GoogleCloudApihubV1LastExecution
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
307
|
+
class GoogleCloudApihubV1LintResponse
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
313
|
+
class GoogleCloudApihubV1LintSpecRequest
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
319
|
+
class GoogleCloudApihubV1ListApiOperationsResponse
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
325
|
+
class GoogleCloudApihubV1ListApisResponse
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
+
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
329
|
+
end
|
330
|
+
|
331
|
+
class GoogleCloudApihubV1ListAttributesResponse
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
|
+
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
335
|
+
end
|
336
|
+
|
337
|
+
class GoogleCloudApihubV1ListCurationsResponse
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
343
|
+
class GoogleCloudApihubV1ListDependenciesResponse
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
349
|
+
class GoogleCloudApihubV1ListDeploymentsResponse
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
353
|
+
end
|
354
|
+
|
355
|
+
class GoogleCloudApihubV1ListExternalApisResponse
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
|
+
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
359
|
+
end
|
360
|
+
|
361
|
+
class GoogleCloudApihubV1ListHostProjectRegistrationsResponse
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
|
+
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
365
|
+
end
|
366
|
+
|
367
|
+
class GoogleCloudApihubV1ListPluginInstancesResponse
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
|
+
|
370
|
+
include Google::Apis::Core::JsonObjectSupport
|
371
|
+
end
|
372
|
+
|
373
|
+
class GoogleCloudApihubV1ListPluginsResponse
|
374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
|
+
|
376
|
+
include Google::Apis::Core::JsonObjectSupport
|
377
|
+
end
|
378
|
+
|
379
|
+
class GoogleCloudApihubV1ListRuntimeProjectAttachmentsResponse
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
|
+
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
383
|
+
end
|
384
|
+
|
385
|
+
class GoogleCloudApihubV1ListSpecsResponse
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
|
+
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
389
|
+
end
|
390
|
+
|
391
|
+
class GoogleCloudApihubV1ListVersionsResponse
|
392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
|
+
|
394
|
+
include Google::Apis::Core::JsonObjectSupport
|
395
|
+
end
|
396
|
+
|
397
|
+
class GoogleCloudApihubV1LookupApiHubInstanceResponse
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
|
+
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
401
|
+
end
|
402
|
+
|
403
|
+
class GoogleCloudApihubV1LookupRuntimeProjectAttachmentResponse
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
|
+
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
407
|
+
end
|
408
|
+
|
409
|
+
class GoogleCloudApihubV1MultiIntValues
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
|
+
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
413
|
+
end
|
414
|
+
|
415
|
+
class GoogleCloudApihubV1MultiSelectValues
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
+
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
419
|
+
end
|
420
|
+
|
421
|
+
class GoogleCloudApihubV1MultiStringValues
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
|
+
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
425
|
+
end
|
426
|
+
|
427
|
+
class GoogleCloudApihubV1Oauth2ClientCredentialsConfig
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
431
|
+
end
|
432
|
+
|
433
|
+
class GoogleCloudApihubV1OpenApiSpecDetails
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
+
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
437
|
+
end
|
438
|
+
|
439
|
+
class GoogleCloudApihubV1OperationDetails
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
+
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
443
|
+
end
|
444
|
+
|
445
|
+
class GoogleCloudApihubV1OperationMetadata
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
|
+
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
449
|
+
end
|
450
|
+
|
451
|
+
class GoogleCloudApihubV1Owner
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
|
+
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
455
|
+
end
|
456
|
+
|
457
|
+
class GoogleCloudApihubV1Path
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
+
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
461
|
+
end
|
462
|
+
|
463
|
+
class GoogleCloudApihubV1Plugin
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
+
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
467
|
+
end
|
468
|
+
|
469
|
+
class GoogleCloudApihubV1PluginActionConfig
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
471
|
+
|
472
|
+
include Google::Apis::Core::JsonObjectSupport
|
473
|
+
end
|
474
|
+
|
475
|
+
class GoogleCloudApihubV1PluginInstance
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
|
+
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
479
|
+
end
|
480
|
+
|
481
|
+
class GoogleCloudApihubV1PluginInstanceAction
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
|
+
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
485
|
+
end
|
486
|
+
|
487
|
+
class GoogleCloudApihubV1PluginInstanceActionId
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
|
+
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
491
|
+
end
|
492
|
+
|
493
|
+
class GoogleCloudApihubV1PluginInstanceActionSource
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
|
+
|
496
|
+
include Google::Apis::Core::JsonObjectSupport
|
497
|
+
end
|
498
|
+
|
499
|
+
class GoogleCloudApihubV1Point
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
|
+
|
502
|
+
include Google::Apis::Core::JsonObjectSupport
|
503
|
+
end
|
504
|
+
|
505
|
+
class GoogleCloudApihubV1Range
|
506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
507
|
+
|
508
|
+
include Google::Apis::Core::JsonObjectSupport
|
509
|
+
end
|
510
|
+
|
511
|
+
class GoogleCloudApihubV1RuntimeProjectAttachment
|
512
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
|
+
|
514
|
+
include Google::Apis::Core::JsonObjectSupport
|
515
|
+
end
|
516
|
+
|
517
|
+
class GoogleCloudApihubV1Schema
|
518
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
519
|
+
|
520
|
+
include Google::Apis::Core::JsonObjectSupport
|
521
|
+
end
|
522
|
+
|
523
|
+
class GoogleCloudApihubV1SearchResourcesRequest
|
524
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
525
|
+
|
526
|
+
include Google::Apis::Core::JsonObjectSupport
|
527
|
+
end
|
528
|
+
|
529
|
+
class GoogleCloudApihubV1SearchResourcesResponse
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
|
+
|
532
|
+
include Google::Apis::Core::JsonObjectSupport
|
533
|
+
end
|
534
|
+
|
535
|
+
class GoogleCloudApihubV1SearchResult
|
536
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
537
|
+
|
538
|
+
include Google::Apis::Core::JsonObjectSupport
|
539
|
+
end
|
540
|
+
|
541
|
+
class GoogleCloudApihubV1Secret
|
542
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
543
|
+
|
544
|
+
include Google::Apis::Core::JsonObjectSupport
|
545
|
+
end
|
546
|
+
|
547
|
+
class GoogleCloudApihubV1SourceMetadata
|
548
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
549
|
+
|
550
|
+
include Google::Apis::Core::JsonObjectSupport
|
551
|
+
end
|
552
|
+
|
553
|
+
class GoogleCloudApihubV1Spec
|
554
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
555
|
+
|
556
|
+
include Google::Apis::Core::JsonObjectSupport
|
557
|
+
end
|
558
|
+
|
559
|
+
class GoogleCloudApihubV1SpecContents
|
560
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
561
|
+
|
562
|
+
include Google::Apis::Core::JsonObjectSupport
|
563
|
+
end
|
564
|
+
|
565
|
+
class GoogleCloudApihubV1SpecDetails
|
566
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
567
|
+
|
568
|
+
include Google::Apis::Core::JsonObjectSupport
|
569
|
+
end
|
570
|
+
|
571
|
+
class GoogleCloudApihubV1SpecMetadata
|
572
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
573
|
+
|
574
|
+
include Google::Apis::Core::JsonObjectSupport
|
575
|
+
end
|
576
|
+
|
577
|
+
class GoogleCloudApihubV1StringAttributeValues
|
578
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
579
|
+
|
580
|
+
include Google::Apis::Core::JsonObjectSupport
|
581
|
+
end
|
582
|
+
|
583
|
+
class GoogleCloudApihubV1StyleGuide
|
584
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
|
+
|
586
|
+
include Google::Apis::Core::JsonObjectSupport
|
587
|
+
end
|
588
|
+
|
589
|
+
class GoogleCloudApihubV1StyleGuideContents
|
590
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
591
|
+
|
592
|
+
include Google::Apis::Core::JsonObjectSupport
|
593
|
+
end
|
594
|
+
|
595
|
+
class GoogleCloudApihubV1SummaryEntry
|
596
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
597
|
+
|
598
|
+
include Google::Apis::Core::JsonObjectSupport
|
599
|
+
end
|
600
|
+
|
601
|
+
class GoogleCloudApihubV1UserPasswordConfig
|
602
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
603
|
+
|
604
|
+
include Google::Apis::Core::JsonObjectSupport
|
605
|
+
end
|
606
|
+
|
607
|
+
class GoogleCloudApihubV1Version
|
608
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
609
|
+
|
610
|
+
include Google::Apis::Core::JsonObjectSupport
|
611
|
+
end
|
612
|
+
|
613
|
+
class GoogleCloudApihubV1VersionMetadata
|
614
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
615
|
+
|
616
|
+
include Google::Apis::Core::JsonObjectSupport
|
617
|
+
end
|
618
|
+
|
619
|
+
class GoogleCloudCommonOperationMetadata
|
620
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
621
|
+
|
622
|
+
include Google::Apis::Core::JsonObjectSupport
|
623
|
+
end
|
624
|
+
|
625
|
+
class GoogleCloudLocationListLocationsResponse
|
626
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
627
|
+
|
628
|
+
include Google::Apis::Core::JsonObjectSupport
|
629
|
+
end
|
630
|
+
|
631
|
+
class GoogleCloudLocationLocation
|
632
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
633
|
+
|
634
|
+
include Google::Apis::Core::JsonObjectSupport
|
635
|
+
end
|
636
|
+
|
637
|
+
class GoogleLongrunningCancelOperationRequest
|
638
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
639
|
+
|
640
|
+
include Google::Apis::Core::JsonObjectSupport
|
641
|
+
end
|
642
|
+
|
643
|
+
class GoogleLongrunningListOperationsResponse
|
644
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
645
|
+
|
646
|
+
include Google::Apis::Core::JsonObjectSupport
|
647
|
+
end
|
648
|
+
|
649
|
+
class GoogleLongrunningOperation
|
650
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
651
|
+
|
652
|
+
include Google::Apis::Core::JsonObjectSupport
|
653
|
+
end
|
654
|
+
|
655
|
+
class GoogleRpcStatus
|
656
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
657
|
+
|
658
|
+
include Google::Apis::Core::JsonObjectSupport
|
659
|
+
end
|
660
|
+
|
661
|
+
class Empty
|
662
|
+
# @private
|
663
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
664
|
+
end
|
665
|
+
end
|
666
|
+
|
667
|
+
class GoogleCloudApihubV1ApiMetadata
|
668
|
+
# @private
|
669
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
670
|
+
property :api, as: 'api', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Api, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Api::Representation
|
671
|
+
|
672
|
+
property :original_create_time, as: 'originalCreateTime'
|
673
|
+
property :original_id, as: 'originalId'
|
674
|
+
property :original_update_time, as: 'originalUpdateTime'
|
675
|
+
collection :versions, as: 'versions', class: Google::Apis::ApihubV1::GoogleCloudApihubV1VersionMetadata, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1VersionMetadata::Representation
|
676
|
+
|
677
|
+
end
|
678
|
+
end
|
679
|
+
|
680
|
+
class GoogleCloudApihubV1ActionExecutionDetail
|
681
|
+
# @private
|
682
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
683
|
+
property :action_id, as: 'actionId'
|
684
|
+
end
|
685
|
+
end
|
686
|
+
|
687
|
+
class GoogleCloudApihubV1AllowedValue
|
688
|
+
# @private
|
689
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
690
|
+
property :description, as: 'description'
|
691
|
+
property :display_name, as: 'displayName'
|
692
|
+
property :id, as: 'id'
|
693
|
+
property :immutable, as: 'immutable'
|
694
|
+
end
|
695
|
+
end
|
696
|
+
|
697
|
+
class GoogleCloudApihubV1Api
|
698
|
+
# @private
|
699
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
700
|
+
property :api_functional_requirements, as: 'apiFunctionalRequirements', class: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues::Representation
|
701
|
+
|
702
|
+
property :api_requirements, as: 'apiRequirements', class: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues::Representation
|
703
|
+
|
704
|
+
property :api_style, as: 'apiStyle', class: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues::Representation
|
705
|
+
|
706
|
+
property :api_technical_requirements, as: 'apiTechnicalRequirements', class: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues::Representation
|
707
|
+
|
708
|
+
hash :attributes, as: 'attributes', class: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues::Representation
|
709
|
+
|
710
|
+
property :business_unit, as: 'businessUnit', class: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues::Representation
|
711
|
+
|
712
|
+
property :create_time, as: 'createTime'
|
713
|
+
property :description, as: 'description'
|
714
|
+
property :display_name, as: 'displayName'
|
715
|
+
property :documentation, as: 'documentation', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Documentation, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Documentation::Representation
|
716
|
+
|
717
|
+
property :fingerprint, as: 'fingerprint'
|
718
|
+
property :maturity_level, as: 'maturityLevel', class: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues::Representation
|
719
|
+
|
720
|
+
property :name, as: 'name'
|
721
|
+
property :owner, as: 'owner', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Owner, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Owner::Representation
|
722
|
+
|
723
|
+
property :selected_version, as: 'selectedVersion'
|
724
|
+
collection :source_metadata, as: 'sourceMetadata', class: Google::Apis::ApihubV1::GoogleCloudApihubV1SourceMetadata, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1SourceMetadata::Representation
|
725
|
+
|
726
|
+
property :target_user, as: 'targetUser', class: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues::Representation
|
727
|
+
|
728
|
+
property :team, as: 'team', class: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues::Representation
|
729
|
+
|
730
|
+
property :update_time, as: 'updateTime'
|
731
|
+
collection :versions, as: 'versions'
|
732
|
+
end
|
733
|
+
end
|
734
|
+
|
735
|
+
class GoogleCloudApihubV1ApiData
|
736
|
+
# @private
|
737
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
738
|
+
property :api_metadata_list, as: 'apiMetadataList', class: Google::Apis::ApihubV1::GoogleCloudApihubV1ApiMetadataList, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1ApiMetadataList::Representation
|
739
|
+
|
740
|
+
end
|
741
|
+
end
|
742
|
+
|
743
|
+
class GoogleCloudApihubV1ApiHubInstance
|
744
|
+
# @private
|
745
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
746
|
+
property :config, as: 'config', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Config, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Config::Representation
|
747
|
+
|
748
|
+
property :create_time, as: 'createTime'
|
749
|
+
property :description, as: 'description'
|
750
|
+
hash :labels, as: 'labels'
|
751
|
+
property :name, as: 'name'
|
752
|
+
property :state, as: 'state'
|
753
|
+
property :state_message, as: 'stateMessage'
|
754
|
+
property :update_time, as: 'updateTime'
|
755
|
+
end
|
756
|
+
end
|
757
|
+
|
758
|
+
class GoogleCloudApihubV1ApiHubResource
|
759
|
+
# @private
|
760
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
761
|
+
property :api, as: 'api', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Api, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Api::Representation
|
762
|
+
|
763
|
+
property :definition, as: 'definition', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Definition, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Definition::Representation
|
764
|
+
|
765
|
+
property :deployment, as: 'deployment', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Deployment, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Deployment::Representation
|
766
|
+
|
767
|
+
property :operation, as: 'operation', class: Google::Apis::ApihubV1::GoogleCloudApihubV1ApiOperation, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1ApiOperation::Representation
|
768
|
+
|
769
|
+
property :spec, as: 'spec', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Spec, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Spec::Representation
|
770
|
+
|
771
|
+
property :version, as: 'version', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Version, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Version::Representation
|
772
|
+
|
773
|
+
end
|
774
|
+
end
|
775
|
+
|
776
|
+
class GoogleCloudApihubV1ApiKeyConfig
|
777
|
+
# @private
|
778
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
779
|
+
property :api_key, as: 'apiKey', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Secret, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Secret::Representation
|
780
|
+
|
781
|
+
property :http_element_location, as: 'httpElementLocation'
|
782
|
+
property :name, as: 'name'
|
783
|
+
end
|
784
|
+
end
|
785
|
+
|
786
|
+
class GoogleCloudApihubV1ApiMetadataList
|
787
|
+
# @private
|
788
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
789
|
+
collection :api_metadata, as: 'apiMetadata', class: Google::Apis::ApihubV1::GoogleCloudApihubV1ApiMetadata, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1ApiMetadata::Representation
|
790
|
+
|
791
|
+
end
|
792
|
+
end
|
793
|
+
|
794
|
+
class GoogleCloudApihubV1ApiOperation
|
795
|
+
# @private
|
796
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
797
|
+
hash :attributes, as: 'attributes', class: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues::Representation
|
798
|
+
|
799
|
+
property :create_time, as: 'createTime'
|
800
|
+
property :details, as: 'details', class: Google::Apis::ApihubV1::GoogleCloudApihubV1OperationDetails, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1OperationDetails::Representation
|
801
|
+
|
802
|
+
property :name, as: 'name'
|
803
|
+
collection :source_metadata, as: 'sourceMetadata', class: Google::Apis::ApihubV1::GoogleCloudApihubV1SourceMetadata, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1SourceMetadata::Representation
|
804
|
+
|
805
|
+
property :spec, as: 'spec'
|
806
|
+
property :update_time, as: 'updateTime'
|
807
|
+
end
|
808
|
+
end
|
809
|
+
|
810
|
+
class GoogleCloudApihubV1ApplicationIntegrationEndpointDetails
|
811
|
+
# @private
|
812
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
813
|
+
property :trigger_id, as: 'triggerId'
|
814
|
+
property :uri, as: 'uri'
|
815
|
+
end
|
816
|
+
end
|
817
|
+
|
818
|
+
class GoogleCloudApihubV1Attribute
|
819
|
+
# @private
|
820
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
821
|
+
collection :allowed_values, as: 'allowedValues', class: Google::Apis::ApihubV1::GoogleCloudApihubV1AllowedValue, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1AllowedValue::Representation
|
822
|
+
|
823
|
+
property :cardinality, as: 'cardinality'
|
824
|
+
property :create_time, as: 'createTime'
|
825
|
+
property :data_type, as: 'dataType'
|
826
|
+
property :definition_type, as: 'definitionType'
|
827
|
+
property :description, as: 'description'
|
828
|
+
property :display_name, as: 'displayName'
|
829
|
+
property :mandatory, as: 'mandatory'
|
830
|
+
property :name, as: 'name'
|
831
|
+
property :scope, as: 'scope'
|
832
|
+
property :update_time, as: 'updateTime'
|
833
|
+
end
|
834
|
+
end
|
835
|
+
|
836
|
+
class GoogleCloudApihubV1AttributeValues
|
837
|
+
# @private
|
838
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
839
|
+
property :attribute, as: 'attribute'
|
840
|
+
property :enum_values, as: 'enumValues', class: Google::Apis::ApihubV1::GoogleCloudApihubV1EnumAttributeValues, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1EnumAttributeValues::Representation
|
841
|
+
|
842
|
+
property :json_values, as: 'jsonValues', class: Google::Apis::ApihubV1::GoogleCloudApihubV1StringAttributeValues, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1StringAttributeValues::Representation
|
843
|
+
|
844
|
+
property :string_values, as: 'stringValues', class: Google::Apis::ApihubV1::GoogleCloudApihubV1StringAttributeValues, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1StringAttributeValues::Representation
|
845
|
+
|
846
|
+
property :uri_values, as: 'uriValues', class: Google::Apis::ApihubV1::GoogleCloudApihubV1StringAttributeValues, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1StringAttributeValues::Representation
|
847
|
+
|
848
|
+
end
|
849
|
+
end
|
850
|
+
|
851
|
+
class GoogleCloudApihubV1AuthConfig
|
852
|
+
# @private
|
853
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
854
|
+
property :api_key_config, as: 'apiKeyConfig', class: Google::Apis::ApihubV1::GoogleCloudApihubV1ApiKeyConfig, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1ApiKeyConfig::Representation
|
855
|
+
|
856
|
+
property :auth_type, as: 'authType'
|
857
|
+
property :google_service_account_config, as: 'googleServiceAccountConfig', class: Google::Apis::ApihubV1::GoogleCloudApihubV1GoogleServiceAccountConfig, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1GoogleServiceAccountConfig::Representation
|
858
|
+
|
859
|
+
property :oauth2_client_credentials_config, as: 'oauth2ClientCredentialsConfig', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Oauth2ClientCredentialsConfig, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Oauth2ClientCredentialsConfig::Representation
|
860
|
+
|
861
|
+
property :user_password_config, as: 'userPasswordConfig', class: Google::Apis::ApihubV1::GoogleCloudApihubV1UserPasswordConfig, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1UserPasswordConfig::Representation
|
862
|
+
|
863
|
+
end
|
864
|
+
end
|
865
|
+
|
866
|
+
class GoogleCloudApihubV1AuthConfigTemplate
|
867
|
+
# @private
|
868
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
869
|
+
property :service_account, as: 'serviceAccount', class: Google::Apis::ApihubV1::GoogleCloudApihubV1GoogleServiceAccountConfig, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1GoogleServiceAccountConfig::Representation
|
870
|
+
|
871
|
+
collection :supported_auth_types, as: 'supportedAuthTypes'
|
872
|
+
end
|
873
|
+
end
|
874
|
+
|
875
|
+
class GoogleCloudApihubV1CollectApiDataRequest
|
876
|
+
# @private
|
877
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
878
|
+
property :action_id, as: 'actionId'
|
879
|
+
property :api_data, as: 'apiData', class: Google::Apis::ApihubV1::GoogleCloudApihubV1ApiData, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1ApiData::Representation
|
880
|
+
|
881
|
+
property :collection_type, as: 'collectionType'
|
882
|
+
property :plugin_instance, as: 'pluginInstance'
|
883
|
+
end
|
884
|
+
end
|
885
|
+
|
886
|
+
class GoogleCloudApihubV1Config
|
887
|
+
# @private
|
888
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
889
|
+
property :cmek_key_name, as: 'cmekKeyName'
|
890
|
+
property :disable_search, as: 'disableSearch'
|
891
|
+
property :encryption_type, as: 'encryptionType'
|
892
|
+
property :vertex_location, as: 'vertexLocation'
|
893
|
+
end
|
894
|
+
end
|
895
|
+
|
896
|
+
class GoogleCloudApihubV1ConfigTemplate
|
897
|
+
# @private
|
898
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
899
|
+
collection :additional_config_template, as: 'additionalConfigTemplate', class: Google::Apis::ApihubV1::GoogleCloudApihubV1ConfigVariableTemplate, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1ConfigVariableTemplate::Representation
|
900
|
+
|
901
|
+
property :auth_config_template, as: 'authConfigTemplate', class: Google::Apis::ApihubV1::GoogleCloudApihubV1AuthConfigTemplate, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1AuthConfigTemplate::Representation
|
902
|
+
|
903
|
+
end
|
904
|
+
end
|
905
|
+
|
906
|
+
class GoogleCloudApihubV1ConfigValueOption
|
907
|
+
# @private
|
908
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
909
|
+
property :description, as: 'description'
|
910
|
+
property :display_name, as: 'displayName'
|
911
|
+
property :id, as: 'id'
|
912
|
+
end
|
913
|
+
end
|
914
|
+
|
915
|
+
class GoogleCloudApihubV1ConfigVariable
|
916
|
+
# @private
|
917
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
918
|
+
property :bool_value, as: 'boolValue'
|
919
|
+
property :enum_value, as: 'enumValue', class: Google::Apis::ApihubV1::GoogleCloudApihubV1ConfigValueOption, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1ConfigValueOption::Representation
|
920
|
+
|
921
|
+
property :int_value, :numeric_string => true, as: 'intValue'
|
922
|
+
property :key, as: 'key'
|
923
|
+
property :multi_int_values, as: 'multiIntValues', class: Google::Apis::ApihubV1::GoogleCloudApihubV1MultiIntValues, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1MultiIntValues::Representation
|
924
|
+
|
925
|
+
property :multi_select_values, as: 'multiSelectValues', class: Google::Apis::ApihubV1::GoogleCloudApihubV1MultiSelectValues, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1MultiSelectValues::Representation
|
926
|
+
|
927
|
+
property :multi_string_values, as: 'multiStringValues', class: Google::Apis::ApihubV1::GoogleCloudApihubV1MultiStringValues, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1MultiStringValues::Representation
|
928
|
+
|
929
|
+
property :secret_value, as: 'secretValue', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Secret, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Secret::Representation
|
930
|
+
|
931
|
+
property :string_value, as: 'stringValue'
|
932
|
+
end
|
933
|
+
end
|
934
|
+
|
935
|
+
class GoogleCloudApihubV1ConfigVariableTemplate
|
936
|
+
# @private
|
937
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
938
|
+
property :description, as: 'description'
|
939
|
+
collection :enum_options, as: 'enumOptions', class: Google::Apis::ApihubV1::GoogleCloudApihubV1ConfigValueOption, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1ConfigValueOption::Representation
|
940
|
+
|
941
|
+
property :id, as: 'id'
|
942
|
+
collection :multi_select_options, as: 'multiSelectOptions', class: Google::Apis::ApihubV1::GoogleCloudApihubV1ConfigValueOption, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1ConfigValueOption::Representation
|
943
|
+
|
944
|
+
property :required, as: 'required'
|
945
|
+
property :validation_regex, as: 'validationRegex'
|
946
|
+
property :value_type, as: 'valueType'
|
947
|
+
end
|
948
|
+
end
|
949
|
+
|
950
|
+
class GoogleCloudApihubV1Curation
|
951
|
+
# @private
|
952
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
953
|
+
property :create_time, as: 'createTime'
|
954
|
+
property :description, as: 'description'
|
955
|
+
property :display_name, as: 'displayName'
|
956
|
+
property :endpoint, as: 'endpoint', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Endpoint, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Endpoint::Representation
|
957
|
+
|
958
|
+
property :last_execution_error_code, as: 'lastExecutionErrorCode'
|
959
|
+
property :last_execution_error_message, as: 'lastExecutionErrorMessage'
|
960
|
+
property :last_execution_state, as: 'lastExecutionState'
|
961
|
+
property :name, as: 'name'
|
962
|
+
collection :plugin_instance_actions, as: 'pluginInstanceActions', class: Google::Apis::ApihubV1::GoogleCloudApihubV1PluginInstanceActionId, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1PluginInstanceActionId::Representation
|
963
|
+
|
964
|
+
property :update_time, as: 'updateTime'
|
965
|
+
end
|
966
|
+
end
|
967
|
+
|
968
|
+
class GoogleCloudApihubV1CurationConfig
|
969
|
+
# @private
|
970
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
971
|
+
property :curation_type, as: 'curationType'
|
972
|
+
property :custom_curation, as: 'customCuration', class: Google::Apis::ApihubV1::GoogleCloudApihubV1CustomCuration, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1CustomCuration::Representation
|
973
|
+
|
974
|
+
end
|
975
|
+
end
|
976
|
+
|
977
|
+
class GoogleCloudApihubV1CustomCuration
|
978
|
+
# @private
|
979
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
980
|
+
property :curation, as: 'curation'
|
981
|
+
end
|
982
|
+
end
|
983
|
+
|
984
|
+
class GoogleCloudApihubV1Definition
|
985
|
+
# @private
|
986
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
987
|
+
hash :attributes, as: 'attributes', class: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues::Representation
|
988
|
+
|
989
|
+
property :create_time, as: 'createTime'
|
990
|
+
property :name, as: 'name'
|
991
|
+
property :schema, as: 'schema', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Schema, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Schema::Representation
|
992
|
+
|
993
|
+
property :spec, as: 'spec'
|
994
|
+
property :type, as: 'type'
|
995
|
+
property :update_time, as: 'updateTime'
|
996
|
+
end
|
997
|
+
end
|
998
|
+
|
999
|
+
class GoogleCloudApihubV1Dependency
|
1000
|
+
# @private
|
1001
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1002
|
+
hash :attributes, as: 'attributes', class: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues::Representation
|
1003
|
+
|
1004
|
+
property :consumer, as: 'consumer', class: Google::Apis::ApihubV1::GoogleCloudApihubV1DependencyEntityReference, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1DependencyEntityReference::Representation
|
1005
|
+
|
1006
|
+
property :create_time, as: 'createTime'
|
1007
|
+
property :description, as: 'description'
|
1008
|
+
property :discovery_mode, as: 'discoveryMode'
|
1009
|
+
property :error_detail, as: 'errorDetail', class: Google::Apis::ApihubV1::GoogleCloudApihubV1DependencyErrorDetail, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1DependencyErrorDetail::Representation
|
1010
|
+
|
1011
|
+
property :name, as: 'name'
|
1012
|
+
property :state, as: 'state'
|
1013
|
+
property :supplier, as: 'supplier', class: Google::Apis::ApihubV1::GoogleCloudApihubV1DependencyEntityReference, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1DependencyEntityReference::Representation
|
1014
|
+
|
1015
|
+
property :update_time, as: 'updateTime'
|
1016
|
+
end
|
1017
|
+
end
|
1018
|
+
|
1019
|
+
class GoogleCloudApihubV1DependencyEntityReference
|
1020
|
+
# @private
|
1021
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1022
|
+
property :display_name, as: 'displayName'
|
1023
|
+
property :external_api_resource_name, as: 'externalApiResourceName'
|
1024
|
+
property :operation_resource_name, as: 'operationResourceName'
|
1025
|
+
end
|
1026
|
+
end
|
1027
|
+
|
1028
|
+
class GoogleCloudApihubV1DependencyErrorDetail
|
1029
|
+
# @private
|
1030
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1031
|
+
property :error, as: 'error'
|
1032
|
+
property :error_time, as: 'errorTime'
|
1033
|
+
end
|
1034
|
+
end
|
1035
|
+
|
1036
|
+
class GoogleCloudApihubV1Deployment
|
1037
|
+
# @private
|
1038
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1039
|
+
collection :api_versions, as: 'apiVersions'
|
1040
|
+
hash :attributes, as: 'attributes', class: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues::Representation
|
1041
|
+
|
1042
|
+
property :create_time, as: 'createTime'
|
1043
|
+
property :deployment_type, as: 'deploymentType', class: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues::Representation
|
1044
|
+
|
1045
|
+
property :description, as: 'description'
|
1046
|
+
property :display_name, as: 'displayName'
|
1047
|
+
property :documentation, as: 'documentation', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Documentation, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Documentation::Representation
|
1048
|
+
|
1049
|
+
collection :endpoints, as: 'endpoints'
|
1050
|
+
property :environment, as: 'environment', class: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues::Representation
|
1051
|
+
|
1052
|
+
property :name, as: 'name'
|
1053
|
+
property :resource_uri, as: 'resourceUri'
|
1054
|
+
property :slo, as: 'slo', class: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues::Representation
|
1055
|
+
|
1056
|
+
collection :source_metadata, as: 'sourceMetadata', class: Google::Apis::ApihubV1::GoogleCloudApihubV1SourceMetadata, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1SourceMetadata::Representation
|
1057
|
+
|
1058
|
+
property :update_time, as: 'updateTime'
|
1059
|
+
end
|
1060
|
+
end
|
1061
|
+
|
1062
|
+
class GoogleCloudApihubV1DeploymentMetadata
|
1063
|
+
# @private
|
1064
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1065
|
+
property :deployment, as: 'deployment', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Deployment, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Deployment::Representation
|
1066
|
+
|
1067
|
+
property :original_create_time, as: 'originalCreateTime'
|
1068
|
+
property :original_id, as: 'originalId'
|
1069
|
+
property :original_update_time, as: 'originalUpdateTime'
|
1070
|
+
end
|
1071
|
+
end
|
1072
|
+
|
1073
|
+
class GoogleCloudApihubV1DisablePluginInstanceActionRequest
|
1074
|
+
# @private
|
1075
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1076
|
+
property :action_id, as: 'actionId'
|
1077
|
+
end
|
1078
|
+
end
|
1079
|
+
|
1080
|
+
class GoogleCloudApihubV1DisablePluginRequest
|
1081
|
+
# @private
|
1082
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1083
|
+
end
|
1084
|
+
end
|
1085
|
+
|
1086
|
+
class GoogleCloudApihubV1Documentation
|
1087
|
+
# @private
|
1088
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1089
|
+
property :external_uri, as: 'externalUri'
|
1090
|
+
end
|
1091
|
+
end
|
1092
|
+
|
1093
|
+
class GoogleCloudApihubV1EnablePluginInstanceActionRequest
|
1094
|
+
# @private
|
1095
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1096
|
+
property :action_id, as: 'actionId'
|
1097
|
+
end
|
1098
|
+
end
|
1099
|
+
|
1100
|
+
class GoogleCloudApihubV1EnablePluginRequest
|
1101
|
+
# @private
|
1102
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1103
|
+
end
|
1104
|
+
end
|
1105
|
+
|
1106
|
+
class GoogleCloudApihubV1Endpoint
|
1107
|
+
# @private
|
1108
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1109
|
+
property :application_integration_endpoint_details, as: 'applicationIntegrationEndpointDetails', class: Google::Apis::ApihubV1::GoogleCloudApihubV1ApplicationIntegrationEndpointDetails, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1ApplicationIntegrationEndpointDetails::Representation
|
1110
|
+
|
1111
|
+
end
|
1112
|
+
end
|
1113
|
+
|
1114
|
+
class GoogleCloudApihubV1EnumAttributeValues
|
1115
|
+
# @private
|
1116
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1117
|
+
collection :values, as: 'values', class: Google::Apis::ApihubV1::GoogleCloudApihubV1AllowedValue, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1AllowedValue::Representation
|
1118
|
+
|
1119
|
+
end
|
1120
|
+
end
|
1121
|
+
|
1122
|
+
class GoogleCloudApihubV1ExecutePluginInstanceActionRequest
|
1123
|
+
# @private
|
1124
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1125
|
+
property :action_execution_detail, as: 'actionExecutionDetail', class: Google::Apis::ApihubV1::GoogleCloudApihubV1ActionExecutionDetail, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1ActionExecutionDetail::Representation
|
1126
|
+
|
1127
|
+
end
|
1128
|
+
end
|
1129
|
+
|
1130
|
+
class GoogleCloudApihubV1ExecutionStatus
|
1131
|
+
# @private
|
1132
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1133
|
+
property :current_execution_state, as: 'currentExecutionState'
|
1134
|
+
property :last_execution, as: 'lastExecution', class: Google::Apis::ApihubV1::GoogleCloudApihubV1LastExecution, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1LastExecution::Representation
|
1135
|
+
|
1136
|
+
end
|
1137
|
+
end
|
1138
|
+
|
1139
|
+
class GoogleCloudApihubV1ExternalApi
|
1140
|
+
# @private
|
1141
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1142
|
+
hash :attributes, as: 'attributes', class: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues::Representation
|
1143
|
+
|
1144
|
+
property :create_time, as: 'createTime'
|
1145
|
+
property :description, as: 'description'
|
1146
|
+
property :display_name, as: 'displayName'
|
1147
|
+
property :documentation, as: 'documentation', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Documentation, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Documentation::Representation
|
1148
|
+
|
1149
|
+
collection :endpoints, as: 'endpoints'
|
1150
|
+
property :name, as: 'name'
|
1151
|
+
collection :paths, as: 'paths'
|
1152
|
+
property :update_time, as: 'updateTime'
|
1153
|
+
end
|
1154
|
+
end
|
1155
|
+
|
1156
|
+
class GoogleCloudApihubV1GoogleServiceAccountConfig
|
1157
|
+
# @private
|
1158
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1159
|
+
property :service_account, as: 'serviceAccount'
|
1160
|
+
end
|
1161
|
+
end
|
1162
|
+
|
1163
|
+
class GoogleCloudApihubV1HostProjectRegistration
|
1164
|
+
# @private
|
1165
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1166
|
+
property :create_time, as: 'createTime'
|
1167
|
+
property :gcp_project, as: 'gcpProject'
|
1168
|
+
property :name, as: 'name'
|
1169
|
+
end
|
1170
|
+
end
|
1171
|
+
|
1172
|
+
class GoogleCloudApihubV1HostingService
|
1173
|
+
# @private
|
1174
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1175
|
+
property :service_uri, as: 'serviceUri'
|
1176
|
+
end
|
1177
|
+
end
|
1178
|
+
|
1179
|
+
class GoogleCloudApihubV1HttpOperation
|
1180
|
+
# @private
|
1181
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1182
|
+
property :method_prop, as: 'method'
|
1183
|
+
property :path, as: 'path', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Path, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Path::Representation
|
1184
|
+
|
1185
|
+
end
|
1186
|
+
end
|
1187
|
+
|
1188
|
+
class GoogleCloudApihubV1Issue
|
1189
|
+
# @private
|
1190
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1191
|
+
property :code, as: 'code'
|
1192
|
+
property :message, as: 'message'
|
1193
|
+
collection :path, as: 'path'
|
1194
|
+
property :range, as: 'range', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Range, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Range::Representation
|
1195
|
+
|
1196
|
+
property :severity, as: 'severity'
|
1197
|
+
end
|
1198
|
+
end
|
1199
|
+
|
1200
|
+
class GoogleCloudApihubV1LastExecution
|
1201
|
+
# @private
|
1202
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1203
|
+
property :end_time, as: 'endTime'
|
1204
|
+
property :error_message, as: 'errorMessage'
|
1205
|
+
property :result, as: 'result'
|
1206
|
+
property :start_time, as: 'startTime'
|
1207
|
+
end
|
1208
|
+
end
|
1209
|
+
|
1210
|
+
class GoogleCloudApihubV1LintResponse
|
1211
|
+
# @private
|
1212
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1213
|
+
property :create_time, as: 'createTime'
|
1214
|
+
collection :issues, as: 'issues', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Issue, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Issue::Representation
|
1215
|
+
|
1216
|
+
property :linter, as: 'linter'
|
1217
|
+
property :source, as: 'source'
|
1218
|
+
property :state, as: 'state'
|
1219
|
+
collection :summary, as: 'summary', class: Google::Apis::ApihubV1::GoogleCloudApihubV1SummaryEntry, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1SummaryEntry::Representation
|
1220
|
+
|
1221
|
+
end
|
1222
|
+
end
|
1223
|
+
|
1224
|
+
class GoogleCloudApihubV1LintSpecRequest
|
1225
|
+
# @private
|
1226
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1227
|
+
end
|
1228
|
+
end
|
1229
|
+
|
1230
|
+
class GoogleCloudApihubV1ListApiOperationsResponse
|
1231
|
+
# @private
|
1232
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1233
|
+
collection :api_operations, as: 'apiOperations', class: Google::Apis::ApihubV1::GoogleCloudApihubV1ApiOperation, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1ApiOperation::Representation
|
1234
|
+
|
1235
|
+
property :next_page_token, as: 'nextPageToken'
|
1236
|
+
end
|
1237
|
+
end
|
1238
|
+
|
1239
|
+
class GoogleCloudApihubV1ListApisResponse
|
1240
|
+
# @private
|
1241
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1242
|
+
collection :apis, as: 'apis', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Api, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Api::Representation
|
1243
|
+
|
1244
|
+
property :next_page_token, as: 'nextPageToken'
|
1245
|
+
end
|
1246
|
+
end
|
1247
|
+
|
1248
|
+
class GoogleCloudApihubV1ListAttributesResponse
|
1249
|
+
# @private
|
1250
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1251
|
+
collection :attributes, as: 'attributes', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Attribute, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Attribute::Representation
|
1252
|
+
|
1253
|
+
property :next_page_token, as: 'nextPageToken'
|
1254
|
+
end
|
1255
|
+
end
|
1256
|
+
|
1257
|
+
class GoogleCloudApihubV1ListCurationsResponse
|
1258
|
+
# @private
|
1259
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1260
|
+
collection :curations, as: 'curations', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Curation, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Curation::Representation
|
1261
|
+
|
1262
|
+
property :next_page_token, as: 'nextPageToken'
|
1263
|
+
end
|
1264
|
+
end
|
1265
|
+
|
1266
|
+
class GoogleCloudApihubV1ListDependenciesResponse
|
1267
|
+
# @private
|
1268
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1269
|
+
collection :dependencies, as: 'dependencies', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Dependency, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Dependency::Representation
|
1270
|
+
|
1271
|
+
property :next_page_token, as: 'nextPageToken'
|
1272
|
+
end
|
1273
|
+
end
|
1274
|
+
|
1275
|
+
class GoogleCloudApihubV1ListDeploymentsResponse
|
1276
|
+
# @private
|
1277
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1278
|
+
collection :deployments, as: 'deployments', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Deployment, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Deployment::Representation
|
1279
|
+
|
1280
|
+
property :next_page_token, as: 'nextPageToken'
|
1281
|
+
end
|
1282
|
+
end
|
1283
|
+
|
1284
|
+
class GoogleCloudApihubV1ListExternalApisResponse
|
1285
|
+
# @private
|
1286
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1287
|
+
collection :external_apis, as: 'externalApis', class: Google::Apis::ApihubV1::GoogleCloudApihubV1ExternalApi, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1ExternalApi::Representation
|
1288
|
+
|
1289
|
+
property :next_page_token, as: 'nextPageToken'
|
1290
|
+
end
|
1291
|
+
end
|
1292
|
+
|
1293
|
+
class GoogleCloudApihubV1ListHostProjectRegistrationsResponse
|
1294
|
+
# @private
|
1295
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1296
|
+
collection :host_project_registrations, as: 'hostProjectRegistrations', class: Google::Apis::ApihubV1::GoogleCloudApihubV1HostProjectRegistration, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1HostProjectRegistration::Representation
|
1297
|
+
|
1298
|
+
property :next_page_token, as: 'nextPageToken'
|
1299
|
+
end
|
1300
|
+
end
|
1301
|
+
|
1302
|
+
class GoogleCloudApihubV1ListPluginInstancesResponse
|
1303
|
+
# @private
|
1304
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1305
|
+
property :next_page_token, as: 'nextPageToken'
|
1306
|
+
collection :plugin_instances, as: 'pluginInstances', class: Google::Apis::ApihubV1::GoogleCloudApihubV1PluginInstance, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1PluginInstance::Representation
|
1307
|
+
|
1308
|
+
end
|
1309
|
+
end
|
1310
|
+
|
1311
|
+
class GoogleCloudApihubV1ListPluginsResponse
|
1312
|
+
# @private
|
1313
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1314
|
+
property :next_page_token, as: 'nextPageToken'
|
1315
|
+
collection :plugins, as: 'plugins', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Plugin, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Plugin::Representation
|
1316
|
+
|
1317
|
+
end
|
1318
|
+
end
|
1319
|
+
|
1320
|
+
class GoogleCloudApihubV1ListRuntimeProjectAttachmentsResponse
|
1321
|
+
# @private
|
1322
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1323
|
+
property :next_page_token, as: 'nextPageToken'
|
1324
|
+
collection :runtime_project_attachments, as: 'runtimeProjectAttachments', class: Google::Apis::ApihubV1::GoogleCloudApihubV1RuntimeProjectAttachment, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1RuntimeProjectAttachment::Representation
|
1325
|
+
|
1326
|
+
end
|
1327
|
+
end
|
1328
|
+
|
1329
|
+
class GoogleCloudApihubV1ListSpecsResponse
|
1330
|
+
# @private
|
1331
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1332
|
+
property :next_page_token, as: 'nextPageToken'
|
1333
|
+
collection :specs, as: 'specs', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Spec, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Spec::Representation
|
1334
|
+
|
1335
|
+
end
|
1336
|
+
end
|
1337
|
+
|
1338
|
+
class GoogleCloudApihubV1ListVersionsResponse
|
1339
|
+
# @private
|
1340
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1341
|
+
property :next_page_token, as: 'nextPageToken'
|
1342
|
+
collection :versions, as: 'versions', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Version, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Version::Representation
|
1343
|
+
|
1344
|
+
end
|
1345
|
+
end
|
1346
|
+
|
1347
|
+
class GoogleCloudApihubV1LookupApiHubInstanceResponse
|
1348
|
+
# @private
|
1349
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1350
|
+
property :api_hub_instance, as: 'apiHubInstance', class: Google::Apis::ApihubV1::GoogleCloudApihubV1ApiHubInstance, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1ApiHubInstance::Representation
|
1351
|
+
|
1352
|
+
end
|
1353
|
+
end
|
1354
|
+
|
1355
|
+
class GoogleCloudApihubV1LookupRuntimeProjectAttachmentResponse
|
1356
|
+
# @private
|
1357
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1358
|
+
property :runtime_project_attachment, as: 'runtimeProjectAttachment', class: Google::Apis::ApihubV1::GoogleCloudApihubV1RuntimeProjectAttachment, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1RuntimeProjectAttachment::Representation
|
1359
|
+
|
1360
|
+
end
|
1361
|
+
end
|
1362
|
+
|
1363
|
+
class GoogleCloudApihubV1MultiIntValues
|
1364
|
+
# @private
|
1365
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1366
|
+
collection :values, as: 'values'
|
1367
|
+
end
|
1368
|
+
end
|
1369
|
+
|
1370
|
+
class GoogleCloudApihubV1MultiSelectValues
|
1371
|
+
# @private
|
1372
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1373
|
+
collection :values, as: 'values', class: Google::Apis::ApihubV1::GoogleCloudApihubV1ConfigValueOption, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1ConfigValueOption::Representation
|
1374
|
+
|
1375
|
+
end
|
1376
|
+
end
|
1377
|
+
|
1378
|
+
class GoogleCloudApihubV1MultiStringValues
|
1379
|
+
# @private
|
1380
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1381
|
+
collection :values, as: 'values'
|
1382
|
+
end
|
1383
|
+
end
|
1384
|
+
|
1385
|
+
class GoogleCloudApihubV1Oauth2ClientCredentialsConfig
|
1386
|
+
# @private
|
1387
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1388
|
+
property :client_id, as: 'clientId'
|
1389
|
+
property :client_secret, as: 'clientSecret', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Secret, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Secret::Representation
|
1390
|
+
|
1391
|
+
end
|
1392
|
+
end
|
1393
|
+
|
1394
|
+
class GoogleCloudApihubV1OpenApiSpecDetails
|
1395
|
+
# @private
|
1396
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1397
|
+
property :format, as: 'format'
|
1398
|
+
property :owner, as: 'owner', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Owner, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Owner::Representation
|
1399
|
+
|
1400
|
+
property :version, as: 'version'
|
1401
|
+
end
|
1402
|
+
end
|
1403
|
+
|
1404
|
+
class GoogleCloudApihubV1OperationDetails
|
1405
|
+
# @private
|
1406
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1407
|
+
property :deprecated, as: 'deprecated'
|
1408
|
+
property :description, as: 'description'
|
1409
|
+
property :documentation, as: 'documentation', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Documentation, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Documentation::Representation
|
1410
|
+
|
1411
|
+
property :http_operation, as: 'httpOperation', class: Google::Apis::ApihubV1::GoogleCloudApihubV1HttpOperation, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1HttpOperation::Representation
|
1412
|
+
|
1413
|
+
end
|
1414
|
+
end
|
1415
|
+
|
1416
|
+
class GoogleCloudApihubV1OperationMetadata
|
1417
|
+
# @private
|
1418
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1419
|
+
property :api_version, as: 'apiVersion'
|
1420
|
+
property :create_time, as: 'createTime'
|
1421
|
+
property :end_time, as: 'endTime'
|
1422
|
+
property :requested_cancellation, as: 'requestedCancellation'
|
1423
|
+
property :status_message, as: 'statusMessage'
|
1424
|
+
property :target, as: 'target'
|
1425
|
+
property :verb, as: 'verb'
|
1426
|
+
end
|
1427
|
+
end
|
1428
|
+
|
1429
|
+
class GoogleCloudApihubV1Owner
|
1430
|
+
# @private
|
1431
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1432
|
+
property :display_name, as: 'displayName'
|
1433
|
+
property :email, as: 'email'
|
1434
|
+
end
|
1435
|
+
end
|
1436
|
+
|
1437
|
+
class GoogleCloudApihubV1Path
|
1438
|
+
# @private
|
1439
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1440
|
+
property :description, as: 'description'
|
1441
|
+
property :path, as: 'path'
|
1442
|
+
end
|
1443
|
+
end
|
1444
|
+
|
1445
|
+
class GoogleCloudApihubV1Plugin
|
1446
|
+
# @private
|
1447
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1448
|
+
collection :actions_config, as: 'actionsConfig', class: Google::Apis::ApihubV1::GoogleCloudApihubV1PluginActionConfig, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1PluginActionConfig::Representation
|
1449
|
+
|
1450
|
+
property :config_template, as: 'configTemplate', class: Google::Apis::ApihubV1::GoogleCloudApihubV1ConfigTemplate, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1ConfigTemplate::Representation
|
1451
|
+
|
1452
|
+
property :create_time, as: 'createTime'
|
1453
|
+
property :description, as: 'description'
|
1454
|
+
property :display_name, as: 'displayName'
|
1455
|
+
property :documentation, as: 'documentation', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Documentation, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Documentation::Representation
|
1456
|
+
|
1457
|
+
property :hosting_service, as: 'hostingService', class: Google::Apis::ApihubV1::GoogleCloudApihubV1HostingService, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1HostingService::Representation
|
1458
|
+
|
1459
|
+
property :name, as: 'name'
|
1460
|
+
property :ownership_type, as: 'ownershipType'
|
1461
|
+
property :plugin_category, as: 'pluginCategory'
|
1462
|
+
property :state, as: 'state'
|
1463
|
+
property :type, as: 'type', class: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues::Representation
|
1464
|
+
|
1465
|
+
property :update_time, as: 'updateTime'
|
1466
|
+
end
|
1467
|
+
end
|
1468
|
+
|
1469
|
+
class GoogleCloudApihubV1PluginActionConfig
|
1470
|
+
# @private
|
1471
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1472
|
+
property :description, as: 'description'
|
1473
|
+
property :display_name, as: 'displayName'
|
1474
|
+
property :id, as: 'id'
|
1475
|
+
property :trigger_mode, as: 'triggerMode'
|
1476
|
+
end
|
1477
|
+
end
|
1478
|
+
|
1479
|
+
class GoogleCloudApihubV1PluginInstance
|
1480
|
+
# @private
|
1481
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1482
|
+
collection :actions, as: 'actions', class: Google::Apis::ApihubV1::GoogleCloudApihubV1PluginInstanceAction, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1PluginInstanceAction::Representation
|
1483
|
+
|
1484
|
+
hash :additional_config, as: 'additionalConfig', class: Google::Apis::ApihubV1::GoogleCloudApihubV1ConfigVariable, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1ConfigVariable::Representation
|
1485
|
+
|
1486
|
+
property :auth_config, as: 'authConfig', class: Google::Apis::ApihubV1::GoogleCloudApihubV1AuthConfig, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1AuthConfig::Representation
|
1487
|
+
|
1488
|
+
property :create_time, as: 'createTime'
|
1489
|
+
property :display_name, as: 'displayName'
|
1490
|
+
property :error_message, as: 'errorMessage'
|
1491
|
+
property :name, as: 'name'
|
1492
|
+
property :state, as: 'state'
|
1493
|
+
property :update_time, as: 'updateTime'
|
1494
|
+
end
|
1495
|
+
end
|
1496
|
+
|
1497
|
+
class GoogleCloudApihubV1PluginInstanceAction
|
1498
|
+
# @private
|
1499
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1500
|
+
property :action_id, as: 'actionId'
|
1501
|
+
property :curation_config, as: 'curationConfig', class: Google::Apis::ApihubV1::GoogleCloudApihubV1CurationConfig, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1CurationConfig::Representation
|
1502
|
+
|
1503
|
+
property :hub_instance_action, as: 'hubInstanceAction', class: Google::Apis::ApihubV1::GoogleCloudApihubV1ExecutionStatus, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1ExecutionStatus::Representation
|
1504
|
+
|
1505
|
+
property :schedule_cron_expression, as: 'scheduleCronExpression'
|
1506
|
+
property :schedule_time_zone, as: 'scheduleTimeZone'
|
1507
|
+
property :state, as: 'state'
|
1508
|
+
end
|
1509
|
+
end
|
1510
|
+
|
1511
|
+
class GoogleCloudApihubV1PluginInstanceActionId
|
1512
|
+
# @private
|
1513
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1514
|
+
property :action_id, as: 'actionId'
|
1515
|
+
property :plugin_instance, as: 'pluginInstance'
|
1516
|
+
end
|
1517
|
+
end
|
1518
|
+
|
1519
|
+
class GoogleCloudApihubV1PluginInstanceActionSource
|
1520
|
+
# @private
|
1521
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1522
|
+
property :action_id, as: 'actionId'
|
1523
|
+
property :plugin_instance, as: 'pluginInstance'
|
1524
|
+
end
|
1525
|
+
end
|
1526
|
+
|
1527
|
+
class GoogleCloudApihubV1Point
|
1528
|
+
# @private
|
1529
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1530
|
+
property :character, as: 'character'
|
1531
|
+
property :line, as: 'line'
|
1532
|
+
end
|
1533
|
+
end
|
1534
|
+
|
1535
|
+
class GoogleCloudApihubV1Range
|
1536
|
+
# @private
|
1537
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1538
|
+
property :end, as: 'end', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Point, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Point::Representation
|
1539
|
+
|
1540
|
+
property :start, as: 'start', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Point, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Point::Representation
|
1541
|
+
|
1542
|
+
end
|
1543
|
+
end
|
1544
|
+
|
1545
|
+
class GoogleCloudApihubV1RuntimeProjectAttachment
|
1546
|
+
# @private
|
1547
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1548
|
+
property :create_time, as: 'createTime'
|
1549
|
+
property :name, as: 'name'
|
1550
|
+
property :runtime_project, as: 'runtimeProject'
|
1551
|
+
end
|
1552
|
+
end
|
1553
|
+
|
1554
|
+
class GoogleCloudApihubV1Schema
|
1555
|
+
# @private
|
1556
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1557
|
+
property :display_name, as: 'displayName'
|
1558
|
+
property :raw_value, :base64 => true, as: 'rawValue'
|
1559
|
+
end
|
1560
|
+
end
|
1561
|
+
|
1562
|
+
class GoogleCloudApihubV1SearchResourcesRequest
|
1563
|
+
# @private
|
1564
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1565
|
+
property :filter, as: 'filter'
|
1566
|
+
property :page_size, as: 'pageSize'
|
1567
|
+
property :page_token, as: 'pageToken'
|
1568
|
+
property :query, as: 'query'
|
1569
|
+
end
|
1570
|
+
end
|
1571
|
+
|
1572
|
+
class GoogleCloudApihubV1SearchResourcesResponse
|
1573
|
+
# @private
|
1574
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1575
|
+
property :next_page_token, as: 'nextPageToken'
|
1576
|
+
collection :search_results, as: 'searchResults', class: Google::Apis::ApihubV1::GoogleCloudApihubV1SearchResult, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1SearchResult::Representation
|
1577
|
+
|
1578
|
+
end
|
1579
|
+
end
|
1580
|
+
|
1581
|
+
class GoogleCloudApihubV1SearchResult
|
1582
|
+
# @private
|
1583
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1584
|
+
property :resource, as: 'resource', class: Google::Apis::ApihubV1::GoogleCloudApihubV1ApiHubResource, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1ApiHubResource::Representation
|
1585
|
+
|
1586
|
+
end
|
1587
|
+
end
|
1588
|
+
|
1589
|
+
class GoogleCloudApihubV1Secret
|
1590
|
+
# @private
|
1591
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1592
|
+
property :secret_version, as: 'secretVersion'
|
1593
|
+
end
|
1594
|
+
end
|
1595
|
+
|
1596
|
+
class GoogleCloudApihubV1SourceMetadata
|
1597
|
+
# @private
|
1598
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1599
|
+
property :original_resource_create_time, as: 'originalResourceCreateTime'
|
1600
|
+
property :original_resource_id, as: 'originalResourceId'
|
1601
|
+
property :original_resource_update_time, as: 'originalResourceUpdateTime'
|
1602
|
+
property :plugin_instance_action_source, as: 'pluginInstanceActionSource', class: Google::Apis::ApihubV1::GoogleCloudApihubV1PluginInstanceActionSource, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1PluginInstanceActionSource::Representation
|
1603
|
+
|
1604
|
+
property :source_type, as: 'sourceType'
|
1605
|
+
end
|
1606
|
+
end
|
1607
|
+
|
1608
|
+
class GoogleCloudApihubV1Spec
|
1609
|
+
# @private
|
1610
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1611
|
+
hash :attributes, as: 'attributes', class: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues::Representation
|
1612
|
+
|
1613
|
+
property :contents, as: 'contents', class: Google::Apis::ApihubV1::GoogleCloudApihubV1SpecContents, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1SpecContents::Representation
|
1614
|
+
|
1615
|
+
property :create_time, as: 'createTime'
|
1616
|
+
property :details, as: 'details', class: Google::Apis::ApihubV1::GoogleCloudApihubV1SpecDetails, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1SpecDetails::Representation
|
1617
|
+
|
1618
|
+
property :display_name, as: 'displayName'
|
1619
|
+
property :documentation, as: 'documentation', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Documentation, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Documentation::Representation
|
1620
|
+
|
1621
|
+
property :lint_response, as: 'lintResponse', class: Google::Apis::ApihubV1::GoogleCloudApihubV1LintResponse, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1LintResponse::Representation
|
1622
|
+
|
1623
|
+
property :name, as: 'name'
|
1624
|
+
property :parsing_mode, as: 'parsingMode'
|
1625
|
+
collection :source_metadata, as: 'sourceMetadata', class: Google::Apis::ApihubV1::GoogleCloudApihubV1SourceMetadata, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1SourceMetadata::Representation
|
1626
|
+
|
1627
|
+
property :source_uri, as: 'sourceUri'
|
1628
|
+
property :spec_type, as: 'specType', class: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues::Representation
|
1629
|
+
|
1630
|
+
property :update_time, as: 'updateTime'
|
1631
|
+
end
|
1632
|
+
end
|
1633
|
+
|
1634
|
+
class GoogleCloudApihubV1SpecContents
|
1635
|
+
# @private
|
1636
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1637
|
+
property :contents, :base64 => true, as: 'contents'
|
1638
|
+
property :mime_type, as: 'mimeType'
|
1639
|
+
end
|
1640
|
+
end
|
1641
|
+
|
1642
|
+
class GoogleCloudApihubV1SpecDetails
|
1643
|
+
# @private
|
1644
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1645
|
+
property :description, as: 'description'
|
1646
|
+
property :open_api_spec_details, as: 'openApiSpecDetails', class: Google::Apis::ApihubV1::GoogleCloudApihubV1OpenApiSpecDetails, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1OpenApiSpecDetails::Representation
|
1647
|
+
|
1648
|
+
end
|
1649
|
+
end
|
1650
|
+
|
1651
|
+
class GoogleCloudApihubV1SpecMetadata
|
1652
|
+
# @private
|
1653
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1654
|
+
property :original_create_time, as: 'originalCreateTime'
|
1655
|
+
property :original_id, as: 'originalId'
|
1656
|
+
property :original_update_time, as: 'originalUpdateTime'
|
1657
|
+
property :spec, as: 'spec', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Spec, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Spec::Representation
|
1658
|
+
|
1659
|
+
end
|
1660
|
+
end
|
1661
|
+
|
1662
|
+
class GoogleCloudApihubV1StringAttributeValues
|
1663
|
+
# @private
|
1664
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1665
|
+
collection :values, as: 'values'
|
1666
|
+
end
|
1667
|
+
end
|
1668
|
+
|
1669
|
+
class GoogleCloudApihubV1StyleGuide
|
1670
|
+
# @private
|
1671
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1672
|
+
property :contents, as: 'contents', class: Google::Apis::ApihubV1::GoogleCloudApihubV1StyleGuideContents, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1StyleGuideContents::Representation
|
1673
|
+
|
1674
|
+
property :linter, as: 'linter'
|
1675
|
+
property :name, as: 'name'
|
1676
|
+
end
|
1677
|
+
end
|
1678
|
+
|
1679
|
+
class GoogleCloudApihubV1StyleGuideContents
|
1680
|
+
# @private
|
1681
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1682
|
+
property :contents, :base64 => true, as: 'contents'
|
1683
|
+
property :mime_type, as: 'mimeType'
|
1684
|
+
end
|
1685
|
+
end
|
1686
|
+
|
1687
|
+
class GoogleCloudApihubV1SummaryEntry
|
1688
|
+
# @private
|
1689
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1690
|
+
property :count, as: 'count'
|
1691
|
+
property :severity, as: 'severity'
|
1692
|
+
end
|
1693
|
+
end
|
1694
|
+
|
1695
|
+
class GoogleCloudApihubV1UserPasswordConfig
|
1696
|
+
# @private
|
1697
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1698
|
+
property :password, as: 'password', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Secret, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Secret::Representation
|
1699
|
+
|
1700
|
+
property :username, as: 'username'
|
1701
|
+
end
|
1702
|
+
end
|
1703
|
+
|
1704
|
+
class GoogleCloudApihubV1Version
|
1705
|
+
# @private
|
1706
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1707
|
+
property :accreditation, as: 'accreditation', class: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues::Representation
|
1708
|
+
|
1709
|
+
collection :api_operations, as: 'apiOperations'
|
1710
|
+
hash :attributes, as: 'attributes', class: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues::Representation
|
1711
|
+
|
1712
|
+
property :compliance, as: 'compliance', class: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues::Representation
|
1713
|
+
|
1714
|
+
property :create_time, as: 'createTime'
|
1715
|
+
collection :definitions, as: 'definitions'
|
1716
|
+
collection :deployments, as: 'deployments'
|
1717
|
+
property :description, as: 'description'
|
1718
|
+
property :display_name, as: 'displayName'
|
1719
|
+
property :documentation, as: 'documentation', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Documentation, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Documentation::Representation
|
1720
|
+
|
1721
|
+
property :lifecycle, as: 'lifecycle', class: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues::Representation
|
1722
|
+
|
1723
|
+
property :name, as: 'name'
|
1724
|
+
property :selected_deployment, as: 'selectedDeployment'
|
1725
|
+
collection :source_metadata, as: 'sourceMetadata', class: Google::Apis::ApihubV1::GoogleCloudApihubV1SourceMetadata, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1SourceMetadata::Representation
|
1726
|
+
|
1727
|
+
collection :specs, as: 'specs'
|
1728
|
+
property :update_time, as: 'updateTime'
|
1729
|
+
end
|
1730
|
+
end
|
1731
|
+
|
1732
|
+
class GoogleCloudApihubV1VersionMetadata
|
1733
|
+
# @private
|
1734
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1735
|
+
collection :deployments, as: 'deployments', class: Google::Apis::ApihubV1::GoogleCloudApihubV1DeploymentMetadata, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1DeploymentMetadata::Representation
|
1736
|
+
|
1737
|
+
property :original_create_time, as: 'originalCreateTime'
|
1738
|
+
property :original_id, as: 'originalId'
|
1739
|
+
property :original_update_time, as: 'originalUpdateTime'
|
1740
|
+
collection :specs, as: 'specs', class: Google::Apis::ApihubV1::GoogleCloudApihubV1SpecMetadata, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1SpecMetadata::Representation
|
1741
|
+
|
1742
|
+
property :version, as: 'version', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Version, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Version::Representation
|
1743
|
+
|
1744
|
+
end
|
1745
|
+
end
|
1746
|
+
|
1747
|
+
class GoogleCloudCommonOperationMetadata
|
1748
|
+
# @private
|
1749
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1750
|
+
property :api_version, as: 'apiVersion'
|
1751
|
+
property :cancel_requested, as: 'cancelRequested'
|
1752
|
+
property :create_time, as: 'createTime'
|
1753
|
+
property :end_time, as: 'endTime'
|
1754
|
+
property :status_detail, as: 'statusDetail'
|
1755
|
+
property :target, as: 'target'
|
1756
|
+
property :verb, as: 'verb'
|
1757
|
+
end
|
1758
|
+
end
|
1759
|
+
|
1760
|
+
class GoogleCloudLocationListLocationsResponse
|
1761
|
+
# @private
|
1762
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1763
|
+
collection :locations, as: 'locations', class: Google::Apis::ApihubV1::GoogleCloudLocationLocation, decorator: Google::Apis::ApihubV1::GoogleCloudLocationLocation::Representation
|
1764
|
+
|
1765
|
+
property :next_page_token, as: 'nextPageToken'
|
1766
|
+
end
|
1767
|
+
end
|
1768
|
+
|
1769
|
+
class GoogleCloudLocationLocation
|
1770
|
+
# @private
|
1771
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1772
|
+
property :display_name, as: 'displayName'
|
1773
|
+
hash :labels, as: 'labels'
|
1774
|
+
property :location_id, as: 'locationId'
|
1775
|
+
hash :metadata, as: 'metadata'
|
1776
|
+
property :name, as: 'name'
|
1777
|
+
end
|
1778
|
+
end
|
1779
|
+
|
1780
|
+
class GoogleLongrunningCancelOperationRequest
|
1781
|
+
# @private
|
1782
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1783
|
+
end
|
1784
|
+
end
|
1785
|
+
|
1786
|
+
class GoogleLongrunningListOperationsResponse
|
1787
|
+
# @private
|
1788
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1789
|
+
property :next_page_token, as: 'nextPageToken'
|
1790
|
+
collection :operations, as: 'operations', class: Google::Apis::ApihubV1::GoogleLongrunningOperation, decorator: Google::Apis::ApihubV1::GoogleLongrunningOperation::Representation
|
1791
|
+
|
1792
|
+
end
|
1793
|
+
end
|
1794
|
+
|
1795
|
+
class GoogleLongrunningOperation
|
1796
|
+
# @private
|
1797
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1798
|
+
property :done, as: 'done'
|
1799
|
+
property :error, as: 'error', class: Google::Apis::ApihubV1::GoogleRpcStatus, decorator: Google::Apis::ApihubV1::GoogleRpcStatus::Representation
|
1800
|
+
|
1801
|
+
hash :metadata, as: 'metadata'
|
1802
|
+
property :name, as: 'name'
|
1803
|
+
hash :response, as: 'response'
|
1804
|
+
end
|
1805
|
+
end
|
1806
|
+
|
1807
|
+
class GoogleRpcStatus
|
1808
|
+
# @private
|
1809
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1810
|
+
property :code, as: 'code'
|
1811
|
+
collection :details, as: 'details'
|
1812
|
+
property :message, as: 'message'
|
1813
|
+
end
|
1814
|
+
end
|
1815
|
+
end
|
1816
|
+
end
|
1817
|
+
end
|