google-apis-serviceusage_v1 0.28.0 → 0.71.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 +176 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/serviceusage_v1/classes.rb +1529 -179
- data/lib/google/apis/serviceusage_v1/gem_version.rb +3 -3
- data/lib/google/apis/serviceusage_v1/representations.rb +601 -0
- data/lib/google/apis/serviceusage_v1/service.rb +15 -11
- metadata +7 -10
|
@@ -22,18 +22,60 @@ 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
|
+
|
|
37
79
|
class AuthProvider
|
|
38
80
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
39
81
|
|
|
@@ -100,6 +142,24 @@ module Google
|
|
|
100
142
|
include Google::Apis::Core::JsonObjectSupport
|
|
101
143
|
end
|
|
102
144
|
|
|
145
|
+
class BatchingConfigProto
|
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
147
|
+
|
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
149
|
+
end
|
|
150
|
+
|
|
151
|
+
class BatchingDescriptorProto
|
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
153
|
+
|
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
155
|
+
end
|
|
156
|
+
|
|
157
|
+
class BatchingSettingsProto
|
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
159
|
+
|
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
161
|
+
end
|
|
162
|
+
|
|
103
163
|
class Billing
|
|
104
164
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
105
165
|
|
|
@@ -130,6 +190,30 @@ module Google
|
|
|
130
190
|
include Google::Apis::Core::JsonObjectSupport
|
|
131
191
|
end
|
|
132
192
|
|
|
193
|
+
class ConsumerPolicy
|
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
195
|
+
|
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
197
|
+
end
|
|
198
|
+
|
|
199
|
+
class ContentSecurity
|
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
201
|
+
|
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
203
|
+
end
|
|
204
|
+
|
|
205
|
+
class ContentSecurityPolicy
|
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
207
|
+
|
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
209
|
+
end
|
|
210
|
+
|
|
211
|
+
class ContentSecurityProvider
|
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
213
|
+
|
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
215
|
+
end
|
|
216
|
+
|
|
133
217
|
class Context
|
|
134
218
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
135
219
|
|
|
@@ -226,6 +310,12 @@ module Google
|
|
|
226
310
|
include Google::Apis::Core::JsonObjectSupport
|
|
227
311
|
end
|
|
228
312
|
|
|
313
|
+
class EnableRule
|
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
315
|
+
|
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
317
|
+
end
|
|
318
|
+
|
|
229
319
|
class EnableServiceRequest
|
|
230
320
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
231
321
|
|
|
@@ -256,12 +346,24 @@ module Google
|
|
|
256
346
|
include Google::Apis::Core::JsonObjectSupport
|
|
257
347
|
end
|
|
258
348
|
|
|
349
|
+
class ExperimentalFeatures
|
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
351
|
+
|
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
353
|
+
end
|
|
354
|
+
|
|
259
355
|
class Field
|
|
260
356
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
261
357
|
|
|
262
358
|
include Google::Apis::Core::JsonObjectSupport
|
|
263
359
|
end
|
|
264
360
|
|
|
361
|
+
class FieldPolicy
|
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
363
|
+
|
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
365
|
+
end
|
|
366
|
+
|
|
265
367
|
class GetServiceIdentityMetadata
|
|
266
368
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
267
369
|
|
|
@@ -316,6 +418,72 @@ module Google
|
|
|
316
418
|
include Google::Apis::Core::JsonObjectSupport
|
|
317
419
|
end
|
|
318
420
|
|
|
421
|
+
class GoogleApiServiceusageV2alphaConsumerPolicy
|
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
423
|
+
|
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
425
|
+
end
|
|
426
|
+
|
|
427
|
+
class GoogleApiServiceusageV2alphaEnableRule
|
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
429
|
+
|
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
431
|
+
end
|
|
432
|
+
|
|
433
|
+
class GoogleApiServiceusageV2alphaUpdateConsumerPolicyMetadata
|
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
435
|
+
|
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
437
|
+
end
|
|
438
|
+
|
|
439
|
+
class GoogleApiServiceusageV2betaAnalysis
|
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
441
|
+
|
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
443
|
+
end
|
|
444
|
+
|
|
445
|
+
class GoogleApiServiceusageV2betaAnalysisResult
|
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
447
|
+
|
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
449
|
+
end
|
|
450
|
+
|
|
451
|
+
class GoogleApiServiceusageV2betaAnalyzeConsumerPolicyMetadata
|
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
453
|
+
|
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
455
|
+
end
|
|
456
|
+
|
|
457
|
+
class GoogleApiServiceusageV2betaAnalyzeConsumerPolicyResponse
|
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
459
|
+
|
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
461
|
+
end
|
|
462
|
+
|
|
463
|
+
class GoogleApiServiceusageV2betaConsumerPolicy
|
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
465
|
+
|
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
467
|
+
end
|
|
468
|
+
|
|
469
|
+
class GoogleApiServiceusageV2betaEnableRule
|
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
471
|
+
|
|
472
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
473
|
+
end
|
|
474
|
+
|
|
475
|
+
class GoogleApiServiceusageV2betaImpact
|
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
477
|
+
|
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
479
|
+
end
|
|
480
|
+
|
|
481
|
+
class GoogleApiServiceusageV2betaUpdateConsumerPolicyMetadata
|
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
483
|
+
|
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
485
|
+
end
|
|
486
|
+
|
|
319
487
|
class Http
|
|
320
488
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
321
489
|
|
|
@@ -328,6 +496,12 @@ module Google
|
|
|
328
496
|
include Google::Apis::Core::JsonObjectSupport
|
|
329
497
|
end
|
|
330
498
|
|
|
499
|
+
class Impact
|
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
501
|
+
|
|
502
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
503
|
+
end
|
|
504
|
+
|
|
331
505
|
class ImportAdminOverridesMetadata
|
|
332
506
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
333
507
|
|
|
@@ -418,12 +592,36 @@ module Google
|
|
|
418
592
|
include Google::Apis::Core::JsonObjectSupport
|
|
419
593
|
end
|
|
420
594
|
|
|
595
|
+
class McpEnableRule
|
|
596
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
597
|
+
|
|
598
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
599
|
+
end
|
|
600
|
+
|
|
601
|
+
class McpPolicy
|
|
602
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
603
|
+
|
|
604
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
605
|
+
end
|
|
606
|
+
|
|
607
|
+
class McpService
|
|
608
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
609
|
+
|
|
610
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
611
|
+
end
|
|
612
|
+
|
|
421
613
|
class MethodProp
|
|
422
614
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
423
615
|
|
|
424
616
|
include Google::Apis::Core::JsonObjectSupport
|
|
425
617
|
end
|
|
426
618
|
|
|
619
|
+
class MethodPolicy
|
|
620
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
621
|
+
|
|
622
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
623
|
+
end
|
|
624
|
+
|
|
427
625
|
class MethodSettings
|
|
428
626
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
429
627
|
|
|
@@ -544,12 +742,30 @@ module Google
|
|
|
544
742
|
include Google::Apis::Core::JsonObjectSupport
|
|
545
743
|
end
|
|
546
744
|
|
|
745
|
+
class RemoveEnableRulesMetadata
|
|
746
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
747
|
+
|
|
748
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
749
|
+
end
|
|
750
|
+
|
|
751
|
+
class RemoveEnableRulesResponse
|
|
752
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
753
|
+
|
|
754
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
755
|
+
end
|
|
756
|
+
|
|
547
757
|
class RubySettings
|
|
548
758
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
549
759
|
|
|
550
760
|
include Google::Apis::Core::JsonObjectSupport
|
|
551
761
|
end
|
|
552
762
|
|
|
763
|
+
class SelectiveGapicGeneration
|
|
764
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
765
|
+
|
|
766
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
767
|
+
end
|
|
768
|
+
|
|
553
769
|
class ServiceIdentity
|
|
554
770
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
555
771
|
|
|
@@ -604,6 +820,24 @@ module Google
|
|
|
604
820
|
include Google::Apis::Core::JsonObjectSupport
|
|
605
821
|
end
|
|
606
822
|
|
|
823
|
+
class UpdateConsumerPolicyMetadata
|
|
824
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
825
|
+
|
|
826
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
827
|
+
end
|
|
828
|
+
|
|
829
|
+
class UpdateContentSecurityPolicyMetadata
|
|
830
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
831
|
+
|
|
832
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
833
|
+
end
|
|
834
|
+
|
|
835
|
+
class UpdateMcpPolicyMetadata
|
|
836
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
837
|
+
|
|
838
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
839
|
+
end
|
|
840
|
+
|
|
607
841
|
class Usage
|
|
608
842
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
609
843
|
|
|
@@ -616,6 +850,20 @@ module Google
|
|
|
616
850
|
include Google::Apis::Core::JsonObjectSupport
|
|
617
851
|
end
|
|
618
852
|
|
|
853
|
+
class AddEnableRulesMetadata
|
|
854
|
+
# @private
|
|
855
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
856
|
+
end
|
|
857
|
+
end
|
|
858
|
+
|
|
859
|
+
class AddEnableRulesResponse
|
|
860
|
+
# @private
|
|
861
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
862
|
+
collection :added_values, as: 'addedValues'
|
|
863
|
+
property :parent, as: 'parent'
|
|
864
|
+
end
|
|
865
|
+
end
|
|
866
|
+
|
|
619
867
|
class AdminQuotaPolicy
|
|
620
868
|
# @private
|
|
621
869
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -628,9 +876,45 @@ module Google
|
|
|
628
876
|
end
|
|
629
877
|
end
|
|
630
878
|
|
|
879
|
+
class Analysis
|
|
880
|
+
# @private
|
|
881
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
882
|
+
property :analysis, as: 'analysis', class: Google::Apis::ServiceusageV1::AnalysisResult, decorator: Google::Apis::ServiceusageV1::AnalysisResult::Representation
|
|
883
|
+
|
|
884
|
+
property :analysis_type, as: 'analysisType'
|
|
885
|
+
property :display_name, as: 'displayName'
|
|
886
|
+
property :service, as: 'service'
|
|
887
|
+
end
|
|
888
|
+
end
|
|
889
|
+
|
|
890
|
+
class AnalysisResult
|
|
891
|
+
# @private
|
|
892
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
893
|
+
collection :blockers, as: 'blockers', class: Google::Apis::ServiceusageV1::Impact, decorator: Google::Apis::ServiceusageV1::Impact::Representation
|
|
894
|
+
|
|
895
|
+
collection :warnings, as: 'warnings', class: Google::Apis::ServiceusageV1::Impact, decorator: Google::Apis::ServiceusageV1::Impact::Representation
|
|
896
|
+
|
|
897
|
+
end
|
|
898
|
+
end
|
|
899
|
+
|
|
900
|
+
class AnalyzeConsumerPolicyMetadata
|
|
901
|
+
# @private
|
|
902
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
903
|
+
end
|
|
904
|
+
end
|
|
905
|
+
|
|
906
|
+
class AnalyzeConsumerPolicyResponse
|
|
907
|
+
# @private
|
|
908
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
909
|
+
collection :analysis, as: 'analysis', class: Google::Apis::ServiceusageV1::Analysis, decorator: Google::Apis::ServiceusageV1::Analysis::Representation
|
|
910
|
+
|
|
911
|
+
end
|
|
912
|
+
end
|
|
913
|
+
|
|
631
914
|
class Api
|
|
632
915
|
# @private
|
|
633
916
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
917
|
+
property :edition, as: 'edition'
|
|
634
918
|
collection :methods_prop, as: 'methods', class: Google::Apis::ServiceusageV1::MethodProp, decorator: Google::Apis::ServiceusageV1::MethodProp::Representation
|
|
635
919
|
|
|
636
920
|
collection :mixins, as: 'mixins', class: Google::Apis::ServiceusageV1::Mixin, decorator: Google::Apis::ServiceusageV1::Mixin::Representation
|
|
@@ -645,6 +929,14 @@ module Google
|
|
|
645
929
|
end
|
|
646
930
|
end
|
|
647
931
|
|
|
932
|
+
class Aspect
|
|
933
|
+
# @private
|
|
934
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
935
|
+
property :kind, as: 'kind'
|
|
936
|
+
hash :spec, as: 'spec'
|
|
937
|
+
end
|
|
938
|
+
end
|
|
939
|
+
|
|
648
940
|
class AuthProvider
|
|
649
941
|
# @private
|
|
650
942
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -703,8 +995,11 @@ module Google
|
|
|
703
995
|
property :deadline, as: 'deadline'
|
|
704
996
|
property :disable_auth, as: 'disableAuth'
|
|
705
997
|
property :jwt_audience, as: 'jwtAudience'
|
|
998
|
+
property :load_balancing_policy, as: 'loadBalancingPolicy'
|
|
706
999
|
property :min_deadline, as: 'minDeadline'
|
|
707
1000
|
property :operation_deadline, as: 'operationDeadline'
|
|
1001
|
+
hash :overrides_by_request_protocol, as: 'overridesByRequestProtocol', class: Google::Apis::ServiceusageV1::BackendRule, decorator: Google::Apis::ServiceusageV1::BackendRule::Representation
|
|
1002
|
+
|
|
708
1003
|
property :path_translation, as: 'pathTranslation'
|
|
709
1004
|
property :protocol, as: 'protocol'
|
|
710
1005
|
property :selector, as: 'selector'
|
|
@@ -752,6 +1047,39 @@ module Google
|
|
|
752
1047
|
end
|
|
753
1048
|
end
|
|
754
1049
|
|
|
1050
|
+
class BatchingConfigProto
|
|
1051
|
+
# @private
|
|
1052
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1053
|
+
property :batch_descriptor, as: 'batchDescriptor', class: Google::Apis::ServiceusageV1::BatchingDescriptorProto, decorator: Google::Apis::ServiceusageV1::BatchingDescriptorProto::Representation
|
|
1054
|
+
|
|
1055
|
+
property :thresholds, as: 'thresholds', class: Google::Apis::ServiceusageV1::BatchingSettingsProto, decorator: Google::Apis::ServiceusageV1::BatchingSettingsProto::Representation
|
|
1056
|
+
|
|
1057
|
+
end
|
|
1058
|
+
end
|
|
1059
|
+
|
|
1060
|
+
class BatchingDescriptorProto
|
|
1061
|
+
# @private
|
|
1062
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1063
|
+
property :batched_field, as: 'batchedField'
|
|
1064
|
+
collection :discriminator_fields, as: 'discriminatorFields'
|
|
1065
|
+
property :subresponse_field, as: 'subresponseField'
|
|
1066
|
+
end
|
|
1067
|
+
end
|
|
1068
|
+
|
|
1069
|
+
class BatchingSettingsProto
|
|
1070
|
+
# @private
|
|
1071
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1072
|
+
property :delay_threshold, as: 'delayThreshold'
|
|
1073
|
+
property :element_count_limit, as: 'elementCountLimit'
|
|
1074
|
+
property :element_count_threshold, as: 'elementCountThreshold'
|
|
1075
|
+
property :flow_control_byte_limit, as: 'flowControlByteLimit'
|
|
1076
|
+
property :flow_control_element_limit, as: 'flowControlElementLimit'
|
|
1077
|
+
property :flow_control_limit_exceeded_behavior, as: 'flowControlLimitExceededBehavior'
|
|
1078
|
+
property :request_byte_limit, as: 'requestByteLimit'
|
|
1079
|
+
property :request_byte_threshold, :numeric_string => true, as: 'requestByteThreshold'
|
|
1080
|
+
end
|
|
1081
|
+
end
|
|
1082
|
+
|
|
755
1083
|
class Billing
|
|
756
1084
|
# @private
|
|
757
1085
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -804,6 +1132,44 @@ module Google
|
|
|
804
1132
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
805
1133
|
collection :destinations, as: 'destinations'
|
|
806
1134
|
property :reference_docs_uri, as: 'referenceDocsUri'
|
|
1135
|
+
property :selective_gapic_generation, as: 'selectiveGapicGeneration', class: Google::Apis::ServiceusageV1::SelectiveGapicGeneration, decorator: Google::Apis::ServiceusageV1::SelectiveGapicGeneration::Representation
|
|
1136
|
+
|
|
1137
|
+
end
|
|
1138
|
+
end
|
|
1139
|
+
|
|
1140
|
+
class ConsumerPolicy
|
|
1141
|
+
# @private
|
|
1142
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1143
|
+
hash :annotations, as: 'annotations'
|
|
1144
|
+
collection :enable_rules, as: 'enableRules', class: Google::Apis::ServiceusageV1::EnableRule, decorator: Google::Apis::ServiceusageV1::EnableRule::Representation
|
|
1145
|
+
|
|
1146
|
+
property :etag, as: 'etag'
|
|
1147
|
+
property :name, as: 'name'
|
|
1148
|
+
property :update_time, as: 'updateTime'
|
|
1149
|
+
end
|
|
1150
|
+
end
|
|
1151
|
+
|
|
1152
|
+
class ContentSecurity
|
|
1153
|
+
# @private
|
|
1154
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1155
|
+
collection :content_security_providers, as: 'contentSecurityProviders', class: Google::Apis::ServiceusageV1::ContentSecurityProvider, decorator: Google::Apis::ServiceusageV1::ContentSecurityProvider::Representation
|
|
1156
|
+
|
|
1157
|
+
end
|
|
1158
|
+
end
|
|
1159
|
+
|
|
1160
|
+
class ContentSecurityPolicy
|
|
1161
|
+
# @private
|
|
1162
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1163
|
+
property :mcp_content_security, as: 'mcpContentSecurity', class: Google::Apis::ServiceusageV1::ContentSecurity, decorator: Google::Apis::ServiceusageV1::ContentSecurity::Representation
|
|
1164
|
+
|
|
1165
|
+
property :name, as: 'name'
|
|
1166
|
+
end
|
|
1167
|
+
end
|
|
1168
|
+
|
|
1169
|
+
class ContentSecurityProvider
|
|
1170
|
+
# @private
|
|
1171
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1172
|
+
property :name, as: 'name'
|
|
807
1173
|
end
|
|
808
1174
|
end
|
|
809
1175
|
|
|
@@ -830,6 +1196,8 @@ module Google
|
|
|
830
1196
|
# @private
|
|
831
1197
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
832
1198
|
property :environment, as: 'environment'
|
|
1199
|
+
collection :method_policies, as: 'methodPolicies', class: Google::Apis::ServiceusageV1::MethodPolicy, decorator: Google::Apis::ServiceusageV1::MethodPolicy::Representation
|
|
1200
|
+
|
|
833
1201
|
end
|
|
834
1202
|
end
|
|
835
1203
|
|
|
@@ -897,12 +1265,15 @@ module Google
|
|
|
897
1265
|
class Documentation
|
|
898
1266
|
# @private
|
|
899
1267
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1268
|
+
property :additional_iam_info, as: 'additionalIamInfo'
|
|
900
1269
|
property :documentation_root_url, as: 'documentationRootUrl'
|
|
901
1270
|
property :overview, as: 'overview'
|
|
902
1271
|
collection :pages, as: 'pages', class: Google::Apis::ServiceusageV1::Page, decorator: Google::Apis::ServiceusageV1::Page::Representation
|
|
903
1272
|
|
|
904
1273
|
collection :rules, as: 'rules', class: Google::Apis::ServiceusageV1::DocumentationRule, decorator: Google::Apis::ServiceusageV1::DocumentationRule::Representation
|
|
905
1274
|
|
|
1275
|
+
collection :section_overrides, as: 'sectionOverrides', class: Google::Apis::ServiceusageV1::Page, decorator: Google::Apis::ServiceusageV1::Page::Representation
|
|
1276
|
+
|
|
906
1277
|
property :service_root_url, as: 'serviceRootUrl'
|
|
907
1278
|
property :summary, as: 'summary'
|
|
908
1279
|
end
|
|
@@ -913,6 +1284,7 @@ module Google
|
|
|
913
1284
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
914
1285
|
property :deprecation_description, as: 'deprecationDescription'
|
|
915
1286
|
property :description, as: 'description'
|
|
1287
|
+
property :disable_replacement_words, as: 'disableReplacementWords'
|
|
916
1288
|
property :selector, as: 'selector'
|
|
917
1289
|
end
|
|
918
1290
|
end
|
|
@@ -922,6 +1294,11 @@ module Google
|
|
|
922
1294
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
923
1295
|
property :common, as: 'common', class: Google::Apis::ServiceusageV1::CommonLanguageSettings, decorator: Google::Apis::ServiceusageV1::CommonLanguageSettings::Representation
|
|
924
1296
|
|
|
1297
|
+
collection :forced_namespace_aliases, as: 'forcedNamespaceAliases'
|
|
1298
|
+
collection :handwritten_signatures, as: 'handwrittenSignatures'
|
|
1299
|
+
collection :ignored_resources, as: 'ignoredResources'
|
|
1300
|
+
hash :renamed_resources, as: 'renamedResources'
|
|
1301
|
+
hash :renamed_services, as: 'renamedServices'
|
|
925
1302
|
end
|
|
926
1303
|
end
|
|
927
1304
|
|
|
@@ -939,6 +1316,16 @@ module Google
|
|
|
939
1316
|
end
|
|
940
1317
|
end
|
|
941
1318
|
|
|
1319
|
+
class EnableRule
|
|
1320
|
+
# @private
|
|
1321
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1322
|
+
property :enable_type, as: 'enableType'
|
|
1323
|
+
collection :groups, as: 'groups'
|
|
1324
|
+
collection :services, as: 'services'
|
|
1325
|
+
collection :values, as: 'values'
|
|
1326
|
+
end
|
|
1327
|
+
end
|
|
1328
|
+
|
|
942
1329
|
class EnableServiceRequest
|
|
943
1330
|
# @private
|
|
944
1331
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -966,6 +1353,7 @@ module Google
|
|
|
966
1353
|
class Enum
|
|
967
1354
|
# @private
|
|
968
1355
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1356
|
+
property :edition, as: 'edition'
|
|
969
1357
|
collection :enumvalue, as: 'enumvalue', class: Google::Apis::ServiceusageV1::EnumValue, decorator: Google::Apis::ServiceusageV1::EnumValue::Representation
|
|
970
1358
|
|
|
971
1359
|
property :name, as: 'name'
|
|
@@ -987,6 +1375,15 @@ module Google
|
|
|
987
1375
|
end
|
|
988
1376
|
end
|
|
989
1377
|
|
|
1378
|
+
class ExperimentalFeatures
|
|
1379
|
+
# @private
|
|
1380
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1381
|
+
property :protobuf_pythonic_types_enabled, as: 'protobufPythonicTypesEnabled'
|
|
1382
|
+
property :rest_async_io_enabled, as: 'restAsyncIoEnabled'
|
|
1383
|
+
property :unversioned_package_disabled, as: 'unversionedPackageDisabled'
|
|
1384
|
+
end
|
|
1385
|
+
end
|
|
1386
|
+
|
|
990
1387
|
class Field
|
|
991
1388
|
# @private
|
|
992
1389
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1004,6 +1401,15 @@ module Google
|
|
|
1004
1401
|
end
|
|
1005
1402
|
end
|
|
1006
1403
|
|
|
1404
|
+
class FieldPolicy
|
|
1405
|
+
# @private
|
|
1406
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1407
|
+
property :resource_permission, as: 'resourcePermission'
|
|
1408
|
+
property :resource_type, as: 'resourceType'
|
|
1409
|
+
property :selector, as: 'selector'
|
|
1410
|
+
end
|
|
1411
|
+
end
|
|
1412
|
+
|
|
1007
1413
|
class GetServiceIdentityMetadata
|
|
1008
1414
|
# @private
|
|
1009
1415
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1024,6 +1430,7 @@ module Google
|
|
|
1024
1430
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1025
1431
|
property :common, as: 'common', class: Google::Apis::ServiceusageV1::CommonLanguageSettings, decorator: Google::Apis::ServiceusageV1::CommonLanguageSettings::Representation
|
|
1026
1432
|
|
|
1433
|
+
hash :renamed_services, as: 'renamedServices'
|
|
1027
1434
|
end
|
|
1028
1435
|
end
|
|
1029
1436
|
|
|
@@ -1032,6 +1439,8 @@ module Google
|
|
|
1032
1439
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1033
1440
|
collection :apis, as: 'apis', class: Google::Apis::ServiceusageV1::Api, decorator: Google::Apis::ServiceusageV1::Api::Representation
|
|
1034
1441
|
|
|
1442
|
+
collection :aspects, as: 'aspects', class: Google::Apis::ServiceusageV1::Aspect, decorator: Google::Apis::ServiceusageV1::Aspect::Representation
|
|
1443
|
+
|
|
1035
1444
|
property :authentication, as: 'authentication', class: Google::Apis::ServiceusageV1::Authentication, decorator: Google::Apis::ServiceusageV1::Authentication::Representation
|
|
1036
1445
|
|
|
1037
1446
|
property :backend, as: 'backend', class: Google::Apis::ServiceusageV1::Backend, decorator: Google::Apis::ServiceusageV1::Backend::Representation
|
|
@@ -1143,6 +1552,101 @@ module Google
|
|
|
1143
1552
|
end
|
|
1144
1553
|
end
|
|
1145
1554
|
|
|
1555
|
+
class GoogleApiServiceusageV2alphaConsumerPolicy
|
|
1556
|
+
# @private
|
|
1557
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1558
|
+
hash :annotations, as: 'annotations'
|
|
1559
|
+
property :create_time, as: 'createTime'
|
|
1560
|
+
collection :enable_rules, as: 'enableRules', class: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2alphaEnableRule, decorator: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2alphaEnableRule::Representation
|
|
1561
|
+
|
|
1562
|
+
property :etag, as: 'etag'
|
|
1563
|
+
property :name, as: 'name'
|
|
1564
|
+
property :update_time, as: 'updateTime'
|
|
1565
|
+
end
|
|
1566
|
+
end
|
|
1567
|
+
|
|
1568
|
+
class GoogleApiServiceusageV2alphaEnableRule
|
|
1569
|
+
# @private
|
|
1570
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1571
|
+
collection :services, as: 'services'
|
|
1572
|
+
end
|
|
1573
|
+
end
|
|
1574
|
+
|
|
1575
|
+
class GoogleApiServiceusageV2alphaUpdateConsumerPolicyMetadata
|
|
1576
|
+
# @private
|
|
1577
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1578
|
+
end
|
|
1579
|
+
end
|
|
1580
|
+
|
|
1581
|
+
class GoogleApiServiceusageV2betaAnalysis
|
|
1582
|
+
# @private
|
|
1583
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1584
|
+
property :analysis_result, as: 'analysisResult', class: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaAnalysisResult, decorator: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaAnalysisResult::Representation
|
|
1585
|
+
|
|
1586
|
+
property :analysis_type, as: 'analysisType'
|
|
1587
|
+
property :display_name, as: 'displayName'
|
|
1588
|
+
property :service, as: 'service'
|
|
1589
|
+
end
|
|
1590
|
+
end
|
|
1591
|
+
|
|
1592
|
+
class GoogleApiServiceusageV2betaAnalysisResult
|
|
1593
|
+
# @private
|
|
1594
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1595
|
+
collection :blockers, as: 'blockers', class: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaImpact, decorator: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaImpact::Representation
|
|
1596
|
+
|
|
1597
|
+
collection :warnings, as: 'warnings', class: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaImpact, decorator: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaImpact::Representation
|
|
1598
|
+
|
|
1599
|
+
end
|
|
1600
|
+
end
|
|
1601
|
+
|
|
1602
|
+
class GoogleApiServiceusageV2betaAnalyzeConsumerPolicyMetadata
|
|
1603
|
+
# @private
|
|
1604
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1605
|
+
end
|
|
1606
|
+
end
|
|
1607
|
+
|
|
1608
|
+
class GoogleApiServiceusageV2betaAnalyzeConsumerPolicyResponse
|
|
1609
|
+
# @private
|
|
1610
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1611
|
+
collection :analysis, as: 'analysis', class: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaAnalysis, decorator: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaAnalysis::Representation
|
|
1612
|
+
|
|
1613
|
+
end
|
|
1614
|
+
end
|
|
1615
|
+
|
|
1616
|
+
class GoogleApiServiceusageV2betaConsumerPolicy
|
|
1617
|
+
# @private
|
|
1618
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1619
|
+
property :create_time, as: 'createTime'
|
|
1620
|
+
collection :enable_rules, as: 'enableRules', class: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaEnableRule, decorator: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaEnableRule::Representation
|
|
1621
|
+
|
|
1622
|
+
property :etag, as: 'etag'
|
|
1623
|
+
property :name, as: 'name'
|
|
1624
|
+
property :update_time, as: 'updateTime'
|
|
1625
|
+
end
|
|
1626
|
+
end
|
|
1627
|
+
|
|
1628
|
+
class GoogleApiServiceusageV2betaEnableRule
|
|
1629
|
+
# @private
|
|
1630
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1631
|
+
collection :services, as: 'services'
|
|
1632
|
+
end
|
|
1633
|
+
end
|
|
1634
|
+
|
|
1635
|
+
class GoogleApiServiceusageV2betaImpact
|
|
1636
|
+
# @private
|
|
1637
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1638
|
+
property :detail, as: 'detail'
|
|
1639
|
+
property :impact_type, as: 'impactType'
|
|
1640
|
+
property :missing_dependency, as: 'missingDependency'
|
|
1641
|
+
end
|
|
1642
|
+
end
|
|
1643
|
+
|
|
1644
|
+
class GoogleApiServiceusageV2betaUpdateConsumerPolicyMetadata
|
|
1645
|
+
# @private
|
|
1646
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1647
|
+
end
|
|
1648
|
+
end
|
|
1649
|
+
|
|
1146
1650
|
class Http
|
|
1147
1651
|
# @private
|
|
1148
1652
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1170,6 +1674,15 @@ module Google
|
|
|
1170
1674
|
end
|
|
1171
1675
|
end
|
|
1172
1676
|
|
|
1677
|
+
class Impact
|
|
1678
|
+
# @private
|
|
1679
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1680
|
+
property :detail, as: 'detail'
|
|
1681
|
+
property :impact_type, as: 'impactType'
|
|
1682
|
+
property :parent, as: 'parent'
|
|
1683
|
+
end
|
|
1684
|
+
end
|
|
1685
|
+
|
|
1173
1686
|
class ImportAdminOverridesMetadata
|
|
1174
1687
|
# @private
|
|
1175
1688
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1247,6 +1760,7 @@ module Google
|
|
|
1247
1760
|
property :next_page_token, as: 'nextPageToken'
|
|
1248
1761
|
collection :operations, as: 'operations', class: Google::Apis::ServiceusageV1::Operation, decorator: Google::Apis::ServiceusageV1::Operation::Representation
|
|
1249
1762
|
|
|
1763
|
+
collection :unreachable, as: 'unreachable'
|
|
1250
1764
|
end
|
|
1251
1765
|
end
|
|
1252
1766
|
|
|
@@ -1298,9 +1812,37 @@ module Google
|
|
|
1298
1812
|
end
|
|
1299
1813
|
end
|
|
1300
1814
|
|
|
1815
|
+
class McpEnableRule
|
|
1816
|
+
# @private
|
|
1817
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1818
|
+
collection :mcp_services, as: 'mcpServices', class: Google::Apis::ServiceusageV1::McpService, decorator: Google::Apis::ServiceusageV1::McpService::Representation
|
|
1819
|
+
|
|
1820
|
+
end
|
|
1821
|
+
end
|
|
1822
|
+
|
|
1823
|
+
class McpPolicy
|
|
1824
|
+
# @private
|
|
1825
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1826
|
+
property :create_time, as: 'createTime'
|
|
1827
|
+
property :etag, as: 'etag'
|
|
1828
|
+
collection :mcp_enable_rules, as: 'mcpEnableRules', class: Google::Apis::ServiceusageV1::McpEnableRule, decorator: Google::Apis::ServiceusageV1::McpEnableRule::Representation
|
|
1829
|
+
|
|
1830
|
+
property :name, as: 'name'
|
|
1831
|
+
property :update_time, as: 'updateTime'
|
|
1832
|
+
end
|
|
1833
|
+
end
|
|
1834
|
+
|
|
1835
|
+
class McpService
|
|
1836
|
+
# @private
|
|
1837
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1838
|
+
property :service, as: 'service'
|
|
1839
|
+
end
|
|
1840
|
+
end
|
|
1841
|
+
|
|
1301
1842
|
class MethodProp
|
|
1302
1843
|
# @private
|
|
1303
1844
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1845
|
+
property :edition, as: 'edition'
|
|
1304
1846
|
property :name, as: 'name'
|
|
1305
1847
|
collection :options, as: 'options', class: Google::Apis::ServiceusageV1::Option, decorator: Google::Apis::ServiceusageV1::Option::Representation
|
|
1306
1848
|
|
|
@@ -1312,9 +1854,21 @@ module Google
|
|
|
1312
1854
|
end
|
|
1313
1855
|
end
|
|
1314
1856
|
|
|
1857
|
+
class MethodPolicy
|
|
1858
|
+
# @private
|
|
1859
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1860
|
+
collection :request_policies, as: 'requestPolicies', class: Google::Apis::ServiceusageV1::FieldPolicy, decorator: Google::Apis::ServiceusageV1::FieldPolicy::Representation
|
|
1861
|
+
|
|
1862
|
+
property :selector, as: 'selector'
|
|
1863
|
+
end
|
|
1864
|
+
end
|
|
1865
|
+
|
|
1315
1866
|
class MethodSettings
|
|
1316
1867
|
# @private
|
|
1317
1868
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1869
|
+
collection :auto_populated_fields, as: 'autoPopulatedFields'
|
|
1870
|
+
property :batching, as: 'batching', class: Google::Apis::ServiceusageV1::BatchingConfigProto, decorator: Google::Apis::ServiceusageV1::BatchingConfigProto::Representation
|
|
1871
|
+
|
|
1318
1872
|
property :long_running, as: 'longRunning', class: Google::Apis::ServiceusageV1::LongRunning, decorator: Google::Apis::ServiceusageV1::LongRunning::Representation
|
|
1319
1873
|
|
|
1320
1874
|
property :selector, as: 'selector'
|
|
@@ -1346,6 +1900,7 @@ module Google
|
|
|
1346
1900
|
property :ingest_delay, as: 'ingestDelay'
|
|
1347
1901
|
property :launch_stage, as: 'launchStage'
|
|
1348
1902
|
property :sample_period, as: 'samplePeriod'
|
|
1903
|
+
collection :time_series_resource_hierarchy_level, as: 'timeSeriesResourceHierarchyLevel'
|
|
1349
1904
|
end
|
|
1350
1905
|
end
|
|
1351
1906
|
|
|
@@ -1453,6 +2008,7 @@ module Google
|
|
|
1453
2008
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1454
2009
|
property :common, as: 'common', class: Google::Apis::ServiceusageV1::CommonLanguageSettings, decorator: Google::Apis::ServiceusageV1::CommonLanguageSettings::Representation
|
|
1455
2010
|
|
|
2011
|
+
property :library_package, as: 'libraryPackage'
|
|
1456
2012
|
end
|
|
1457
2013
|
end
|
|
1458
2014
|
|
|
@@ -1470,6 +2026,8 @@ module Google
|
|
|
1470
2026
|
|
|
1471
2027
|
property :new_issue_uri, as: 'newIssueUri'
|
|
1472
2028
|
property :organization, as: 'organization'
|
|
2029
|
+
property :proto_reference_documentation_uri, as: 'protoReferenceDocumentationUri'
|
|
2030
|
+
property :rest_reference_documentation_uri, as: 'restReferenceDocumentationUri'
|
|
1473
2031
|
end
|
|
1474
2032
|
end
|
|
1475
2033
|
|
|
@@ -1478,6 +2036,8 @@ module Google
|
|
|
1478
2036
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1479
2037
|
property :common, as: 'common', class: Google::Apis::ServiceusageV1::CommonLanguageSettings, decorator: Google::Apis::ServiceusageV1::CommonLanguageSettings::Representation
|
|
1480
2038
|
|
|
2039
|
+
property :experimental_features, as: 'experimentalFeatures', class: Google::Apis::ServiceusageV1::ExperimentalFeatures, decorator: Google::Apis::ServiceusageV1::ExperimentalFeatures::Representation
|
|
2040
|
+
|
|
1481
2041
|
end
|
|
1482
2042
|
end
|
|
1483
2043
|
|
|
@@ -1519,6 +2079,20 @@ module Google
|
|
|
1519
2079
|
end
|
|
1520
2080
|
end
|
|
1521
2081
|
|
|
2082
|
+
class RemoveEnableRulesMetadata
|
|
2083
|
+
# @private
|
|
2084
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2085
|
+
end
|
|
2086
|
+
end
|
|
2087
|
+
|
|
2088
|
+
class RemoveEnableRulesResponse
|
|
2089
|
+
# @private
|
|
2090
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2091
|
+
property :parent, as: 'parent'
|
|
2092
|
+
collection :removed_values, as: 'removedValues'
|
|
2093
|
+
end
|
|
2094
|
+
end
|
|
2095
|
+
|
|
1522
2096
|
class RubySettings
|
|
1523
2097
|
# @private
|
|
1524
2098
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1527,6 +2101,14 @@ module Google
|
|
|
1527
2101
|
end
|
|
1528
2102
|
end
|
|
1529
2103
|
|
|
2104
|
+
class SelectiveGapicGeneration
|
|
2105
|
+
# @private
|
|
2106
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2107
|
+
property :generate_omitted_as_internal, as: 'generateOmittedAsInternal'
|
|
2108
|
+
collection :methods_prop, as: 'methods'
|
|
2109
|
+
end
|
|
2110
|
+
end
|
|
2111
|
+
|
|
1530
2112
|
class ServiceIdentity
|
|
1531
2113
|
# @private
|
|
1532
2114
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1587,6 +2169,7 @@ module Google
|
|
|
1587
2169
|
class Type
|
|
1588
2170
|
# @private
|
|
1589
2171
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2172
|
+
property :edition, as: 'edition'
|
|
1590
2173
|
collection :fields, as: 'fields', class: Google::Apis::ServiceusageV1::Field, decorator: Google::Apis::ServiceusageV1::Field::Representation
|
|
1591
2174
|
|
|
1592
2175
|
property :name, as: 'name'
|
|
@@ -1605,6 +2188,24 @@ module Google
|
|
|
1605
2188
|
end
|
|
1606
2189
|
end
|
|
1607
2190
|
|
|
2191
|
+
class UpdateConsumerPolicyMetadata
|
|
2192
|
+
# @private
|
|
2193
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2194
|
+
end
|
|
2195
|
+
end
|
|
2196
|
+
|
|
2197
|
+
class UpdateContentSecurityPolicyMetadata
|
|
2198
|
+
# @private
|
|
2199
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2200
|
+
end
|
|
2201
|
+
end
|
|
2202
|
+
|
|
2203
|
+
class UpdateMcpPolicyMetadata
|
|
2204
|
+
# @private
|
|
2205
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2206
|
+
end
|
|
2207
|
+
end
|
|
2208
|
+
|
|
1608
2209
|
class Usage
|
|
1609
2210
|
# @private
|
|
1610
2211
|
class Representation < Google::Apis::Core::JsonRepresentation
|