google-apis-serviceusage_v1 0.28.0 → 0.66.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 +155 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/serviceusage_v1/classes.rb +1090 -127
- data/lib/google/apis/serviceusage_v1/gem_version.rb +3 -3
- data/lib/google/apis/serviceusage_v1/representations.rb +433 -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
|
|
@@ -130,6 +172,12 @@ module Google
|
|
130
172
|
include Google::Apis::Core::JsonObjectSupport
|
131
173
|
end
|
132
174
|
|
175
|
+
class ConsumerPolicy
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
133
181
|
class Context
|
134
182
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
183
|
|
@@ -226,6 +274,12 @@ module Google
|
|
226
274
|
include Google::Apis::Core::JsonObjectSupport
|
227
275
|
end
|
228
276
|
|
277
|
+
class EnableRule
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
229
283
|
class EnableServiceRequest
|
230
284
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
285
|
|
@@ -256,12 +310,24 @@ module Google
|
|
256
310
|
include Google::Apis::Core::JsonObjectSupport
|
257
311
|
end
|
258
312
|
|
313
|
+
class ExperimentalFeatures
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
259
319
|
class Field
|
260
320
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
321
|
|
262
322
|
include Google::Apis::Core::JsonObjectSupport
|
263
323
|
end
|
264
324
|
|
325
|
+
class FieldPolicy
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
+
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
329
|
+
end
|
330
|
+
|
265
331
|
class GetServiceIdentityMetadata
|
266
332
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
333
|
|
@@ -316,6 +382,72 @@ module Google
|
|
316
382
|
include Google::Apis::Core::JsonObjectSupport
|
317
383
|
end
|
318
384
|
|
385
|
+
class GoogleApiServiceusageV2alphaConsumerPolicy
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
|
+
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
389
|
+
end
|
390
|
+
|
391
|
+
class GoogleApiServiceusageV2alphaEnableRule
|
392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
|
+
|
394
|
+
include Google::Apis::Core::JsonObjectSupport
|
395
|
+
end
|
396
|
+
|
397
|
+
class GoogleApiServiceusageV2alphaUpdateConsumerPolicyMetadata
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
|
+
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
401
|
+
end
|
402
|
+
|
403
|
+
class GoogleApiServiceusageV2betaAnalysis
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
|
+
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
407
|
+
end
|
408
|
+
|
409
|
+
class GoogleApiServiceusageV2betaAnalysisResult
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
|
+
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
413
|
+
end
|
414
|
+
|
415
|
+
class GoogleApiServiceusageV2betaAnalyzeConsumerPolicyMetadata
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
+
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
419
|
+
end
|
420
|
+
|
421
|
+
class GoogleApiServiceusageV2betaAnalyzeConsumerPolicyResponse
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
|
+
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
425
|
+
end
|
426
|
+
|
427
|
+
class GoogleApiServiceusageV2betaConsumerPolicy
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
431
|
+
end
|
432
|
+
|
433
|
+
class GoogleApiServiceusageV2betaEnableRule
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
+
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
437
|
+
end
|
438
|
+
|
439
|
+
class GoogleApiServiceusageV2betaImpact
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
+
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
443
|
+
end
|
444
|
+
|
445
|
+
class GoogleApiServiceusageV2betaUpdateConsumerPolicyMetadata
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
|
+
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
449
|
+
end
|
450
|
+
|
319
451
|
class Http
|
320
452
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
453
|
|
@@ -328,6 +460,12 @@ module Google
|
|
328
460
|
include Google::Apis::Core::JsonObjectSupport
|
329
461
|
end
|
330
462
|
|
463
|
+
class Impact
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
+
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
467
|
+
end
|
468
|
+
|
331
469
|
class ImportAdminOverridesMetadata
|
332
470
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
471
|
|
@@ -424,6 +562,12 @@ module Google
|
|
424
562
|
include Google::Apis::Core::JsonObjectSupport
|
425
563
|
end
|
426
564
|
|
565
|
+
class MethodPolicy
|
566
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
567
|
+
|
568
|
+
include Google::Apis::Core::JsonObjectSupport
|
569
|
+
end
|
570
|
+
|
427
571
|
class MethodSettings
|
428
572
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
573
|
|
@@ -544,12 +688,30 @@ module Google
|
|
544
688
|
include Google::Apis::Core::JsonObjectSupport
|
545
689
|
end
|
546
690
|
|
691
|
+
class RemoveEnableRulesMetadata
|
692
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
693
|
+
|
694
|
+
include Google::Apis::Core::JsonObjectSupport
|
695
|
+
end
|
696
|
+
|
697
|
+
class RemoveEnableRulesResponse
|
698
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
699
|
+
|
700
|
+
include Google::Apis::Core::JsonObjectSupport
|
701
|
+
end
|
702
|
+
|
547
703
|
class RubySettings
|
548
704
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
549
705
|
|
550
706
|
include Google::Apis::Core::JsonObjectSupport
|
551
707
|
end
|
552
708
|
|
709
|
+
class SelectiveGapicGeneration
|
710
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
711
|
+
|
712
|
+
include Google::Apis::Core::JsonObjectSupport
|
713
|
+
end
|
714
|
+
|
553
715
|
class ServiceIdentity
|
554
716
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
555
717
|
|
@@ -604,6 +766,12 @@ module Google
|
|
604
766
|
include Google::Apis::Core::JsonObjectSupport
|
605
767
|
end
|
606
768
|
|
769
|
+
class UpdateConsumerPolicyMetadata
|
770
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
771
|
+
|
772
|
+
include Google::Apis::Core::JsonObjectSupport
|
773
|
+
end
|
774
|
+
|
607
775
|
class Usage
|
608
776
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
609
777
|
|
@@ -616,6 +784,20 @@ module Google
|
|
616
784
|
include Google::Apis::Core::JsonObjectSupport
|
617
785
|
end
|
618
786
|
|
787
|
+
class AddEnableRulesMetadata
|
788
|
+
# @private
|
789
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
790
|
+
end
|
791
|
+
end
|
792
|
+
|
793
|
+
class AddEnableRulesResponse
|
794
|
+
# @private
|
795
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
796
|
+
collection :added_values, as: 'addedValues'
|
797
|
+
property :parent, as: 'parent'
|
798
|
+
end
|
799
|
+
end
|
800
|
+
|
619
801
|
class AdminQuotaPolicy
|
620
802
|
# @private
|
621
803
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -628,6 +810,41 @@ module Google
|
|
628
810
|
end
|
629
811
|
end
|
630
812
|
|
813
|
+
class Analysis
|
814
|
+
# @private
|
815
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
816
|
+
property :analysis, as: 'analysis', class: Google::Apis::ServiceusageV1::AnalysisResult, decorator: Google::Apis::ServiceusageV1::AnalysisResult::Representation
|
817
|
+
|
818
|
+
property :analysis_type, as: 'analysisType'
|
819
|
+
property :display_name, as: 'displayName'
|
820
|
+
property :service, as: 'service'
|
821
|
+
end
|
822
|
+
end
|
823
|
+
|
824
|
+
class AnalysisResult
|
825
|
+
# @private
|
826
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
827
|
+
collection :blockers, as: 'blockers', class: Google::Apis::ServiceusageV1::Impact, decorator: Google::Apis::ServiceusageV1::Impact::Representation
|
828
|
+
|
829
|
+
collection :warnings, as: 'warnings', class: Google::Apis::ServiceusageV1::Impact, decorator: Google::Apis::ServiceusageV1::Impact::Representation
|
830
|
+
|
831
|
+
end
|
832
|
+
end
|
833
|
+
|
834
|
+
class AnalyzeConsumerPolicyMetadata
|
835
|
+
# @private
|
836
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
837
|
+
end
|
838
|
+
end
|
839
|
+
|
840
|
+
class AnalyzeConsumerPolicyResponse
|
841
|
+
# @private
|
842
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
843
|
+
collection :analysis, as: 'analysis', class: Google::Apis::ServiceusageV1::Analysis, decorator: Google::Apis::ServiceusageV1::Analysis::Representation
|
844
|
+
|
845
|
+
end
|
846
|
+
end
|
847
|
+
|
631
848
|
class Api
|
632
849
|
# @private
|
633
850
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -645,6 +862,14 @@ module Google
|
|
645
862
|
end
|
646
863
|
end
|
647
864
|
|
865
|
+
class Aspect
|
866
|
+
# @private
|
867
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
868
|
+
property :kind, as: 'kind'
|
869
|
+
hash :spec, as: 'spec'
|
870
|
+
end
|
871
|
+
end
|
872
|
+
|
648
873
|
class AuthProvider
|
649
874
|
# @private
|
650
875
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -703,8 +928,11 @@ module Google
|
|
703
928
|
property :deadline, as: 'deadline'
|
704
929
|
property :disable_auth, as: 'disableAuth'
|
705
930
|
property :jwt_audience, as: 'jwtAudience'
|
931
|
+
property :load_balancing_policy, as: 'loadBalancingPolicy'
|
706
932
|
property :min_deadline, as: 'minDeadline'
|
707
933
|
property :operation_deadline, as: 'operationDeadline'
|
934
|
+
hash :overrides_by_request_protocol, as: 'overridesByRequestProtocol', class: Google::Apis::ServiceusageV1::BackendRule, decorator: Google::Apis::ServiceusageV1::BackendRule::Representation
|
935
|
+
|
708
936
|
property :path_translation, as: 'pathTranslation'
|
709
937
|
property :protocol, as: 'protocol'
|
710
938
|
property :selector, as: 'selector'
|
@@ -804,6 +1032,20 @@ module Google
|
|
804
1032
|
class Representation < Google::Apis::Core::JsonRepresentation
|
805
1033
|
collection :destinations, as: 'destinations'
|
806
1034
|
property :reference_docs_uri, as: 'referenceDocsUri'
|
1035
|
+
property :selective_gapic_generation, as: 'selectiveGapicGeneration', class: Google::Apis::ServiceusageV1::SelectiveGapicGeneration, decorator: Google::Apis::ServiceusageV1::SelectiveGapicGeneration::Representation
|
1036
|
+
|
1037
|
+
end
|
1038
|
+
end
|
1039
|
+
|
1040
|
+
class ConsumerPolicy
|
1041
|
+
# @private
|
1042
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1043
|
+
hash :annotations, as: 'annotations'
|
1044
|
+
collection :enable_rules, as: 'enableRules', class: Google::Apis::ServiceusageV1::EnableRule, decorator: Google::Apis::ServiceusageV1::EnableRule::Representation
|
1045
|
+
|
1046
|
+
property :etag, as: 'etag'
|
1047
|
+
property :name, as: 'name'
|
1048
|
+
property :update_time, as: 'updateTime'
|
807
1049
|
end
|
808
1050
|
end
|
809
1051
|
|
@@ -830,6 +1072,8 @@ module Google
|
|
830
1072
|
# @private
|
831
1073
|
class Representation < Google::Apis::Core::JsonRepresentation
|
832
1074
|
property :environment, as: 'environment'
|
1075
|
+
collection :method_policies, as: 'methodPolicies', class: Google::Apis::ServiceusageV1::MethodPolicy, decorator: Google::Apis::ServiceusageV1::MethodPolicy::Representation
|
1076
|
+
|
833
1077
|
end
|
834
1078
|
end
|
835
1079
|
|
@@ -897,12 +1141,15 @@ module Google
|
|
897
1141
|
class Documentation
|
898
1142
|
# @private
|
899
1143
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1144
|
+
property :additional_iam_info, as: 'additionalIamInfo'
|
900
1145
|
property :documentation_root_url, as: 'documentationRootUrl'
|
901
1146
|
property :overview, as: 'overview'
|
902
1147
|
collection :pages, as: 'pages', class: Google::Apis::ServiceusageV1::Page, decorator: Google::Apis::ServiceusageV1::Page::Representation
|
903
1148
|
|
904
1149
|
collection :rules, as: 'rules', class: Google::Apis::ServiceusageV1::DocumentationRule, decorator: Google::Apis::ServiceusageV1::DocumentationRule::Representation
|
905
1150
|
|
1151
|
+
collection :section_overrides, as: 'sectionOverrides', class: Google::Apis::ServiceusageV1::Page, decorator: Google::Apis::ServiceusageV1::Page::Representation
|
1152
|
+
|
906
1153
|
property :service_root_url, as: 'serviceRootUrl'
|
907
1154
|
property :summary, as: 'summary'
|
908
1155
|
end
|
@@ -913,6 +1160,7 @@ module Google
|
|
913
1160
|
class Representation < Google::Apis::Core::JsonRepresentation
|
914
1161
|
property :deprecation_description, as: 'deprecationDescription'
|
915
1162
|
property :description, as: 'description'
|
1163
|
+
property :disable_replacement_words, as: 'disableReplacementWords'
|
916
1164
|
property :selector, as: 'selector'
|
917
1165
|
end
|
918
1166
|
end
|
@@ -922,6 +1170,11 @@ module Google
|
|
922
1170
|
class Representation < Google::Apis::Core::JsonRepresentation
|
923
1171
|
property :common, as: 'common', class: Google::Apis::ServiceusageV1::CommonLanguageSettings, decorator: Google::Apis::ServiceusageV1::CommonLanguageSettings::Representation
|
924
1172
|
|
1173
|
+
collection :forced_namespace_aliases, as: 'forcedNamespaceAliases'
|
1174
|
+
collection :handwritten_signatures, as: 'handwrittenSignatures'
|
1175
|
+
collection :ignored_resources, as: 'ignoredResources'
|
1176
|
+
hash :renamed_resources, as: 'renamedResources'
|
1177
|
+
hash :renamed_services, as: 'renamedServices'
|
925
1178
|
end
|
926
1179
|
end
|
927
1180
|
|
@@ -939,6 +1192,16 @@ module Google
|
|
939
1192
|
end
|
940
1193
|
end
|
941
1194
|
|
1195
|
+
class EnableRule
|
1196
|
+
# @private
|
1197
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1198
|
+
property :enable_type, as: 'enableType'
|
1199
|
+
collection :groups, as: 'groups'
|
1200
|
+
collection :services, as: 'services'
|
1201
|
+
collection :values, as: 'values'
|
1202
|
+
end
|
1203
|
+
end
|
1204
|
+
|
942
1205
|
class EnableServiceRequest
|
943
1206
|
# @private
|
944
1207
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -966,6 +1229,7 @@ module Google
|
|
966
1229
|
class Enum
|
967
1230
|
# @private
|
968
1231
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1232
|
+
property :edition, as: 'edition'
|
969
1233
|
collection :enumvalue, as: 'enumvalue', class: Google::Apis::ServiceusageV1::EnumValue, decorator: Google::Apis::ServiceusageV1::EnumValue::Representation
|
970
1234
|
|
971
1235
|
property :name, as: 'name'
|
@@ -987,6 +1251,15 @@ module Google
|
|
987
1251
|
end
|
988
1252
|
end
|
989
1253
|
|
1254
|
+
class ExperimentalFeatures
|
1255
|
+
# @private
|
1256
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1257
|
+
property :protobuf_pythonic_types_enabled, as: 'protobufPythonicTypesEnabled'
|
1258
|
+
property :rest_async_io_enabled, as: 'restAsyncIoEnabled'
|
1259
|
+
property :unversioned_package_disabled, as: 'unversionedPackageDisabled'
|
1260
|
+
end
|
1261
|
+
end
|
1262
|
+
|
990
1263
|
class Field
|
991
1264
|
# @private
|
992
1265
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1004,6 +1277,15 @@ module Google
|
|
1004
1277
|
end
|
1005
1278
|
end
|
1006
1279
|
|
1280
|
+
class FieldPolicy
|
1281
|
+
# @private
|
1282
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1283
|
+
property :resource_permission, as: 'resourcePermission'
|
1284
|
+
property :resource_type, as: 'resourceType'
|
1285
|
+
property :selector, as: 'selector'
|
1286
|
+
end
|
1287
|
+
end
|
1288
|
+
|
1007
1289
|
class GetServiceIdentityMetadata
|
1008
1290
|
# @private
|
1009
1291
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1024,6 +1306,7 @@ module Google
|
|
1024
1306
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1025
1307
|
property :common, as: 'common', class: Google::Apis::ServiceusageV1::CommonLanguageSettings, decorator: Google::Apis::ServiceusageV1::CommonLanguageSettings::Representation
|
1026
1308
|
|
1309
|
+
hash :renamed_services, as: 'renamedServices'
|
1027
1310
|
end
|
1028
1311
|
end
|
1029
1312
|
|
@@ -1032,6 +1315,8 @@ module Google
|
|
1032
1315
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1033
1316
|
collection :apis, as: 'apis', class: Google::Apis::ServiceusageV1::Api, decorator: Google::Apis::ServiceusageV1::Api::Representation
|
1034
1317
|
|
1318
|
+
collection :aspects, as: 'aspects', class: Google::Apis::ServiceusageV1::Aspect, decorator: Google::Apis::ServiceusageV1::Aspect::Representation
|
1319
|
+
|
1035
1320
|
property :authentication, as: 'authentication', class: Google::Apis::ServiceusageV1::Authentication, decorator: Google::Apis::ServiceusageV1::Authentication::Representation
|
1036
1321
|
|
1037
1322
|
property :backend, as: 'backend', class: Google::Apis::ServiceusageV1::Backend, decorator: Google::Apis::ServiceusageV1::Backend::Representation
|
@@ -1143,6 +1428,101 @@ module Google
|
|
1143
1428
|
end
|
1144
1429
|
end
|
1145
1430
|
|
1431
|
+
class GoogleApiServiceusageV2alphaConsumerPolicy
|
1432
|
+
# @private
|
1433
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1434
|
+
hash :annotations, as: 'annotations'
|
1435
|
+
property :create_time, as: 'createTime'
|
1436
|
+
collection :enable_rules, as: 'enableRules', class: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2alphaEnableRule, decorator: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2alphaEnableRule::Representation
|
1437
|
+
|
1438
|
+
property :etag, as: 'etag'
|
1439
|
+
property :name, as: 'name'
|
1440
|
+
property :update_time, as: 'updateTime'
|
1441
|
+
end
|
1442
|
+
end
|
1443
|
+
|
1444
|
+
class GoogleApiServiceusageV2alphaEnableRule
|
1445
|
+
# @private
|
1446
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1447
|
+
collection :services, as: 'services'
|
1448
|
+
end
|
1449
|
+
end
|
1450
|
+
|
1451
|
+
class GoogleApiServiceusageV2alphaUpdateConsumerPolicyMetadata
|
1452
|
+
# @private
|
1453
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1454
|
+
end
|
1455
|
+
end
|
1456
|
+
|
1457
|
+
class GoogleApiServiceusageV2betaAnalysis
|
1458
|
+
# @private
|
1459
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1460
|
+
property :analysis_result, as: 'analysisResult', class: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaAnalysisResult, decorator: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaAnalysisResult::Representation
|
1461
|
+
|
1462
|
+
property :analysis_type, as: 'analysisType'
|
1463
|
+
property :display_name, as: 'displayName'
|
1464
|
+
property :service, as: 'service'
|
1465
|
+
end
|
1466
|
+
end
|
1467
|
+
|
1468
|
+
class GoogleApiServiceusageV2betaAnalysisResult
|
1469
|
+
# @private
|
1470
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1471
|
+
collection :blockers, as: 'blockers', class: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaImpact, decorator: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaImpact::Representation
|
1472
|
+
|
1473
|
+
collection :warnings, as: 'warnings', class: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaImpact, decorator: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaImpact::Representation
|
1474
|
+
|
1475
|
+
end
|
1476
|
+
end
|
1477
|
+
|
1478
|
+
class GoogleApiServiceusageV2betaAnalyzeConsumerPolicyMetadata
|
1479
|
+
# @private
|
1480
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1481
|
+
end
|
1482
|
+
end
|
1483
|
+
|
1484
|
+
class GoogleApiServiceusageV2betaAnalyzeConsumerPolicyResponse
|
1485
|
+
# @private
|
1486
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1487
|
+
collection :analysis, as: 'analysis', class: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaAnalysis, decorator: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaAnalysis::Representation
|
1488
|
+
|
1489
|
+
end
|
1490
|
+
end
|
1491
|
+
|
1492
|
+
class GoogleApiServiceusageV2betaConsumerPolicy
|
1493
|
+
# @private
|
1494
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1495
|
+
hash :annotations, as: 'annotations'
|
1496
|
+
property :create_time, as: 'createTime'
|
1497
|
+
collection :enable_rules, as: 'enableRules', class: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaEnableRule, decorator: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaEnableRule::Representation
|
1498
|
+
|
1499
|
+
property :etag, as: 'etag'
|
1500
|
+
property :name, as: 'name'
|
1501
|
+
property :update_time, as: 'updateTime'
|
1502
|
+
end
|
1503
|
+
end
|
1504
|
+
|
1505
|
+
class GoogleApiServiceusageV2betaEnableRule
|
1506
|
+
# @private
|
1507
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1508
|
+
collection :services, as: 'services'
|
1509
|
+
end
|
1510
|
+
end
|
1511
|
+
|
1512
|
+
class GoogleApiServiceusageV2betaImpact
|
1513
|
+
# @private
|
1514
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1515
|
+
property :detail, as: 'detail'
|
1516
|
+
property :impact_type, as: 'impactType'
|
1517
|
+
end
|
1518
|
+
end
|
1519
|
+
|
1520
|
+
class GoogleApiServiceusageV2betaUpdateConsumerPolicyMetadata
|
1521
|
+
# @private
|
1522
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1523
|
+
end
|
1524
|
+
end
|
1525
|
+
|
1146
1526
|
class Http
|
1147
1527
|
# @private
|
1148
1528
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1170,6 +1550,15 @@ module Google
|
|
1170
1550
|
end
|
1171
1551
|
end
|
1172
1552
|
|
1553
|
+
class Impact
|
1554
|
+
# @private
|
1555
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1556
|
+
property :detail, as: 'detail'
|
1557
|
+
property :impact_type, as: 'impactType'
|
1558
|
+
property :parent, as: 'parent'
|
1559
|
+
end
|
1560
|
+
end
|
1561
|
+
|
1173
1562
|
class ImportAdminOverridesMetadata
|
1174
1563
|
# @private
|
1175
1564
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1312,9 +1701,19 @@ module Google
|
|
1312
1701
|
end
|
1313
1702
|
end
|
1314
1703
|
|
1704
|
+
class MethodPolicy
|
1705
|
+
# @private
|
1706
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1707
|
+
collection :request_policies, as: 'requestPolicies', class: Google::Apis::ServiceusageV1::FieldPolicy, decorator: Google::Apis::ServiceusageV1::FieldPolicy::Representation
|
1708
|
+
|
1709
|
+
property :selector, as: 'selector'
|
1710
|
+
end
|
1711
|
+
end
|
1712
|
+
|
1315
1713
|
class MethodSettings
|
1316
1714
|
# @private
|
1317
1715
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1716
|
+
collection :auto_populated_fields, as: 'autoPopulatedFields'
|
1318
1717
|
property :long_running, as: 'longRunning', class: Google::Apis::ServiceusageV1::LongRunning, decorator: Google::Apis::ServiceusageV1::LongRunning::Representation
|
1319
1718
|
|
1320
1719
|
property :selector, as: 'selector'
|
@@ -1346,6 +1745,7 @@ module Google
|
|
1346
1745
|
property :ingest_delay, as: 'ingestDelay'
|
1347
1746
|
property :launch_stage, as: 'launchStage'
|
1348
1747
|
property :sample_period, as: 'samplePeriod'
|
1748
|
+
collection :time_series_resource_hierarchy_level, as: 'timeSeriesResourceHierarchyLevel'
|
1349
1749
|
end
|
1350
1750
|
end
|
1351
1751
|
|
@@ -1470,6 +1870,8 @@ module Google
|
|
1470
1870
|
|
1471
1871
|
property :new_issue_uri, as: 'newIssueUri'
|
1472
1872
|
property :organization, as: 'organization'
|
1873
|
+
property :proto_reference_documentation_uri, as: 'protoReferenceDocumentationUri'
|
1874
|
+
property :rest_reference_documentation_uri, as: 'restReferenceDocumentationUri'
|
1473
1875
|
end
|
1474
1876
|
end
|
1475
1877
|
|
@@ -1478,6 +1880,8 @@ module Google
|
|
1478
1880
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1479
1881
|
property :common, as: 'common', class: Google::Apis::ServiceusageV1::CommonLanguageSettings, decorator: Google::Apis::ServiceusageV1::CommonLanguageSettings::Representation
|
1480
1882
|
|
1883
|
+
property :experimental_features, as: 'experimentalFeatures', class: Google::Apis::ServiceusageV1::ExperimentalFeatures, decorator: Google::Apis::ServiceusageV1::ExperimentalFeatures::Representation
|
1884
|
+
|
1481
1885
|
end
|
1482
1886
|
end
|
1483
1887
|
|
@@ -1519,6 +1923,20 @@ module Google
|
|
1519
1923
|
end
|
1520
1924
|
end
|
1521
1925
|
|
1926
|
+
class RemoveEnableRulesMetadata
|
1927
|
+
# @private
|
1928
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1929
|
+
end
|
1930
|
+
end
|
1931
|
+
|
1932
|
+
class RemoveEnableRulesResponse
|
1933
|
+
# @private
|
1934
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1935
|
+
property :parent, as: 'parent'
|
1936
|
+
collection :removed_values, as: 'removedValues'
|
1937
|
+
end
|
1938
|
+
end
|
1939
|
+
|
1522
1940
|
class RubySettings
|
1523
1941
|
# @private
|
1524
1942
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1527,6 +1945,14 @@ module Google
|
|
1527
1945
|
end
|
1528
1946
|
end
|
1529
1947
|
|
1948
|
+
class SelectiveGapicGeneration
|
1949
|
+
# @private
|
1950
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1951
|
+
property :generate_omitted_as_internal, as: 'generateOmittedAsInternal'
|
1952
|
+
collection :methods_prop, as: 'methods'
|
1953
|
+
end
|
1954
|
+
end
|
1955
|
+
|
1530
1956
|
class ServiceIdentity
|
1531
1957
|
# @private
|
1532
1958
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1587,6 +2013,7 @@ module Google
|
|
1587
2013
|
class Type
|
1588
2014
|
# @private
|
1589
2015
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2016
|
+
property :edition, as: 'edition'
|
1590
2017
|
collection :fields, as: 'fields', class: Google::Apis::ServiceusageV1::Field, decorator: Google::Apis::ServiceusageV1::Field::Representation
|
1591
2018
|
|
1592
2019
|
property :name, as: 'name'
|
@@ -1605,6 +2032,12 @@ module Google
|
|
1605
2032
|
end
|
1606
2033
|
end
|
1607
2034
|
|
2035
|
+
class UpdateConsumerPolicyMetadata
|
2036
|
+
# @private
|
2037
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2038
|
+
end
|
2039
|
+
end
|
2040
|
+
|
1608
2041
|
class Usage
|
1609
2042
|
# @private
|
1610
2043
|
class Representation < Google::Apis::Core::JsonRepresentation
|