google-apis-serviceusage_v1 0.28.0 → 0.68.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 +163 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/serviceusage_v1/classes.rb +1338 -235
- data/lib/google/apis/serviceusage_v1/gem_version.rb +3 -3
- data/lib/google/apis/serviceusage_v1/representations.rb +486 -0
- data/lib/google/apis/serviceusage_v1/service.rb +6 -10
- 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,12 @@ 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
|
+
|
133
199
|
class Context
|
134
200
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
201
|
|
@@ -226,6 +292,12 @@ module Google
|
|
226
292
|
include Google::Apis::Core::JsonObjectSupport
|
227
293
|
end
|
228
294
|
|
295
|
+
class EnableRule
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
229
301
|
class EnableServiceRequest
|
230
302
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
303
|
|
@@ -256,12 +328,24 @@ module Google
|
|
256
328
|
include Google::Apis::Core::JsonObjectSupport
|
257
329
|
end
|
258
330
|
|
331
|
+
class ExperimentalFeatures
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
|
+
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
335
|
+
end
|
336
|
+
|
259
337
|
class Field
|
260
338
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
339
|
|
262
340
|
include Google::Apis::Core::JsonObjectSupport
|
263
341
|
end
|
264
342
|
|
343
|
+
class FieldPolicy
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
265
349
|
class GetServiceIdentityMetadata
|
266
350
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
351
|
|
@@ -316,6 +400,72 @@ module Google
|
|
316
400
|
include Google::Apis::Core::JsonObjectSupport
|
317
401
|
end
|
318
402
|
|
403
|
+
class GoogleApiServiceusageV2alphaConsumerPolicy
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
|
+
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
407
|
+
end
|
408
|
+
|
409
|
+
class GoogleApiServiceusageV2alphaEnableRule
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
|
+
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
413
|
+
end
|
414
|
+
|
415
|
+
class GoogleApiServiceusageV2alphaUpdateConsumerPolicyMetadata
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
+
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
419
|
+
end
|
420
|
+
|
421
|
+
class GoogleApiServiceusageV2betaAnalysis
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
|
+
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
425
|
+
end
|
426
|
+
|
427
|
+
class GoogleApiServiceusageV2betaAnalysisResult
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
431
|
+
end
|
432
|
+
|
433
|
+
class GoogleApiServiceusageV2betaAnalyzeConsumerPolicyMetadata
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
+
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
437
|
+
end
|
438
|
+
|
439
|
+
class GoogleApiServiceusageV2betaAnalyzeConsumerPolicyResponse
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
+
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
443
|
+
end
|
444
|
+
|
445
|
+
class GoogleApiServiceusageV2betaConsumerPolicy
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
|
+
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
449
|
+
end
|
450
|
+
|
451
|
+
class GoogleApiServiceusageV2betaEnableRule
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
|
+
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
455
|
+
end
|
456
|
+
|
457
|
+
class GoogleApiServiceusageV2betaImpact
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
+
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
461
|
+
end
|
462
|
+
|
463
|
+
class GoogleApiServiceusageV2betaUpdateConsumerPolicyMetadata
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
+
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
467
|
+
end
|
468
|
+
|
319
469
|
class Http
|
320
470
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
471
|
|
@@ -328,6 +478,12 @@ module Google
|
|
328
478
|
include Google::Apis::Core::JsonObjectSupport
|
329
479
|
end
|
330
480
|
|
481
|
+
class Impact
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
|
+
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
485
|
+
end
|
486
|
+
|
331
487
|
class ImportAdminOverridesMetadata
|
332
488
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
489
|
|
@@ -424,6 +580,12 @@ module Google
|
|
424
580
|
include Google::Apis::Core::JsonObjectSupport
|
425
581
|
end
|
426
582
|
|
583
|
+
class MethodPolicy
|
584
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
|
+
|
586
|
+
include Google::Apis::Core::JsonObjectSupport
|
587
|
+
end
|
588
|
+
|
427
589
|
class MethodSettings
|
428
590
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
591
|
|
@@ -544,12 +706,30 @@ module Google
|
|
544
706
|
include Google::Apis::Core::JsonObjectSupport
|
545
707
|
end
|
546
708
|
|
709
|
+
class RemoveEnableRulesMetadata
|
710
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
711
|
+
|
712
|
+
include Google::Apis::Core::JsonObjectSupport
|
713
|
+
end
|
714
|
+
|
715
|
+
class RemoveEnableRulesResponse
|
716
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
717
|
+
|
718
|
+
include Google::Apis::Core::JsonObjectSupport
|
719
|
+
end
|
720
|
+
|
547
721
|
class RubySettings
|
548
722
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
549
723
|
|
550
724
|
include Google::Apis::Core::JsonObjectSupport
|
551
725
|
end
|
552
726
|
|
727
|
+
class SelectiveGapicGeneration
|
728
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
729
|
+
|
730
|
+
include Google::Apis::Core::JsonObjectSupport
|
731
|
+
end
|
732
|
+
|
553
733
|
class ServiceIdentity
|
554
734
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
555
735
|
|
@@ -604,6 +784,12 @@ module Google
|
|
604
784
|
include Google::Apis::Core::JsonObjectSupport
|
605
785
|
end
|
606
786
|
|
787
|
+
class UpdateConsumerPolicyMetadata
|
788
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
789
|
+
|
790
|
+
include Google::Apis::Core::JsonObjectSupport
|
791
|
+
end
|
792
|
+
|
607
793
|
class Usage
|
608
794
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
609
795
|
|
@@ -616,6 +802,20 @@ module Google
|
|
616
802
|
include Google::Apis::Core::JsonObjectSupport
|
617
803
|
end
|
618
804
|
|
805
|
+
class AddEnableRulesMetadata
|
806
|
+
# @private
|
807
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
808
|
+
end
|
809
|
+
end
|
810
|
+
|
811
|
+
class AddEnableRulesResponse
|
812
|
+
# @private
|
813
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
814
|
+
collection :added_values, as: 'addedValues'
|
815
|
+
property :parent, as: 'parent'
|
816
|
+
end
|
817
|
+
end
|
818
|
+
|
619
819
|
class AdminQuotaPolicy
|
620
820
|
# @private
|
621
821
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -628,6 +828,41 @@ module Google
|
|
628
828
|
end
|
629
829
|
end
|
630
830
|
|
831
|
+
class Analysis
|
832
|
+
# @private
|
833
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
834
|
+
property :analysis, as: 'analysis', class: Google::Apis::ServiceusageV1::AnalysisResult, decorator: Google::Apis::ServiceusageV1::AnalysisResult::Representation
|
835
|
+
|
836
|
+
property :analysis_type, as: 'analysisType'
|
837
|
+
property :display_name, as: 'displayName'
|
838
|
+
property :service, as: 'service'
|
839
|
+
end
|
840
|
+
end
|
841
|
+
|
842
|
+
class AnalysisResult
|
843
|
+
# @private
|
844
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
845
|
+
collection :blockers, as: 'blockers', class: Google::Apis::ServiceusageV1::Impact, decorator: Google::Apis::ServiceusageV1::Impact::Representation
|
846
|
+
|
847
|
+
collection :warnings, as: 'warnings', class: Google::Apis::ServiceusageV1::Impact, decorator: Google::Apis::ServiceusageV1::Impact::Representation
|
848
|
+
|
849
|
+
end
|
850
|
+
end
|
851
|
+
|
852
|
+
class AnalyzeConsumerPolicyMetadata
|
853
|
+
# @private
|
854
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
855
|
+
end
|
856
|
+
end
|
857
|
+
|
858
|
+
class AnalyzeConsumerPolicyResponse
|
859
|
+
# @private
|
860
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
861
|
+
collection :analysis, as: 'analysis', class: Google::Apis::ServiceusageV1::Analysis, decorator: Google::Apis::ServiceusageV1::Analysis::Representation
|
862
|
+
|
863
|
+
end
|
864
|
+
end
|
865
|
+
|
631
866
|
class Api
|
632
867
|
# @private
|
633
868
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -645,6 +880,14 @@ module Google
|
|
645
880
|
end
|
646
881
|
end
|
647
882
|
|
883
|
+
class Aspect
|
884
|
+
# @private
|
885
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
886
|
+
property :kind, as: 'kind'
|
887
|
+
hash :spec, as: 'spec'
|
888
|
+
end
|
889
|
+
end
|
890
|
+
|
648
891
|
class AuthProvider
|
649
892
|
# @private
|
650
893
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -703,8 +946,11 @@ module Google
|
|
703
946
|
property :deadline, as: 'deadline'
|
704
947
|
property :disable_auth, as: 'disableAuth'
|
705
948
|
property :jwt_audience, as: 'jwtAudience'
|
949
|
+
property :load_balancing_policy, as: 'loadBalancingPolicy'
|
706
950
|
property :min_deadline, as: 'minDeadline'
|
707
951
|
property :operation_deadline, as: 'operationDeadline'
|
952
|
+
hash :overrides_by_request_protocol, as: 'overridesByRequestProtocol', class: Google::Apis::ServiceusageV1::BackendRule, decorator: Google::Apis::ServiceusageV1::BackendRule::Representation
|
953
|
+
|
708
954
|
property :path_translation, as: 'pathTranslation'
|
709
955
|
property :protocol, as: 'protocol'
|
710
956
|
property :selector, as: 'selector'
|
@@ -752,6 +998,39 @@ module Google
|
|
752
998
|
end
|
753
999
|
end
|
754
1000
|
|
1001
|
+
class BatchingConfigProto
|
1002
|
+
# @private
|
1003
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1004
|
+
property :batch_descriptor, as: 'batchDescriptor', class: Google::Apis::ServiceusageV1::BatchingDescriptorProto, decorator: Google::Apis::ServiceusageV1::BatchingDescriptorProto::Representation
|
1005
|
+
|
1006
|
+
property :thresholds, as: 'thresholds', class: Google::Apis::ServiceusageV1::BatchingSettingsProto, decorator: Google::Apis::ServiceusageV1::BatchingSettingsProto::Representation
|
1007
|
+
|
1008
|
+
end
|
1009
|
+
end
|
1010
|
+
|
1011
|
+
class BatchingDescriptorProto
|
1012
|
+
# @private
|
1013
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1014
|
+
property :batched_field, as: 'batchedField'
|
1015
|
+
collection :discriminator_fields, as: 'discriminatorFields'
|
1016
|
+
property :subresponse_field, as: 'subresponseField'
|
1017
|
+
end
|
1018
|
+
end
|
1019
|
+
|
1020
|
+
class BatchingSettingsProto
|
1021
|
+
# @private
|
1022
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1023
|
+
property :delay_threshold, as: 'delayThreshold'
|
1024
|
+
property :element_count_limit, as: 'elementCountLimit'
|
1025
|
+
property :element_count_threshold, as: 'elementCountThreshold'
|
1026
|
+
property :flow_control_byte_limit, as: 'flowControlByteLimit'
|
1027
|
+
property :flow_control_element_limit, as: 'flowControlElementLimit'
|
1028
|
+
property :flow_control_limit_exceeded_behavior, as: 'flowControlLimitExceededBehavior'
|
1029
|
+
property :request_byte_limit, as: 'requestByteLimit'
|
1030
|
+
property :request_byte_threshold, :numeric_string => true, as: 'requestByteThreshold'
|
1031
|
+
end
|
1032
|
+
end
|
1033
|
+
|
755
1034
|
class Billing
|
756
1035
|
# @private
|
757
1036
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -804,6 +1083,20 @@ module Google
|
|
804
1083
|
class Representation < Google::Apis::Core::JsonRepresentation
|
805
1084
|
collection :destinations, as: 'destinations'
|
806
1085
|
property :reference_docs_uri, as: 'referenceDocsUri'
|
1086
|
+
property :selective_gapic_generation, as: 'selectiveGapicGeneration', class: Google::Apis::ServiceusageV1::SelectiveGapicGeneration, decorator: Google::Apis::ServiceusageV1::SelectiveGapicGeneration::Representation
|
1087
|
+
|
1088
|
+
end
|
1089
|
+
end
|
1090
|
+
|
1091
|
+
class ConsumerPolicy
|
1092
|
+
# @private
|
1093
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1094
|
+
hash :annotations, as: 'annotations'
|
1095
|
+
collection :enable_rules, as: 'enableRules', class: Google::Apis::ServiceusageV1::EnableRule, decorator: Google::Apis::ServiceusageV1::EnableRule::Representation
|
1096
|
+
|
1097
|
+
property :etag, as: 'etag'
|
1098
|
+
property :name, as: 'name'
|
1099
|
+
property :update_time, as: 'updateTime'
|
807
1100
|
end
|
808
1101
|
end
|
809
1102
|
|
@@ -830,6 +1123,8 @@ module Google
|
|
830
1123
|
# @private
|
831
1124
|
class Representation < Google::Apis::Core::JsonRepresentation
|
832
1125
|
property :environment, as: 'environment'
|
1126
|
+
collection :method_policies, as: 'methodPolicies', class: Google::Apis::ServiceusageV1::MethodPolicy, decorator: Google::Apis::ServiceusageV1::MethodPolicy::Representation
|
1127
|
+
|
833
1128
|
end
|
834
1129
|
end
|
835
1130
|
|
@@ -897,12 +1192,15 @@ module Google
|
|
897
1192
|
class Documentation
|
898
1193
|
# @private
|
899
1194
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1195
|
+
property :additional_iam_info, as: 'additionalIamInfo'
|
900
1196
|
property :documentation_root_url, as: 'documentationRootUrl'
|
901
1197
|
property :overview, as: 'overview'
|
902
1198
|
collection :pages, as: 'pages', class: Google::Apis::ServiceusageV1::Page, decorator: Google::Apis::ServiceusageV1::Page::Representation
|
903
1199
|
|
904
1200
|
collection :rules, as: 'rules', class: Google::Apis::ServiceusageV1::DocumentationRule, decorator: Google::Apis::ServiceusageV1::DocumentationRule::Representation
|
905
1201
|
|
1202
|
+
collection :section_overrides, as: 'sectionOverrides', class: Google::Apis::ServiceusageV1::Page, decorator: Google::Apis::ServiceusageV1::Page::Representation
|
1203
|
+
|
906
1204
|
property :service_root_url, as: 'serviceRootUrl'
|
907
1205
|
property :summary, as: 'summary'
|
908
1206
|
end
|
@@ -913,6 +1211,7 @@ module Google
|
|
913
1211
|
class Representation < Google::Apis::Core::JsonRepresentation
|
914
1212
|
property :deprecation_description, as: 'deprecationDescription'
|
915
1213
|
property :description, as: 'description'
|
1214
|
+
property :disable_replacement_words, as: 'disableReplacementWords'
|
916
1215
|
property :selector, as: 'selector'
|
917
1216
|
end
|
918
1217
|
end
|
@@ -922,6 +1221,11 @@ module Google
|
|
922
1221
|
class Representation < Google::Apis::Core::JsonRepresentation
|
923
1222
|
property :common, as: 'common', class: Google::Apis::ServiceusageV1::CommonLanguageSettings, decorator: Google::Apis::ServiceusageV1::CommonLanguageSettings::Representation
|
924
1223
|
|
1224
|
+
collection :forced_namespace_aliases, as: 'forcedNamespaceAliases'
|
1225
|
+
collection :handwritten_signatures, as: 'handwrittenSignatures'
|
1226
|
+
collection :ignored_resources, as: 'ignoredResources'
|
1227
|
+
hash :renamed_resources, as: 'renamedResources'
|
1228
|
+
hash :renamed_services, as: 'renamedServices'
|
925
1229
|
end
|
926
1230
|
end
|
927
1231
|
|
@@ -939,6 +1243,16 @@ module Google
|
|
939
1243
|
end
|
940
1244
|
end
|
941
1245
|
|
1246
|
+
class EnableRule
|
1247
|
+
# @private
|
1248
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1249
|
+
property :enable_type, as: 'enableType'
|
1250
|
+
collection :groups, as: 'groups'
|
1251
|
+
collection :services, as: 'services'
|
1252
|
+
collection :values, as: 'values'
|
1253
|
+
end
|
1254
|
+
end
|
1255
|
+
|
942
1256
|
class EnableServiceRequest
|
943
1257
|
# @private
|
944
1258
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -966,6 +1280,7 @@ module Google
|
|
966
1280
|
class Enum
|
967
1281
|
# @private
|
968
1282
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1283
|
+
property :edition, as: 'edition'
|
969
1284
|
collection :enumvalue, as: 'enumvalue', class: Google::Apis::ServiceusageV1::EnumValue, decorator: Google::Apis::ServiceusageV1::EnumValue::Representation
|
970
1285
|
|
971
1286
|
property :name, as: 'name'
|
@@ -987,6 +1302,15 @@ module Google
|
|
987
1302
|
end
|
988
1303
|
end
|
989
1304
|
|
1305
|
+
class ExperimentalFeatures
|
1306
|
+
# @private
|
1307
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1308
|
+
property :protobuf_pythonic_types_enabled, as: 'protobufPythonicTypesEnabled'
|
1309
|
+
property :rest_async_io_enabled, as: 'restAsyncIoEnabled'
|
1310
|
+
property :unversioned_package_disabled, as: 'unversionedPackageDisabled'
|
1311
|
+
end
|
1312
|
+
end
|
1313
|
+
|
990
1314
|
class Field
|
991
1315
|
# @private
|
992
1316
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1004,6 +1328,15 @@ module Google
|
|
1004
1328
|
end
|
1005
1329
|
end
|
1006
1330
|
|
1331
|
+
class FieldPolicy
|
1332
|
+
# @private
|
1333
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1334
|
+
property :resource_permission, as: 'resourcePermission'
|
1335
|
+
property :resource_type, as: 'resourceType'
|
1336
|
+
property :selector, as: 'selector'
|
1337
|
+
end
|
1338
|
+
end
|
1339
|
+
|
1007
1340
|
class GetServiceIdentityMetadata
|
1008
1341
|
# @private
|
1009
1342
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1024,6 +1357,7 @@ module Google
|
|
1024
1357
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1025
1358
|
property :common, as: 'common', class: Google::Apis::ServiceusageV1::CommonLanguageSettings, decorator: Google::Apis::ServiceusageV1::CommonLanguageSettings::Representation
|
1026
1359
|
|
1360
|
+
hash :renamed_services, as: 'renamedServices'
|
1027
1361
|
end
|
1028
1362
|
end
|
1029
1363
|
|
@@ -1032,6 +1366,8 @@ module Google
|
|
1032
1366
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1033
1367
|
collection :apis, as: 'apis', class: Google::Apis::ServiceusageV1::Api, decorator: Google::Apis::ServiceusageV1::Api::Representation
|
1034
1368
|
|
1369
|
+
collection :aspects, as: 'aspects', class: Google::Apis::ServiceusageV1::Aspect, decorator: Google::Apis::ServiceusageV1::Aspect::Representation
|
1370
|
+
|
1035
1371
|
property :authentication, as: 'authentication', class: Google::Apis::ServiceusageV1::Authentication, decorator: Google::Apis::ServiceusageV1::Authentication::Representation
|
1036
1372
|
|
1037
1373
|
property :backend, as: 'backend', class: Google::Apis::ServiceusageV1::Backend, decorator: Google::Apis::ServiceusageV1::Backend::Representation
|
@@ -1143,6 +1479,101 @@ module Google
|
|
1143
1479
|
end
|
1144
1480
|
end
|
1145
1481
|
|
1482
|
+
class GoogleApiServiceusageV2alphaConsumerPolicy
|
1483
|
+
# @private
|
1484
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1485
|
+
hash :annotations, as: 'annotations'
|
1486
|
+
property :create_time, as: 'createTime'
|
1487
|
+
collection :enable_rules, as: 'enableRules', class: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2alphaEnableRule, decorator: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2alphaEnableRule::Representation
|
1488
|
+
|
1489
|
+
property :etag, as: 'etag'
|
1490
|
+
property :name, as: 'name'
|
1491
|
+
property :update_time, as: 'updateTime'
|
1492
|
+
end
|
1493
|
+
end
|
1494
|
+
|
1495
|
+
class GoogleApiServiceusageV2alphaEnableRule
|
1496
|
+
# @private
|
1497
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1498
|
+
collection :services, as: 'services'
|
1499
|
+
end
|
1500
|
+
end
|
1501
|
+
|
1502
|
+
class GoogleApiServiceusageV2alphaUpdateConsumerPolicyMetadata
|
1503
|
+
# @private
|
1504
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1505
|
+
end
|
1506
|
+
end
|
1507
|
+
|
1508
|
+
class GoogleApiServiceusageV2betaAnalysis
|
1509
|
+
# @private
|
1510
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1511
|
+
property :analysis_result, as: 'analysisResult', class: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaAnalysisResult, decorator: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaAnalysisResult::Representation
|
1512
|
+
|
1513
|
+
property :analysis_type, as: 'analysisType'
|
1514
|
+
property :display_name, as: 'displayName'
|
1515
|
+
property :service, as: 'service'
|
1516
|
+
end
|
1517
|
+
end
|
1518
|
+
|
1519
|
+
class GoogleApiServiceusageV2betaAnalysisResult
|
1520
|
+
# @private
|
1521
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1522
|
+
collection :blockers, as: 'blockers', class: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaImpact, decorator: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaImpact::Representation
|
1523
|
+
|
1524
|
+
collection :warnings, as: 'warnings', class: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaImpact, decorator: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaImpact::Representation
|
1525
|
+
|
1526
|
+
end
|
1527
|
+
end
|
1528
|
+
|
1529
|
+
class GoogleApiServiceusageV2betaAnalyzeConsumerPolicyMetadata
|
1530
|
+
# @private
|
1531
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1532
|
+
end
|
1533
|
+
end
|
1534
|
+
|
1535
|
+
class GoogleApiServiceusageV2betaAnalyzeConsumerPolicyResponse
|
1536
|
+
# @private
|
1537
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1538
|
+
collection :analysis, as: 'analysis', class: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaAnalysis, decorator: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaAnalysis::Representation
|
1539
|
+
|
1540
|
+
end
|
1541
|
+
end
|
1542
|
+
|
1543
|
+
class GoogleApiServiceusageV2betaConsumerPolicy
|
1544
|
+
# @private
|
1545
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1546
|
+
hash :annotations, as: 'annotations'
|
1547
|
+
property :create_time, as: 'createTime'
|
1548
|
+
collection :enable_rules, as: 'enableRules', class: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaEnableRule, decorator: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaEnableRule::Representation
|
1549
|
+
|
1550
|
+
property :etag, as: 'etag'
|
1551
|
+
property :name, as: 'name'
|
1552
|
+
property :update_time, as: 'updateTime'
|
1553
|
+
end
|
1554
|
+
end
|
1555
|
+
|
1556
|
+
class GoogleApiServiceusageV2betaEnableRule
|
1557
|
+
# @private
|
1558
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1559
|
+
collection :services, as: 'services'
|
1560
|
+
end
|
1561
|
+
end
|
1562
|
+
|
1563
|
+
class GoogleApiServiceusageV2betaImpact
|
1564
|
+
# @private
|
1565
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1566
|
+
property :detail, as: 'detail'
|
1567
|
+
property :impact_type, as: 'impactType'
|
1568
|
+
end
|
1569
|
+
end
|
1570
|
+
|
1571
|
+
class GoogleApiServiceusageV2betaUpdateConsumerPolicyMetadata
|
1572
|
+
# @private
|
1573
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1574
|
+
end
|
1575
|
+
end
|
1576
|
+
|
1146
1577
|
class Http
|
1147
1578
|
# @private
|
1148
1579
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1170,6 +1601,15 @@ module Google
|
|
1170
1601
|
end
|
1171
1602
|
end
|
1172
1603
|
|
1604
|
+
class Impact
|
1605
|
+
# @private
|
1606
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1607
|
+
property :detail, as: 'detail'
|
1608
|
+
property :impact_type, as: 'impactType'
|
1609
|
+
property :parent, as: 'parent'
|
1610
|
+
end
|
1611
|
+
end
|
1612
|
+
|
1173
1613
|
class ImportAdminOverridesMetadata
|
1174
1614
|
# @private
|
1175
1615
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1312,9 +1752,21 @@ module Google
|
|
1312
1752
|
end
|
1313
1753
|
end
|
1314
1754
|
|
1755
|
+
class MethodPolicy
|
1756
|
+
# @private
|
1757
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1758
|
+
collection :request_policies, as: 'requestPolicies', class: Google::Apis::ServiceusageV1::FieldPolicy, decorator: Google::Apis::ServiceusageV1::FieldPolicy::Representation
|
1759
|
+
|
1760
|
+
property :selector, as: 'selector'
|
1761
|
+
end
|
1762
|
+
end
|
1763
|
+
|
1315
1764
|
class MethodSettings
|
1316
1765
|
# @private
|
1317
1766
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1767
|
+
collection :auto_populated_fields, as: 'autoPopulatedFields'
|
1768
|
+
property :batching, as: 'batching', class: Google::Apis::ServiceusageV1::BatchingConfigProto, decorator: Google::Apis::ServiceusageV1::BatchingConfigProto::Representation
|
1769
|
+
|
1318
1770
|
property :long_running, as: 'longRunning', class: Google::Apis::ServiceusageV1::LongRunning, decorator: Google::Apis::ServiceusageV1::LongRunning::Representation
|
1319
1771
|
|
1320
1772
|
property :selector, as: 'selector'
|
@@ -1346,6 +1798,7 @@ module Google
|
|
1346
1798
|
property :ingest_delay, as: 'ingestDelay'
|
1347
1799
|
property :launch_stage, as: 'launchStage'
|
1348
1800
|
property :sample_period, as: 'samplePeriod'
|
1801
|
+
collection :time_series_resource_hierarchy_level, as: 'timeSeriesResourceHierarchyLevel'
|
1349
1802
|
end
|
1350
1803
|
end
|
1351
1804
|
|
@@ -1470,6 +1923,8 @@ module Google
|
|
1470
1923
|
|
1471
1924
|
property :new_issue_uri, as: 'newIssueUri'
|
1472
1925
|
property :organization, as: 'organization'
|
1926
|
+
property :proto_reference_documentation_uri, as: 'protoReferenceDocumentationUri'
|
1927
|
+
property :rest_reference_documentation_uri, as: 'restReferenceDocumentationUri'
|
1473
1928
|
end
|
1474
1929
|
end
|
1475
1930
|
|
@@ -1478,6 +1933,8 @@ module Google
|
|
1478
1933
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1479
1934
|
property :common, as: 'common', class: Google::Apis::ServiceusageV1::CommonLanguageSettings, decorator: Google::Apis::ServiceusageV1::CommonLanguageSettings::Representation
|
1480
1935
|
|
1936
|
+
property :experimental_features, as: 'experimentalFeatures', class: Google::Apis::ServiceusageV1::ExperimentalFeatures, decorator: Google::Apis::ServiceusageV1::ExperimentalFeatures::Representation
|
1937
|
+
|
1481
1938
|
end
|
1482
1939
|
end
|
1483
1940
|
|
@@ -1519,6 +1976,20 @@ module Google
|
|
1519
1976
|
end
|
1520
1977
|
end
|
1521
1978
|
|
1979
|
+
class RemoveEnableRulesMetadata
|
1980
|
+
# @private
|
1981
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1982
|
+
end
|
1983
|
+
end
|
1984
|
+
|
1985
|
+
class RemoveEnableRulesResponse
|
1986
|
+
# @private
|
1987
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1988
|
+
property :parent, as: 'parent'
|
1989
|
+
collection :removed_values, as: 'removedValues'
|
1990
|
+
end
|
1991
|
+
end
|
1992
|
+
|
1522
1993
|
class RubySettings
|
1523
1994
|
# @private
|
1524
1995
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1527,6 +1998,14 @@ module Google
|
|
1527
1998
|
end
|
1528
1999
|
end
|
1529
2000
|
|
2001
|
+
class SelectiveGapicGeneration
|
2002
|
+
# @private
|
2003
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2004
|
+
property :generate_omitted_as_internal, as: 'generateOmittedAsInternal'
|
2005
|
+
collection :methods_prop, as: 'methods'
|
2006
|
+
end
|
2007
|
+
end
|
2008
|
+
|
1530
2009
|
class ServiceIdentity
|
1531
2010
|
# @private
|
1532
2011
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1587,6 +2066,7 @@ module Google
|
|
1587
2066
|
class Type
|
1588
2067
|
# @private
|
1589
2068
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2069
|
+
property :edition, as: 'edition'
|
1590
2070
|
collection :fields, as: 'fields', class: Google::Apis::ServiceusageV1::Field, decorator: Google::Apis::ServiceusageV1::Field::Representation
|
1591
2071
|
|
1592
2072
|
property :name, as: 'name'
|
@@ -1605,6 +2085,12 @@ module Google
|
|
1605
2085
|
end
|
1606
2086
|
end
|
1607
2087
|
|
2088
|
+
class UpdateConsumerPolicyMetadata
|
2089
|
+
# @private
|
2090
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2091
|
+
end
|
2092
|
+
end
|
2093
|
+
|
1608
2094
|
class Usage
|
1609
2095
|
# @private
|
1610
2096
|
class Representation < Google::Apis::Core::JsonRepresentation
|