google-apis-serviceusage_v1 0.28.0 → 0.76.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 +4 -4
- data/CHANGELOG.md +196 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/serviceusage_v1/classes.rb +1683 -295
- data/lib/google/apis/serviceusage_v1/gem_version.rb +3 -3
- data/lib/google/apis/serviceusage_v1/representations.rb +617 -0
- data/lib/google/apis/serviceusage_v1/service.rb +16 -11
- metadata +7 -10
|
@@ -22,18 +22,66 @@ module Google
|
|
|
22
22
|
module Apis
|
|
23
23
|
module ServiceusageV1
|
|
24
24
|
|
|
25
|
+
class AddEnableRulesMetadata
|
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
27
|
+
|
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
29
|
+
end
|
|
30
|
+
|
|
31
|
+
class AddEnableRulesResponse
|
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
33
|
+
|
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
35
|
+
end
|
|
36
|
+
|
|
25
37
|
class AdminQuotaPolicy
|
|
26
38
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
27
39
|
|
|
28
40
|
include Google::Apis::Core::JsonObjectSupport
|
|
29
41
|
end
|
|
30
42
|
|
|
43
|
+
class Analysis
|
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
45
|
+
|
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
47
|
+
end
|
|
48
|
+
|
|
49
|
+
class AnalysisResult
|
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
51
|
+
|
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
53
|
+
end
|
|
54
|
+
|
|
55
|
+
class AnalyzeConsumerPolicyMetadata
|
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
57
|
+
|
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
59
|
+
end
|
|
60
|
+
|
|
61
|
+
class AnalyzeConsumerPolicyResponse
|
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
63
|
+
|
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
65
|
+
end
|
|
66
|
+
|
|
31
67
|
class Api
|
|
32
68
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
33
69
|
|
|
34
70
|
include Google::Apis::Core::JsonObjectSupport
|
|
35
71
|
end
|
|
36
72
|
|
|
73
|
+
class Aspect
|
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
75
|
+
|
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
77
|
+
end
|
|
78
|
+
|
|
79
|
+
class AspectRule
|
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
81
|
+
|
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
83
|
+
end
|
|
84
|
+
|
|
37
85
|
class AuthProvider
|
|
38
86
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
39
87
|
|
|
@@ -100,6 +148,24 @@ module Google
|
|
|
100
148
|
include Google::Apis::Core::JsonObjectSupport
|
|
101
149
|
end
|
|
102
150
|
|
|
151
|
+
class BatchingConfigProto
|
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
153
|
+
|
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
155
|
+
end
|
|
156
|
+
|
|
157
|
+
class BatchingDescriptorProto
|
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
159
|
+
|
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
161
|
+
end
|
|
162
|
+
|
|
163
|
+
class BatchingSettingsProto
|
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
165
|
+
|
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
167
|
+
end
|
|
168
|
+
|
|
103
169
|
class Billing
|
|
104
170
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
105
171
|
|
|
@@ -130,6 +196,30 @@ module Google
|
|
|
130
196
|
include Google::Apis::Core::JsonObjectSupport
|
|
131
197
|
end
|
|
132
198
|
|
|
199
|
+
class ConsumerPolicy
|
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
201
|
+
|
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
203
|
+
end
|
|
204
|
+
|
|
205
|
+
class ContentSecurity
|
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
207
|
+
|
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
209
|
+
end
|
|
210
|
+
|
|
211
|
+
class ContentSecurityPolicy
|
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
213
|
+
|
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
215
|
+
end
|
|
216
|
+
|
|
217
|
+
class ContentSecurityProvider
|
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
219
|
+
|
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
221
|
+
end
|
|
222
|
+
|
|
133
223
|
class Context
|
|
134
224
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
135
225
|
|
|
@@ -226,6 +316,12 @@ module Google
|
|
|
226
316
|
include Google::Apis::Core::JsonObjectSupport
|
|
227
317
|
end
|
|
228
318
|
|
|
319
|
+
class EnableRule
|
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
321
|
+
|
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
323
|
+
end
|
|
324
|
+
|
|
229
325
|
class EnableServiceRequest
|
|
230
326
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
231
327
|
|
|
@@ -256,12 +352,24 @@ module Google
|
|
|
256
352
|
include Google::Apis::Core::JsonObjectSupport
|
|
257
353
|
end
|
|
258
354
|
|
|
355
|
+
class ExperimentalFeatures
|
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
357
|
+
|
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
359
|
+
end
|
|
360
|
+
|
|
259
361
|
class Field
|
|
260
362
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
261
363
|
|
|
262
364
|
include Google::Apis::Core::JsonObjectSupport
|
|
263
365
|
end
|
|
264
366
|
|
|
367
|
+
class FieldPolicy
|
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
369
|
+
|
|
370
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
371
|
+
end
|
|
372
|
+
|
|
265
373
|
class GetServiceIdentityMetadata
|
|
266
374
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
267
375
|
|
|
@@ -316,6 +424,96 @@ module Google
|
|
|
316
424
|
include Google::Apis::Core::JsonObjectSupport
|
|
317
425
|
end
|
|
318
426
|
|
|
427
|
+
class GoogleApiServiceusageV2alphaConsumerPolicy
|
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
429
|
+
|
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
431
|
+
end
|
|
432
|
+
|
|
433
|
+
class GoogleApiServiceusageV2alphaEnableRule
|
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
435
|
+
|
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
437
|
+
end
|
|
438
|
+
|
|
439
|
+
class GoogleApiServiceusageV2alphaUpdateConsumerPolicyMetadata
|
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
441
|
+
|
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
443
|
+
end
|
|
444
|
+
|
|
445
|
+
class GoogleApiServiceusageV2betaAnalysis
|
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
447
|
+
|
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
449
|
+
end
|
|
450
|
+
|
|
451
|
+
class GoogleApiServiceusageV2betaAnalysisResult
|
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
453
|
+
|
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
455
|
+
end
|
|
456
|
+
|
|
457
|
+
class GoogleApiServiceusageV2betaAnalyzeConsumerPolicyMetadata
|
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
459
|
+
|
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
461
|
+
end
|
|
462
|
+
|
|
463
|
+
class GoogleApiServiceusageV2betaAnalyzeConsumerPolicyResponse
|
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
465
|
+
|
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
467
|
+
end
|
|
468
|
+
|
|
469
|
+
class GoogleApiServiceusageV2betaConsumerPolicy
|
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
471
|
+
|
|
472
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
473
|
+
end
|
|
474
|
+
|
|
475
|
+
class GoogleApiServiceusageV2betaEnableRule
|
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
477
|
+
|
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
479
|
+
end
|
|
480
|
+
|
|
481
|
+
class GoogleApiServiceusageV2betaImpact
|
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
483
|
+
|
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
485
|
+
end
|
|
486
|
+
|
|
487
|
+
class GoogleApiServiceusageV2betaMcpEnableRule
|
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
489
|
+
|
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
491
|
+
end
|
|
492
|
+
|
|
493
|
+
class GoogleApiServiceusageV2betaMcpPolicy
|
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
495
|
+
|
|
496
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
497
|
+
end
|
|
498
|
+
|
|
499
|
+
class GoogleApiServiceusageV2betaMcpService
|
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
501
|
+
|
|
502
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
503
|
+
end
|
|
504
|
+
|
|
505
|
+
class GoogleApiServiceusageV2betaUpdateConsumerPolicyMetadata
|
|
506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
507
|
+
|
|
508
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
509
|
+
end
|
|
510
|
+
|
|
511
|
+
class GoogleApiServiceusageV2betaUpdateMcpPolicyMetadata
|
|
512
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
513
|
+
|
|
514
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
515
|
+
end
|
|
516
|
+
|
|
319
517
|
class Http
|
|
320
518
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
321
519
|
|
|
@@ -328,6 +526,12 @@ module Google
|
|
|
328
526
|
include Google::Apis::Core::JsonObjectSupport
|
|
329
527
|
end
|
|
330
528
|
|
|
529
|
+
class Impact
|
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
531
|
+
|
|
532
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
533
|
+
end
|
|
534
|
+
|
|
331
535
|
class ImportAdminOverridesMetadata
|
|
332
536
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
333
537
|
|
|
@@ -424,6 +628,12 @@ module Google
|
|
|
424
628
|
include Google::Apis::Core::JsonObjectSupport
|
|
425
629
|
end
|
|
426
630
|
|
|
631
|
+
class MethodPolicy
|
|
632
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
633
|
+
|
|
634
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
635
|
+
end
|
|
636
|
+
|
|
427
637
|
class MethodSettings
|
|
428
638
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
429
639
|
|
|
@@ -544,12 +754,30 @@ module Google
|
|
|
544
754
|
include Google::Apis::Core::JsonObjectSupport
|
|
545
755
|
end
|
|
546
756
|
|
|
757
|
+
class RemoveEnableRulesMetadata
|
|
758
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
759
|
+
|
|
760
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
761
|
+
end
|
|
762
|
+
|
|
763
|
+
class RemoveEnableRulesResponse
|
|
764
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
765
|
+
|
|
766
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
767
|
+
end
|
|
768
|
+
|
|
547
769
|
class RubySettings
|
|
548
770
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
549
771
|
|
|
550
772
|
include Google::Apis::Core::JsonObjectSupport
|
|
551
773
|
end
|
|
552
774
|
|
|
775
|
+
class SelectiveGapicGeneration
|
|
776
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
777
|
+
|
|
778
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
779
|
+
end
|
|
780
|
+
|
|
553
781
|
class ServiceIdentity
|
|
554
782
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
555
783
|
|
|
@@ -604,6 +832,18 @@ module Google
|
|
|
604
832
|
include Google::Apis::Core::JsonObjectSupport
|
|
605
833
|
end
|
|
606
834
|
|
|
835
|
+
class UpdateConsumerPolicyMetadata
|
|
836
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
837
|
+
|
|
838
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
839
|
+
end
|
|
840
|
+
|
|
841
|
+
class UpdateContentSecurityPolicyMetadata
|
|
842
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
843
|
+
|
|
844
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
845
|
+
end
|
|
846
|
+
|
|
607
847
|
class Usage
|
|
608
848
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
609
849
|
|
|
@@ -616,6 +856,20 @@ module Google
|
|
|
616
856
|
include Google::Apis::Core::JsonObjectSupport
|
|
617
857
|
end
|
|
618
858
|
|
|
859
|
+
class AddEnableRulesMetadata
|
|
860
|
+
# @private
|
|
861
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
862
|
+
end
|
|
863
|
+
end
|
|
864
|
+
|
|
865
|
+
class AddEnableRulesResponse
|
|
866
|
+
# @private
|
|
867
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
868
|
+
collection :added_values, as: 'addedValues'
|
|
869
|
+
property :parent, as: 'parent'
|
|
870
|
+
end
|
|
871
|
+
end
|
|
872
|
+
|
|
619
873
|
class AdminQuotaPolicy
|
|
620
874
|
# @private
|
|
621
875
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -628,9 +882,45 @@ module Google
|
|
|
628
882
|
end
|
|
629
883
|
end
|
|
630
884
|
|
|
885
|
+
class Analysis
|
|
886
|
+
# @private
|
|
887
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
888
|
+
property :analysis, as: 'analysis', class: Google::Apis::ServiceusageV1::AnalysisResult, decorator: Google::Apis::ServiceusageV1::AnalysisResult::Representation
|
|
889
|
+
|
|
890
|
+
property :analysis_type, as: 'analysisType'
|
|
891
|
+
property :display_name, as: 'displayName'
|
|
892
|
+
property :service, as: 'service'
|
|
893
|
+
end
|
|
894
|
+
end
|
|
895
|
+
|
|
896
|
+
class AnalysisResult
|
|
897
|
+
# @private
|
|
898
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
899
|
+
collection :blockers, as: 'blockers', class: Google::Apis::ServiceusageV1::Impact, decorator: Google::Apis::ServiceusageV1::Impact::Representation
|
|
900
|
+
|
|
901
|
+
collection :warnings, as: 'warnings', class: Google::Apis::ServiceusageV1::Impact, decorator: Google::Apis::ServiceusageV1::Impact::Representation
|
|
902
|
+
|
|
903
|
+
end
|
|
904
|
+
end
|
|
905
|
+
|
|
906
|
+
class AnalyzeConsumerPolicyMetadata
|
|
907
|
+
# @private
|
|
908
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
909
|
+
end
|
|
910
|
+
end
|
|
911
|
+
|
|
912
|
+
class AnalyzeConsumerPolicyResponse
|
|
913
|
+
# @private
|
|
914
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
915
|
+
collection :analysis, as: 'analysis', class: Google::Apis::ServiceusageV1::Analysis, decorator: Google::Apis::ServiceusageV1::Analysis::Representation
|
|
916
|
+
|
|
917
|
+
end
|
|
918
|
+
end
|
|
919
|
+
|
|
631
920
|
class Api
|
|
632
921
|
# @private
|
|
633
922
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
923
|
+
property :edition, as: 'edition'
|
|
634
924
|
collection :methods_prop, as: 'methods', class: Google::Apis::ServiceusageV1::MethodProp, decorator: Google::Apis::ServiceusageV1::MethodProp::Representation
|
|
635
925
|
|
|
636
926
|
collection :mixins, as: 'mixins', class: Google::Apis::ServiceusageV1::Mixin, decorator: Google::Apis::ServiceusageV1::Mixin::Representation
|
|
@@ -645,6 +935,24 @@ module Google
|
|
|
645
935
|
end
|
|
646
936
|
end
|
|
647
937
|
|
|
938
|
+
class Aspect
|
|
939
|
+
# @private
|
|
940
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
941
|
+
property :kind, as: 'kind'
|
|
942
|
+
collection :rules, as: 'rules', class: Google::Apis::ServiceusageV1::AspectRule, decorator: Google::Apis::ServiceusageV1::AspectRule::Representation
|
|
943
|
+
|
|
944
|
+
hash :spec, as: 'spec'
|
|
945
|
+
end
|
|
946
|
+
end
|
|
947
|
+
|
|
948
|
+
class AspectRule
|
|
949
|
+
# @private
|
|
950
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
951
|
+
hash :config, as: 'config'
|
|
952
|
+
property :selector, as: 'selector'
|
|
953
|
+
end
|
|
954
|
+
end
|
|
955
|
+
|
|
648
956
|
class AuthProvider
|
|
649
957
|
# @private
|
|
650
958
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -703,8 +1011,11 @@ module Google
|
|
|
703
1011
|
property :deadline, as: 'deadline'
|
|
704
1012
|
property :disable_auth, as: 'disableAuth'
|
|
705
1013
|
property :jwt_audience, as: 'jwtAudience'
|
|
1014
|
+
property :load_balancing_policy, as: 'loadBalancingPolicy'
|
|
706
1015
|
property :min_deadline, as: 'minDeadline'
|
|
707
1016
|
property :operation_deadline, as: 'operationDeadline'
|
|
1017
|
+
hash :overrides_by_request_protocol, as: 'overridesByRequestProtocol', class: Google::Apis::ServiceusageV1::BackendRule, decorator: Google::Apis::ServiceusageV1::BackendRule::Representation
|
|
1018
|
+
|
|
708
1019
|
property :path_translation, as: 'pathTranslation'
|
|
709
1020
|
property :protocol, as: 'protocol'
|
|
710
1021
|
property :selector, as: 'selector'
|
|
@@ -752,6 +1063,39 @@ module Google
|
|
|
752
1063
|
end
|
|
753
1064
|
end
|
|
754
1065
|
|
|
1066
|
+
class BatchingConfigProto
|
|
1067
|
+
# @private
|
|
1068
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1069
|
+
property :batch_descriptor, as: 'batchDescriptor', class: Google::Apis::ServiceusageV1::BatchingDescriptorProto, decorator: Google::Apis::ServiceusageV1::BatchingDescriptorProto::Representation
|
|
1070
|
+
|
|
1071
|
+
property :thresholds, as: 'thresholds', class: Google::Apis::ServiceusageV1::BatchingSettingsProto, decorator: Google::Apis::ServiceusageV1::BatchingSettingsProto::Representation
|
|
1072
|
+
|
|
1073
|
+
end
|
|
1074
|
+
end
|
|
1075
|
+
|
|
1076
|
+
class BatchingDescriptorProto
|
|
1077
|
+
# @private
|
|
1078
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1079
|
+
property :batched_field, as: 'batchedField'
|
|
1080
|
+
collection :discriminator_fields, as: 'discriminatorFields'
|
|
1081
|
+
property :subresponse_field, as: 'subresponseField'
|
|
1082
|
+
end
|
|
1083
|
+
end
|
|
1084
|
+
|
|
1085
|
+
class BatchingSettingsProto
|
|
1086
|
+
# @private
|
|
1087
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1088
|
+
property :delay_threshold, as: 'delayThreshold'
|
|
1089
|
+
property :element_count_limit, as: 'elementCountLimit'
|
|
1090
|
+
property :element_count_threshold, as: 'elementCountThreshold'
|
|
1091
|
+
property :flow_control_byte_limit, as: 'flowControlByteLimit'
|
|
1092
|
+
property :flow_control_element_limit, as: 'flowControlElementLimit'
|
|
1093
|
+
property :flow_control_limit_exceeded_behavior, as: 'flowControlLimitExceededBehavior'
|
|
1094
|
+
property :request_byte_limit, as: 'requestByteLimit'
|
|
1095
|
+
property :request_byte_threshold, :numeric_string => true, as: 'requestByteThreshold'
|
|
1096
|
+
end
|
|
1097
|
+
end
|
|
1098
|
+
|
|
755
1099
|
class Billing
|
|
756
1100
|
# @private
|
|
757
1101
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -804,6 +1148,44 @@ module Google
|
|
|
804
1148
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
805
1149
|
collection :destinations, as: 'destinations'
|
|
806
1150
|
property :reference_docs_uri, as: 'referenceDocsUri'
|
|
1151
|
+
property :selective_gapic_generation, as: 'selectiveGapicGeneration', class: Google::Apis::ServiceusageV1::SelectiveGapicGeneration, decorator: Google::Apis::ServiceusageV1::SelectiveGapicGeneration::Representation
|
|
1152
|
+
|
|
1153
|
+
end
|
|
1154
|
+
end
|
|
1155
|
+
|
|
1156
|
+
class ConsumerPolicy
|
|
1157
|
+
# @private
|
|
1158
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1159
|
+
hash :annotations, as: 'annotations'
|
|
1160
|
+
collection :enable_rules, as: 'enableRules', class: Google::Apis::ServiceusageV1::EnableRule, decorator: Google::Apis::ServiceusageV1::EnableRule::Representation
|
|
1161
|
+
|
|
1162
|
+
property :etag, as: 'etag'
|
|
1163
|
+
property :name, as: 'name'
|
|
1164
|
+
property :update_time, as: 'updateTime'
|
|
1165
|
+
end
|
|
1166
|
+
end
|
|
1167
|
+
|
|
1168
|
+
class ContentSecurity
|
|
1169
|
+
# @private
|
|
1170
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1171
|
+
collection :content_security_providers, as: 'contentSecurityProviders', class: Google::Apis::ServiceusageV1::ContentSecurityProvider, decorator: Google::Apis::ServiceusageV1::ContentSecurityProvider::Representation
|
|
1172
|
+
|
|
1173
|
+
end
|
|
1174
|
+
end
|
|
1175
|
+
|
|
1176
|
+
class ContentSecurityPolicy
|
|
1177
|
+
# @private
|
|
1178
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1179
|
+
property :mcp_content_security, as: 'mcpContentSecurity', class: Google::Apis::ServiceusageV1::ContentSecurity, decorator: Google::Apis::ServiceusageV1::ContentSecurity::Representation
|
|
1180
|
+
|
|
1181
|
+
property :name, as: 'name'
|
|
1182
|
+
end
|
|
1183
|
+
end
|
|
1184
|
+
|
|
1185
|
+
class ContentSecurityProvider
|
|
1186
|
+
# @private
|
|
1187
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1188
|
+
property :name, as: 'name'
|
|
807
1189
|
end
|
|
808
1190
|
end
|
|
809
1191
|
|
|
@@ -830,6 +1212,8 @@ module Google
|
|
|
830
1212
|
# @private
|
|
831
1213
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
832
1214
|
property :environment, as: 'environment'
|
|
1215
|
+
collection :method_policies, as: 'methodPolicies', class: Google::Apis::ServiceusageV1::MethodPolicy, decorator: Google::Apis::ServiceusageV1::MethodPolicy::Representation
|
|
1216
|
+
|
|
833
1217
|
end
|
|
834
1218
|
end
|
|
835
1219
|
|
|
@@ -897,12 +1281,15 @@ module Google
|
|
|
897
1281
|
class Documentation
|
|
898
1282
|
# @private
|
|
899
1283
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1284
|
+
property :additional_iam_info, as: 'additionalIamInfo'
|
|
900
1285
|
property :documentation_root_url, as: 'documentationRootUrl'
|
|
901
1286
|
property :overview, as: 'overview'
|
|
902
1287
|
collection :pages, as: 'pages', class: Google::Apis::ServiceusageV1::Page, decorator: Google::Apis::ServiceusageV1::Page::Representation
|
|
903
1288
|
|
|
904
1289
|
collection :rules, as: 'rules', class: Google::Apis::ServiceusageV1::DocumentationRule, decorator: Google::Apis::ServiceusageV1::DocumentationRule::Representation
|
|
905
1290
|
|
|
1291
|
+
collection :section_overrides, as: 'sectionOverrides', class: Google::Apis::ServiceusageV1::Page, decorator: Google::Apis::ServiceusageV1::Page::Representation
|
|
1292
|
+
|
|
906
1293
|
property :service_root_url, as: 'serviceRootUrl'
|
|
907
1294
|
property :summary, as: 'summary'
|
|
908
1295
|
end
|
|
@@ -913,6 +1300,7 @@ module Google
|
|
|
913
1300
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
914
1301
|
property :deprecation_description, as: 'deprecationDescription'
|
|
915
1302
|
property :description, as: 'description'
|
|
1303
|
+
property :disable_replacement_words, as: 'disableReplacementWords'
|
|
916
1304
|
property :selector, as: 'selector'
|
|
917
1305
|
end
|
|
918
1306
|
end
|
|
@@ -922,6 +1310,11 @@ module Google
|
|
|
922
1310
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
923
1311
|
property :common, as: 'common', class: Google::Apis::ServiceusageV1::CommonLanguageSettings, decorator: Google::Apis::ServiceusageV1::CommonLanguageSettings::Representation
|
|
924
1312
|
|
|
1313
|
+
collection :forced_namespace_aliases, as: 'forcedNamespaceAliases'
|
|
1314
|
+
collection :handwritten_signatures, as: 'handwrittenSignatures'
|
|
1315
|
+
collection :ignored_resources, as: 'ignoredResources'
|
|
1316
|
+
hash :renamed_resources, as: 'renamedResources'
|
|
1317
|
+
hash :renamed_services, as: 'renamedServices'
|
|
925
1318
|
end
|
|
926
1319
|
end
|
|
927
1320
|
|
|
@@ -939,6 +1332,16 @@ module Google
|
|
|
939
1332
|
end
|
|
940
1333
|
end
|
|
941
1334
|
|
|
1335
|
+
class EnableRule
|
|
1336
|
+
# @private
|
|
1337
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1338
|
+
property :enable_type, as: 'enableType'
|
|
1339
|
+
collection :groups, as: 'groups'
|
|
1340
|
+
collection :services, as: 'services'
|
|
1341
|
+
collection :values, as: 'values'
|
|
1342
|
+
end
|
|
1343
|
+
end
|
|
1344
|
+
|
|
942
1345
|
class EnableServiceRequest
|
|
943
1346
|
# @private
|
|
944
1347
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -966,6 +1369,7 @@ module Google
|
|
|
966
1369
|
class Enum
|
|
967
1370
|
# @private
|
|
968
1371
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1372
|
+
property :edition, as: 'edition'
|
|
969
1373
|
collection :enumvalue, as: 'enumvalue', class: Google::Apis::ServiceusageV1::EnumValue, decorator: Google::Apis::ServiceusageV1::EnumValue::Representation
|
|
970
1374
|
|
|
971
1375
|
property :name, as: 'name'
|
|
@@ -987,6 +1391,15 @@ module Google
|
|
|
987
1391
|
end
|
|
988
1392
|
end
|
|
989
1393
|
|
|
1394
|
+
class ExperimentalFeatures
|
|
1395
|
+
# @private
|
|
1396
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1397
|
+
property :protobuf_pythonic_types_enabled, as: 'protobufPythonicTypesEnabled'
|
|
1398
|
+
property :rest_async_io_enabled, as: 'restAsyncIoEnabled'
|
|
1399
|
+
property :unversioned_package_disabled, as: 'unversionedPackageDisabled'
|
|
1400
|
+
end
|
|
1401
|
+
end
|
|
1402
|
+
|
|
990
1403
|
class Field
|
|
991
1404
|
# @private
|
|
992
1405
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1004,6 +1417,15 @@ module Google
|
|
|
1004
1417
|
end
|
|
1005
1418
|
end
|
|
1006
1419
|
|
|
1420
|
+
class FieldPolicy
|
|
1421
|
+
# @private
|
|
1422
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1423
|
+
property :resource_permission, as: 'resourcePermission'
|
|
1424
|
+
property :resource_type, as: 'resourceType'
|
|
1425
|
+
property :selector, as: 'selector'
|
|
1426
|
+
end
|
|
1427
|
+
end
|
|
1428
|
+
|
|
1007
1429
|
class GetServiceIdentityMetadata
|
|
1008
1430
|
# @private
|
|
1009
1431
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1024,6 +1446,7 @@ module Google
|
|
|
1024
1446
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1025
1447
|
property :common, as: 'common', class: Google::Apis::ServiceusageV1::CommonLanguageSettings, decorator: Google::Apis::ServiceusageV1::CommonLanguageSettings::Representation
|
|
1026
1448
|
|
|
1449
|
+
hash :renamed_services, as: 'renamedServices'
|
|
1027
1450
|
end
|
|
1028
1451
|
end
|
|
1029
1452
|
|
|
@@ -1032,6 +1455,8 @@ module Google
|
|
|
1032
1455
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1033
1456
|
collection :apis, as: 'apis', class: Google::Apis::ServiceusageV1::Api, decorator: Google::Apis::ServiceusageV1::Api::Representation
|
|
1034
1457
|
|
|
1458
|
+
collection :aspects, as: 'aspects', class: Google::Apis::ServiceusageV1::Aspect, decorator: Google::Apis::ServiceusageV1::Aspect::Representation
|
|
1459
|
+
|
|
1035
1460
|
property :authentication, as: 'authentication', class: Google::Apis::ServiceusageV1::Authentication, decorator: Google::Apis::ServiceusageV1::Authentication::Representation
|
|
1036
1461
|
|
|
1037
1462
|
property :backend, as: 'backend', class: Google::Apis::ServiceusageV1::Backend, decorator: Google::Apis::ServiceusageV1::Backend::Representation
|
|
@@ -1143,6 +1568,134 @@ module Google
|
|
|
1143
1568
|
end
|
|
1144
1569
|
end
|
|
1145
1570
|
|
|
1571
|
+
class GoogleApiServiceusageV2alphaConsumerPolicy
|
|
1572
|
+
# @private
|
|
1573
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1574
|
+
hash :annotations, as: 'annotations'
|
|
1575
|
+
property :create_time, as: 'createTime'
|
|
1576
|
+
collection :enable_rules, as: 'enableRules', class: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2alphaEnableRule, decorator: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2alphaEnableRule::Representation
|
|
1577
|
+
|
|
1578
|
+
property :etag, as: 'etag'
|
|
1579
|
+
property :name, as: 'name'
|
|
1580
|
+
property :update_time, as: 'updateTime'
|
|
1581
|
+
end
|
|
1582
|
+
end
|
|
1583
|
+
|
|
1584
|
+
class GoogleApiServiceusageV2alphaEnableRule
|
|
1585
|
+
# @private
|
|
1586
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1587
|
+
collection :services, as: 'services'
|
|
1588
|
+
end
|
|
1589
|
+
end
|
|
1590
|
+
|
|
1591
|
+
class GoogleApiServiceusageV2alphaUpdateConsumerPolicyMetadata
|
|
1592
|
+
# @private
|
|
1593
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1594
|
+
end
|
|
1595
|
+
end
|
|
1596
|
+
|
|
1597
|
+
class GoogleApiServiceusageV2betaAnalysis
|
|
1598
|
+
# @private
|
|
1599
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1600
|
+
property :analysis_result, as: 'analysisResult', class: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaAnalysisResult, decorator: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaAnalysisResult::Representation
|
|
1601
|
+
|
|
1602
|
+
property :analysis_type, as: 'analysisType'
|
|
1603
|
+
property :display_name, as: 'displayName'
|
|
1604
|
+
property :service, as: 'service'
|
|
1605
|
+
end
|
|
1606
|
+
end
|
|
1607
|
+
|
|
1608
|
+
class GoogleApiServiceusageV2betaAnalysisResult
|
|
1609
|
+
# @private
|
|
1610
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1611
|
+
collection :blockers, as: 'blockers', class: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaImpact, decorator: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaImpact::Representation
|
|
1612
|
+
|
|
1613
|
+
collection :warnings, as: 'warnings', class: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaImpact, decorator: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaImpact::Representation
|
|
1614
|
+
|
|
1615
|
+
end
|
|
1616
|
+
end
|
|
1617
|
+
|
|
1618
|
+
class GoogleApiServiceusageV2betaAnalyzeConsumerPolicyMetadata
|
|
1619
|
+
# @private
|
|
1620
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1621
|
+
end
|
|
1622
|
+
end
|
|
1623
|
+
|
|
1624
|
+
class GoogleApiServiceusageV2betaAnalyzeConsumerPolicyResponse
|
|
1625
|
+
# @private
|
|
1626
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1627
|
+
collection :analysis, as: 'analysis', class: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaAnalysis, decorator: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaAnalysis::Representation
|
|
1628
|
+
|
|
1629
|
+
end
|
|
1630
|
+
end
|
|
1631
|
+
|
|
1632
|
+
class GoogleApiServiceusageV2betaConsumerPolicy
|
|
1633
|
+
# @private
|
|
1634
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1635
|
+
property :create_time, as: 'createTime'
|
|
1636
|
+
collection :enable_rules, as: 'enableRules', class: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaEnableRule, decorator: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaEnableRule::Representation
|
|
1637
|
+
|
|
1638
|
+
property :etag, as: 'etag'
|
|
1639
|
+
property :name, as: 'name'
|
|
1640
|
+
property :update_time, as: 'updateTime'
|
|
1641
|
+
end
|
|
1642
|
+
end
|
|
1643
|
+
|
|
1644
|
+
class GoogleApiServiceusageV2betaEnableRule
|
|
1645
|
+
# @private
|
|
1646
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1647
|
+
collection :services, as: 'services'
|
|
1648
|
+
end
|
|
1649
|
+
end
|
|
1650
|
+
|
|
1651
|
+
class GoogleApiServiceusageV2betaImpact
|
|
1652
|
+
# @private
|
|
1653
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1654
|
+
property :detail, as: 'detail'
|
|
1655
|
+
property :impact_type, as: 'impactType'
|
|
1656
|
+
property :missing_dependency, as: 'missingDependency'
|
|
1657
|
+
end
|
|
1658
|
+
end
|
|
1659
|
+
|
|
1660
|
+
class GoogleApiServiceusageV2betaMcpEnableRule
|
|
1661
|
+
# @private
|
|
1662
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1663
|
+
collection :mcp_services, as: 'mcpServices', class: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaMcpService, decorator: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaMcpService::Representation
|
|
1664
|
+
|
|
1665
|
+
end
|
|
1666
|
+
end
|
|
1667
|
+
|
|
1668
|
+
class GoogleApiServiceusageV2betaMcpPolicy
|
|
1669
|
+
# @private
|
|
1670
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1671
|
+
property :create_time, as: 'createTime'
|
|
1672
|
+
property :etag, as: 'etag'
|
|
1673
|
+
collection :mcp_enable_rules, as: 'mcpEnableRules', class: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaMcpEnableRule, decorator: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaMcpEnableRule::Representation
|
|
1674
|
+
|
|
1675
|
+
property :name, as: 'name'
|
|
1676
|
+
property :update_time, as: 'updateTime'
|
|
1677
|
+
end
|
|
1678
|
+
end
|
|
1679
|
+
|
|
1680
|
+
class GoogleApiServiceusageV2betaMcpService
|
|
1681
|
+
# @private
|
|
1682
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1683
|
+
property :service, as: 'service'
|
|
1684
|
+
end
|
|
1685
|
+
end
|
|
1686
|
+
|
|
1687
|
+
class GoogleApiServiceusageV2betaUpdateConsumerPolicyMetadata
|
|
1688
|
+
# @private
|
|
1689
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1690
|
+
end
|
|
1691
|
+
end
|
|
1692
|
+
|
|
1693
|
+
class GoogleApiServiceusageV2betaUpdateMcpPolicyMetadata
|
|
1694
|
+
# @private
|
|
1695
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1696
|
+
end
|
|
1697
|
+
end
|
|
1698
|
+
|
|
1146
1699
|
class Http
|
|
1147
1700
|
# @private
|
|
1148
1701
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1170,6 +1723,15 @@ module Google
|
|
|
1170
1723
|
end
|
|
1171
1724
|
end
|
|
1172
1725
|
|
|
1726
|
+
class Impact
|
|
1727
|
+
# @private
|
|
1728
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1729
|
+
property :detail, as: 'detail'
|
|
1730
|
+
property :impact_type, as: 'impactType'
|
|
1731
|
+
property :parent, as: 'parent'
|
|
1732
|
+
end
|
|
1733
|
+
end
|
|
1734
|
+
|
|
1173
1735
|
class ImportAdminOverridesMetadata
|
|
1174
1736
|
# @private
|
|
1175
1737
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1247,6 +1809,7 @@ module Google
|
|
|
1247
1809
|
property :next_page_token, as: 'nextPageToken'
|
|
1248
1810
|
collection :operations, as: 'operations', class: Google::Apis::ServiceusageV1::Operation, decorator: Google::Apis::ServiceusageV1::Operation::Representation
|
|
1249
1811
|
|
|
1812
|
+
collection :unreachable, as: 'unreachable'
|
|
1250
1813
|
end
|
|
1251
1814
|
end
|
|
1252
1815
|
|
|
@@ -1301,6 +1864,7 @@ module Google
|
|
|
1301
1864
|
class MethodProp
|
|
1302
1865
|
# @private
|
|
1303
1866
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1867
|
+
property :edition, as: 'edition'
|
|
1304
1868
|
property :name, as: 'name'
|
|
1305
1869
|
collection :options, as: 'options', class: Google::Apis::ServiceusageV1::Option, decorator: Google::Apis::ServiceusageV1::Option::Representation
|
|
1306
1870
|
|
|
@@ -1312,9 +1876,21 @@ module Google
|
|
|
1312
1876
|
end
|
|
1313
1877
|
end
|
|
1314
1878
|
|
|
1879
|
+
class MethodPolicy
|
|
1880
|
+
# @private
|
|
1881
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1882
|
+
collection :request_policies, as: 'requestPolicies', class: Google::Apis::ServiceusageV1::FieldPolicy, decorator: Google::Apis::ServiceusageV1::FieldPolicy::Representation
|
|
1883
|
+
|
|
1884
|
+
property :selector, as: 'selector'
|
|
1885
|
+
end
|
|
1886
|
+
end
|
|
1887
|
+
|
|
1315
1888
|
class MethodSettings
|
|
1316
1889
|
# @private
|
|
1317
1890
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1891
|
+
collection :auto_populated_fields, as: 'autoPopulatedFields'
|
|
1892
|
+
property :batching, as: 'batching', class: Google::Apis::ServiceusageV1::BatchingConfigProto, decorator: Google::Apis::ServiceusageV1::BatchingConfigProto::Representation
|
|
1893
|
+
|
|
1318
1894
|
property :long_running, as: 'longRunning', class: Google::Apis::ServiceusageV1::LongRunning, decorator: Google::Apis::ServiceusageV1::LongRunning::Representation
|
|
1319
1895
|
|
|
1320
1896
|
property :selector, as: 'selector'
|
|
@@ -1346,6 +1922,7 @@ module Google
|
|
|
1346
1922
|
property :ingest_delay, as: 'ingestDelay'
|
|
1347
1923
|
property :launch_stage, as: 'launchStage'
|
|
1348
1924
|
property :sample_period, as: 'samplePeriod'
|
|
1925
|
+
collection :time_series_resource_hierarchy_level, as: 'timeSeriesResourceHierarchyLevel'
|
|
1349
1926
|
end
|
|
1350
1927
|
end
|
|
1351
1928
|
|
|
@@ -1453,6 +2030,7 @@ module Google
|
|
|
1453
2030
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1454
2031
|
property :common, as: 'common', class: Google::Apis::ServiceusageV1::CommonLanguageSettings, decorator: Google::Apis::ServiceusageV1::CommonLanguageSettings::Representation
|
|
1455
2032
|
|
|
2033
|
+
property :library_package, as: 'libraryPackage'
|
|
1456
2034
|
end
|
|
1457
2035
|
end
|
|
1458
2036
|
|
|
@@ -1470,6 +2048,8 @@ module Google
|
|
|
1470
2048
|
|
|
1471
2049
|
property :new_issue_uri, as: 'newIssueUri'
|
|
1472
2050
|
property :organization, as: 'organization'
|
|
2051
|
+
property :proto_reference_documentation_uri, as: 'protoReferenceDocumentationUri'
|
|
2052
|
+
property :rest_reference_documentation_uri, as: 'restReferenceDocumentationUri'
|
|
1473
2053
|
end
|
|
1474
2054
|
end
|
|
1475
2055
|
|
|
@@ -1478,6 +2058,8 @@ module Google
|
|
|
1478
2058
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1479
2059
|
property :common, as: 'common', class: Google::Apis::ServiceusageV1::CommonLanguageSettings, decorator: Google::Apis::ServiceusageV1::CommonLanguageSettings::Representation
|
|
1480
2060
|
|
|
2061
|
+
property :experimental_features, as: 'experimentalFeatures', class: Google::Apis::ServiceusageV1::ExperimentalFeatures, decorator: Google::Apis::ServiceusageV1::ExperimentalFeatures::Representation
|
|
2062
|
+
|
|
1481
2063
|
end
|
|
1482
2064
|
end
|
|
1483
2065
|
|
|
@@ -1519,6 +2101,20 @@ module Google
|
|
|
1519
2101
|
end
|
|
1520
2102
|
end
|
|
1521
2103
|
|
|
2104
|
+
class RemoveEnableRulesMetadata
|
|
2105
|
+
# @private
|
|
2106
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2107
|
+
end
|
|
2108
|
+
end
|
|
2109
|
+
|
|
2110
|
+
class RemoveEnableRulesResponse
|
|
2111
|
+
# @private
|
|
2112
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2113
|
+
property :parent, as: 'parent'
|
|
2114
|
+
collection :removed_values, as: 'removedValues'
|
|
2115
|
+
end
|
|
2116
|
+
end
|
|
2117
|
+
|
|
1522
2118
|
class RubySettings
|
|
1523
2119
|
# @private
|
|
1524
2120
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1527,6 +2123,14 @@ module Google
|
|
|
1527
2123
|
end
|
|
1528
2124
|
end
|
|
1529
2125
|
|
|
2126
|
+
class SelectiveGapicGeneration
|
|
2127
|
+
# @private
|
|
2128
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2129
|
+
property :generate_omitted_as_internal, as: 'generateOmittedAsInternal'
|
|
2130
|
+
collection :methods_prop, as: 'methods'
|
|
2131
|
+
end
|
|
2132
|
+
end
|
|
2133
|
+
|
|
1530
2134
|
class ServiceIdentity
|
|
1531
2135
|
# @private
|
|
1532
2136
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1587,6 +2191,7 @@ module Google
|
|
|
1587
2191
|
class Type
|
|
1588
2192
|
# @private
|
|
1589
2193
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2194
|
+
property :edition, as: 'edition'
|
|
1590
2195
|
collection :fields, as: 'fields', class: Google::Apis::ServiceusageV1::Field, decorator: Google::Apis::ServiceusageV1::Field::Representation
|
|
1591
2196
|
|
|
1592
2197
|
property :name, as: 'name'
|
|
@@ -1605,6 +2210,18 @@ module Google
|
|
|
1605
2210
|
end
|
|
1606
2211
|
end
|
|
1607
2212
|
|
|
2213
|
+
class UpdateConsumerPolicyMetadata
|
|
2214
|
+
# @private
|
|
2215
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2216
|
+
end
|
|
2217
|
+
end
|
|
2218
|
+
|
|
2219
|
+
class UpdateContentSecurityPolicyMetadata
|
|
2220
|
+
# @private
|
|
2221
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2222
|
+
end
|
|
2223
|
+
end
|
|
2224
|
+
|
|
1608
2225
|
class Usage
|
|
1609
2226
|
# @private
|
|
1610
2227
|
class Representation < Google::Apis::Core::JsonRepresentation
|