google-apis-managedkafka_v1 0.6.0 → 0.7.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.
@@ -58,6 +58,18 @@ module Google
58
58
  include Google::Apis::Core::JsonObjectSupport
59
59
  end
60
60
 
61
+ class CheckCompatibilityRequest
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class CheckCompatibilityResponse
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
61
73
  class Cluster
62
74
  class Representation < Google::Apis::Core::JsonRepresentation; end
63
75
 
@@ -112,6 +124,30 @@ module Google
112
124
  include Google::Apis::Core::JsonObjectSupport
113
125
  end
114
126
 
127
+ class Context
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
131
+ end
132
+
133
+ class CreateSchemaRegistryRequest
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
139
+ class CreateVersionRequest
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
145
+ class CreateVersionResponse
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
115
151
  class Empty
116
152
  class Representation < Google::Apis::Core::JsonRepresentation; end
117
153
 
@@ -124,6 +160,12 @@ module Google
124
160
  include Google::Apis::Core::JsonObjectSupport
125
161
  end
126
162
 
163
+ class HttpBody
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
127
169
  class ListAclsResponse
128
170
  class Representation < Google::Apis::Core::JsonRepresentation; end
129
171
 
@@ -166,6 +208,12 @@ module Google
166
208
  include Google::Apis::Core::JsonObjectSupport
167
209
  end
168
210
 
211
+ class ListSchemaRegistriesResponse
212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
213
+
214
+ include Google::Apis::Core::JsonObjectSupport
215
+ end
216
+
169
217
  class ListTopicsResponse
170
218
  class Representation < Google::Apis::Core::JsonRepresentation; end
171
219
 
@@ -178,6 +226,12 @@ module Google
178
226
  include Google::Apis::Core::JsonObjectSupport
179
227
  end
180
228
 
229
+ class LookupVersionRequest
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
181
235
  class NetworkConfig
182
236
  class Representation < Google::Apis::Core::JsonRepresentation; end
183
237
 
@@ -244,6 +298,42 @@ module Google
244
298
  include Google::Apis::Core::JsonObjectSupport
245
299
  end
246
300
 
301
+ class Schema
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ include Google::Apis::Core::JsonObjectSupport
305
+ end
306
+
307
+ class SchemaConfig
308
+ class Representation < Google::Apis::Core::JsonRepresentation; end
309
+
310
+ include Google::Apis::Core::JsonObjectSupport
311
+ end
312
+
313
+ class SchemaMode
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+
316
+ include Google::Apis::Core::JsonObjectSupport
317
+ end
318
+
319
+ class SchemaReference
320
+ class Representation < Google::Apis::Core::JsonRepresentation; end
321
+
322
+ include Google::Apis::Core::JsonObjectSupport
323
+ end
324
+
325
+ class SchemaRegistry
326
+ class Representation < Google::Apis::Core::JsonRepresentation; end
327
+
328
+ include Google::Apis::Core::JsonObjectSupport
329
+ end
330
+
331
+ class SchemaVersion
332
+ class Representation < Google::Apis::Core::JsonRepresentation; end
333
+
334
+ include Google::Apis::Core::JsonObjectSupport
335
+ end
336
+
247
337
  class Status
248
338
  class Representation < Google::Apis::Core::JsonRepresentation; end
249
339
 
@@ -274,6 +364,18 @@ module Google
274
364
  include Google::Apis::Core::JsonObjectSupport
275
365
  end
276
366
 
367
+ class UpdateSchemaConfigRequest
368
+ class Representation < Google::Apis::Core::JsonRepresentation; end
369
+
370
+ include Google::Apis::Core::JsonObjectSupport
371
+ end
372
+
373
+ class UpdateSchemaModeRequest
374
+ class Representation < Google::Apis::Core::JsonRepresentation; end
375
+
376
+ include Google::Apis::Core::JsonObjectSupport
377
+ end
378
+
277
379
  class AccessConfig
278
380
  # @private
279
381
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -328,6 +430,25 @@ module Google
328
430
  end
329
431
  end
330
432
 
433
+ class CheckCompatibilityRequest
434
+ # @private
435
+ class Representation < Google::Apis::Core::JsonRepresentation
436
+ collection :references, as: 'references', class: Google::Apis::ManagedkafkaV1::SchemaReference, decorator: Google::Apis::ManagedkafkaV1::SchemaReference::Representation
437
+
438
+ property :schema, as: 'schema'
439
+ property :schema_type, as: 'schemaType'
440
+ property :verbose, as: 'verbose'
441
+ end
442
+ end
443
+
444
+ class CheckCompatibilityResponse
445
+ # @private
446
+ class Representation < Google::Apis::Core::JsonRepresentation
447
+ property :is_compatible, as: 'is_compatible'
448
+ collection :messages, as: 'messages'
449
+ end
450
+ end
451
+
331
452
  class Cluster
332
453
  # @private
333
454
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -426,6 +547,43 @@ module Google
426
547
  end
427
548
  end
428
549
 
550
+ class Context
551
+ # @private
552
+ class Representation < Google::Apis::Core::JsonRepresentation
553
+ property :name, as: 'name'
554
+ collection :subjects, as: 'subjects'
555
+ end
556
+ end
557
+
558
+ class CreateSchemaRegistryRequest
559
+ # @private
560
+ class Representation < Google::Apis::Core::JsonRepresentation
561
+ property :schema_registry, as: 'schemaRegistry', class: Google::Apis::ManagedkafkaV1::SchemaRegistry, decorator: Google::Apis::ManagedkafkaV1::SchemaRegistry::Representation
562
+
563
+ property :schema_registry_id, as: 'schemaRegistryId'
564
+ end
565
+ end
566
+
567
+ class CreateVersionRequest
568
+ # @private
569
+ class Representation < Google::Apis::Core::JsonRepresentation
570
+ property :id, as: 'id'
571
+ property :normalize, as: 'normalize'
572
+ collection :references, as: 'references', class: Google::Apis::ManagedkafkaV1::SchemaReference, decorator: Google::Apis::ManagedkafkaV1::SchemaReference::Representation
573
+
574
+ property :schema, as: 'schema'
575
+ property :schema_type, as: 'schemaType'
576
+ property :version, as: 'version'
577
+ end
578
+ end
579
+
580
+ class CreateVersionResponse
581
+ # @private
582
+ class Representation < Google::Apis::Core::JsonRepresentation
583
+ property :id, as: 'id'
584
+ end
585
+ end
586
+
429
587
  class Empty
430
588
  # @private
431
589
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -441,6 +599,15 @@ module Google
441
599
  end
442
600
  end
443
601
 
602
+ class HttpBody
603
+ # @private
604
+ class Representation < Google::Apis::Core::JsonRepresentation
605
+ property :content_type, as: 'contentType'
606
+ property :data, :base64 => true, as: 'data'
607
+ collection :extensions, as: 'extensions'
608
+ end
609
+ end
610
+
444
611
  class ListAclsResponse
445
612
  # @private
446
613
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -506,6 +673,14 @@ module Google
506
673
  end
507
674
  end
508
675
 
676
+ class ListSchemaRegistriesResponse
677
+ # @private
678
+ class Representation < Google::Apis::Core::JsonRepresentation
679
+ collection :schema_registries, as: 'schemaRegistries', class: Google::Apis::ManagedkafkaV1::SchemaRegistry, decorator: Google::Apis::ManagedkafkaV1::SchemaRegistry::Representation
680
+
681
+ end
682
+ end
683
+
509
684
  class ListTopicsResponse
510
685
  # @private
511
686
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -526,6 +701,18 @@ module Google
526
701
  end
527
702
  end
528
703
 
704
+ class LookupVersionRequest
705
+ # @private
706
+ class Representation < Google::Apis::Core::JsonRepresentation
707
+ property :deleted, as: 'deleted'
708
+ property :normalize, as: 'normalize'
709
+ collection :references, as: 'references', class: Google::Apis::ManagedkafkaV1::SchemaReference, decorator: Google::Apis::ManagedkafkaV1::SchemaReference::Representation
710
+
711
+ property :schema, as: 'schema'
712
+ property :schema_type, as: 'schemaType'
713
+ end
714
+ end
715
+
529
716
  class NetworkConfig
530
717
  # @private
531
718
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -610,6 +797,62 @@ module Google
610
797
  end
611
798
  end
612
799
 
800
+ class Schema
801
+ # @private
802
+ class Representation < Google::Apis::Core::JsonRepresentation
803
+ collection :references, as: 'references', class: Google::Apis::ManagedkafkaV1::SchemaReference, decorator: Google::Apis::ManagedkafkaV1::SchemaReference::Representation
804
+
805
+ property :schema, as: 'schema'
806
+ property :schema_type, as: 'schemaType'
807
+ end
808
+ end
809
+
810
+ class SchemaConfig
811
+ # @private
812
+ class Representation < Google::Apis::Core::JsonRepresentation
813
+ property :alias, as: 'alias'
814
+ property :compatibility, as: 'compatibility'
815
+ property :normalize, as: 'normalize'
816
+ end
817
+ end
818
+
819
+ class SchemaMode
820
+ # @private
821
+ class Representation < Google::Apis::Core::JsonRepresentation
822
+ property :mode, as: 'mode'
823
+ end
824
+ end
825
+
826
+ class SchemaReference
827
+ # @private
828
+ class Representation < Google::Apis::Core::JsonRepresentation
829
+ property :name, as: 'name'
830
+ property :subject, as: 'subject'
831
+ property :version, as: 'version'
832
+ end
833
+ end
834
+
835
+ class SchemaRegistry
836
+ # @private
837
+ class Representation < Google::Apis::Core::JsonRepresentation
838
+ collection :contexts, as: 'contexts'
839
+ property :name, as: 'name'
840
+ end
841
+ end
842
+
843
+ class SchemaVersion
844
+ # @private
845
+ class Representation < Google::Apis::Core::JsonRepresentation
846
+ property :id, as: 'id'
847
+ collection :references, as: 'references', class: Google::Apis::ManagedkafkaV1::SchemaReference, decorator: Google::Apis::ManagedkafkaV1::SchemaReference::Representation
848
+
849
+ property :schema, as: 'schema'
850
+ property :schema_type, as: 'schemaType'
851
+ property :subject, as: 'subject'
852
+ property :version, as: 'version'
853
+ end
854
+ end
855
+
613
856
  class Status
614
857
  # @private
615
858
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -648,6 +891,21 @@ module Google
648
891
  property :replication_factor, as: 'replicationFactor'
649
892
  end
650
893
  end
894
+
895
+ class UpdateSchemaConfigRequest
896
+ # @private
897
+ class Representation < Google::Apis::Core::JsonRepresentation
898
+ property :compatibility, as: 'compatibility'
899
+ property :normalize, as: 'normalize'
900
+ end
901
+ end
902
+
903
+ class UpdateSchemaModeRequest
904
+ # @private
905
+ class Representation < Google::Apis::Core::JsonRepresentation
906
+ property :mode, as: 'mode'
907
+ end
908
+ end
651
909
  end
652
910
  end
653
911
  end