google-apis-serviceusage_v1 0.28.0 → 0.62.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 +138 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/serviceusage_v1/classes.rb +1015 -112
- data/lib/google/apis/serviceusage_v1/gem_version.rb +3 -3
- data/lib/google/apis/serviceusage_v1/representations.rb +414 -0
- data/lib/google/apis/serviceusage_v1/service.rb +6 -10
- metadata +7 -7
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ServiceusageV1
|
18
18
|
# Version of the google-apis-serviceusage_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.62.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241219"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -22,12 +22,48 @@ 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
|
|
@@ -130,6 +166,12 @@ module Google
|
|
130
166
|
include Google::Apis::Core::JsonObjectSupport
|
131
167
|
end
|
132
168
|
|
169
|
+
class ConsumerPolicy
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
133
175
|
class Context
|
134
176
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
177
|
|
@@ -226,6 +268,12 @@ module Google
|
|
226
268
|
include Google::Apis::Core::JsonObjectSupport
|
227
269
|
end
|
228
270
|
|
271
|
+
class EnableRule
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
229
277
|
class EnableServiceRequest
|
230
278
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
279
|
|
@@ -256,12 +304,24 @@ module Google
|
|
256
304
|
include Google::Apis::Core::JsonObjectSupport
|
257
305
|
end
|
258
306
|
|
307
|
+
class ExperimentalFeatures
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
259
313
|
class Field
|
260
314
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
315
|
|
262
316
|
include Google::Apis::Core::JsonObjectSupport
|
263
317
|
end
|
264
318
|
|
319
|
+
class FieldPolicy
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
265
325
|
class GetServiceIdentityMetadata
|
266
326
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
327
|
|
@@ -316,6 +376,72 @@ module Google
|
|
316
376
|
include Google::Apis::Core::JsonObjectSupport
|
317
377
|
end
|
318
378
|
|
379
|
+
class GoogleApiServiceusageV2alphaConsumerPolicy
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
|
+
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
383
|
+
end
|
384
|
+
|
385
|
+
class GoogleApiServiceusageV2alphaEnableRule
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
|
+
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
389
|
+
end
|
390
|
+
|
391
|
+
class GoogleApiServiceusageV2alphaUpdateConsumerPolicyMetadata
|
392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
|
+
|
394
|
+
include Google::Apis::Core::JsonObjectSupport
|
395
|
+
end
|
396
|
+
|
397
|
+
class GoogleApiServiceusageV2betaAnalysis
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
|
+
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
401
|
+
end
|
402
|
+
|
403
|
+
class GoogleApiServiceusageV2betaAnalysisResult
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
|
+
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
407
|
+
end
|
408
|
+
|
409
|
+
class GoogleApiServiceusageV2betaAnalyzeConsumerPolicyMetadata
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
|
+
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
413
|
+
end
|
414
|
+
|
415
|
+
class GoogleApiServiceusageV2betaAnalyzeConsumerPolicyResponse
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
+
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
419
|
+
end
|
420
|
+
|
421
|
+
class GoogleApiServiceusageV2betaConsumerPolicy
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
|
+
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
425
|
+
end
|
426
|
+
|
427
|
+
class GoogleApiServiceusageV2betaEnableRule
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
431
|
+
end
|
432
|
+
|
433
|
+
class GoogleApiServiceusageV2betaImpact
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
+
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
437
|
+
end
|
438
|
+
|
439
|
+
class GoogleApiServiceusageV2betaUpdateConsumerPolicyMetadata
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
+
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
443
|
+
end
|
444
|
+
|
319
445
|
class Http
|
320
446
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
447
|
|
@@ -328,6 +454,12 @@ module Google
|
|
328
454
|
include Google::Apis::Core::JsonObjectSupport
|
329
455
|
end
|
330
456
|
|
457
|
+
class Impact
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
+
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
461
|
+
end
|
462
|
+
|
331
463
|
class ImportAdminOverridesMetadata
|
332
464
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
465
|
|
@@ -424,6 +556,12 @@ module Google
|
|
424
556
|
include Google::Apis::Core::JsonObjectSupport
|
425
557
|
end
|
426
558
|
|
559
|
+
class MethodPolicy
|
560
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
561
|
+
|
562
|
+
include Google::Apis::Core::JsonObjectSupport
|
563
|
+
end
|
564
|
+
|
427
565
|
class MethodSettings
|
428
566
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
567
|
|
@@ -544,12 +682,30 @@ module Google
|
|
544
682
|
include Google::Apis::Core::JsonObjectSupport
|
545
683
|
end
|
546
684
|
|
685
|
+
class RemoveEnableRulesMetadata
|
686
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
687
|
+
|
688
|
+
include Google::Apis::Core::JsonObjectSupport
|
689
|
+
end
|
690
|
+
|
691
|
+
class RemoveEnableRulesResponse
|
692
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
693
|
+
|
694
|
+
include Google::Apis::Core::JsonObjectSupport
|
695
|
+
end
|
696
|
+
|
547
697
|
class RubySettings
|
548
698
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
549
699
|
|
550
700
|
include Google::Apis::Core::JsonObjectSupport
|
551
701
|
end
|
552
702
|
|
703
|
+
class SelectiveGapicGeneration
|
704
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
705
|
+
|
706
|
+
include Google::Apis::Core::JsonObjectSupport
|
707
|
+
end
|
708
|
+
|
553
709
|
class ServiceIdentity
|
554
710
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
555
711
|
|
@@ -604,6 +760,12 @@ module Google
|
|
604
760
|
include Google::Apis::Core::JsonObjectSupport
|
605
761
|
end
|
606
762
|
|
763
|
+
class UpdateConsumerPolicyMetadata
|
764
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
765
|
+
|
766
|
+
include Google::Apis::Core::JsonObjectSupport
|
767
|
+
end
|
768
|
+
|
607
769
|
class Usage
|
608
770
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
609
771
|
|
@@ -616,6 +778,20 @@ module Google
|
|
616
778
|
include Google::Apis::Core::JsonObjectSupport
|
617
779
|
end
|
618
780
|
|
781
|
+
class AddEnableRulesMetadata
|
782
|
+
# @private
|
783
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
784
|
+
end
|
785
|
+
end
|
786
|
+
|
787
|
+
class AddEnableRulesResponse
|
788
|
+
# @private
|
789
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
790
|
+
collection :added_values, as: 'addedValues'
|
791
|
+
property :parent, as: 'parent'
|
792
|
+
end
|
793
|
+
end
|
794
|
+
|
619
795
|
class AdminQuotaPolicy
|
620
796
|
# @private
|
621
797
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -628,6 +804,41 @@ module Google
|
|
628
804
|
end
|
629
805
|
end
|
630
806
|
|
807
|
+
class Analysis
|
808
|
+
# @private
|
809
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
810
|
+
property :analysis, as: 'analysis', class: Google::Apis::ServiceusageV1::AnalysisResult, decorator: Google::Apis::ServiceusageV1::AnalysisResult::Representation
|
811
|
+
|
812
|
+
property :analysis_type, as: 'analysisType'
|
813
|
+
property :display_name, as: 'displayName'
|
814
|
+
property :service, as: 'service'
|
815
|
+
end
|
816
|
+
end
|
817
|
+
|
818
|
+
class AnalysisResult
|
819
|
+
# @private
|
820
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
821
|
+
collection :blockers, as: 'blockers', class: Google::Apis::ServiceusageV1::Impact, decorator: Google::Apis::ServiceusageV1::Impact::Representation
|
822
|
+
|
823
|
+
collection :warnings, as: 'warnings', class: Google::Apis::ServiceusageV1::Impact, decorator: Google::Apis::ServiceusageV1::Impact::Representation
|
824
|
+
|
825
|
+
end
|
826
|
+
end
|
827
|
+
|
828
|
+
class AnalyzeConsumerPolicyMetadata
|
829
|
+
# @private
|
830
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
831
|
+
end
|
832
|
+
end
|
833
|
+
|
834
|
+
class AnalyzeConsumerPolicyResponse
|
835
|
+
# @private
|
836
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
837
|
+
collection :analysis, as: 'analysis', class: Google::Apis::ServiceusageV1::Analysis, decorator: Google::Apis::ServiceusageV1::Analysis::Representation
|
838
|
+
|
839
|
+
end
|
840
|
+
end
|
841
|
+
|
631
842
|
class Api
|
632
843
|
# @private
|
633
844
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -705,6 +916,8 @@ module Google
|
|
705
916
|
property :jwt_audience, as: 'jwtAudience'
|
706
917
|
property :min_deadline, as: 'minDeadline'
|
707
918
|
property :operation_deadline, as: 'operationDeadline'
|
919
|
+
hash :overrides_by_request_protocol, as: 'overridesByRequestProtocol', class: Google::Apis::ServiceusageV1::BackendRule, decorator: Google::Apis::ServiceusageV1::BackendRule::Representation
|
920
|
+
|
708
921
|
property :path_translation, as: 'pathTranslation'
|
709
922
|
property :protocol, as: 'protocol'
|
710
923
|
property :selector, as: 'selector'
|
@@ -804,6 +1017,20 @@ module Google
|
|
804
1017
|
class Representation < Google::Apis::Core::JsonRepresentation
|
805
1018
|
collection :destinations, as: 'destinations'
|
806
1019
|
property :reference_docs_uri, as: 'referenceDocsUri'
|
1020
|
+
property :selective_gapic_generation, as: 'selectiveGapicGeneration', class: Google::Apis::ServiceusageV1::SelectiveGapicGeneration, decorator: Google::Apis::ServiceusageV1::SelectiveGapicGeneration::Representation
|
1021
|
+
|
1022
|
+
end
|
1023
|
+
end
|
1024
|
+
|
1025
|
+
class ConsumerPolicy
|
1026
|
+
# @private
|
1027
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1028
|
+
hash :annotations, as: 'annotations'
|
1029
|
+
collection :enable_rules, as: 'enableRules', class: Google::Apis::ServiceusageV1::EnableRule, decorator: Google::Apis::ServiceusageV1::EnableRule::Representation
|
1030
|
+
|
1031
|
+
property :etag, as: 'etag'
|
1032
|
+
property :name, as: 'name'
|
1033
|
+
property :update_time, as: 'updateTime'
|
807
1034
|
end
|
808
1035
|
end
|
809
1036
|
|
@@ -830,6 +1057,8 @@ module Google
|
|
830
1057
|
# @private
|
831
1058
|
class Representation < Google::Apis::Core::JsonRepresentation
|
832
1059
|
property :environment, as: 'environment'
|
1060
|
+
collection :method_policies, as: 'methodPolicies', class: Google::Apis::ServiceusageV1::MethodPolicy, decorator: Google::Apis::ServiceusageV1::MethodPolicy::Representation
|
1061
|
+
|
833
1062
|
end
|
834
1063
|
end
|
835
1064
|
|
@@ -897,12 +1126,15 @@ module Google
|
|
897
1126
|
class Documentation
|
898
1127
|
# @private
|
899
1128
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1129
|
+
property :additional_iam_info, as: 'additionalIamInfo'
|
900
1130
|
property :documentation_root_url, as: 'documentationRootUrl'
|
901
1131
|
property :overview, as: 'overview'
|
902
1132
|
collection :pages, as: 'pages', class: Google::Apis::ServiceusageV1::Page, decorator: Google::Apis::ServiceusageV1::Page::Representation
|
903
1133
|
|
904
1134
|
collection :rules, as: 'rules', class: Google::Apis::ServiceusageV1::DocumentationRule, decorator: Google::Apis::ServiceusageV1::DocumentationRule::Representation
|
905
1135
|
|
1136
|
+
collection :section_overrides, as: 'sectionOverrides', class: Google::Apis::ServiceusageV1::Page, decorator: Google::Apis::ServiceusageV1::Page::Representation
|
1137
|
+
|
906
1138
|
property :service_root_url, as: 'serviceRootUrl'
|
907
1139
|
property :summary, as: 'summary'
|
908
1140
|
end
|
@@ -913,6 +1145,7 @@ module Google
|
|
913
1145
|
class Representation < Google::Apis::Core::JsonRepresentation
|
914
1146
|
property :deprecation_description, as: 'deprecationDescription'
|
915
1147
|
property :description, as: 'description'
|
1148
|
+
property :disable_replacement_words, as: 'disableReplacementWords'
|
916
1149
|
property :selector, as: 'selector'
|
917
1150
|
end
|
918
1151
|
end
|
@@ -922,6 +1155,11 @@ module Google
|
|
922
1155
|
class Representation < Google::Apis::Core::JsonRepresentation
|
923
1156
|
property :common, as: 'common', class: Google::Apis::ServiceusageV1::CommonLanguageSettings, decorator: Google::Apis::ServiceusageV1::CommonLanguageSettings::Representation
|
924
1157
|
|
1158
|
+
collection :forced_namespace_aliases, as: 'forcedNamespaceAliases'
|
1159
|
+
collection :handwritten_signatures, as: 'handwrittenSignatures'
|
1160
|
+
collection :ignored_resources, as: 'ignoredResources'
|
1161
|
+
hash :renamed_resources, as: 'renamedResources'
|
1162
|
+
hash :renamed_services, as: 'renamedServices'
|
925
1163
|
end
|
926
1164
|
end
|
927
1165
|
|
@@ -939,6 +1177,16 @@ module Google
|
|
939
1177
|
end
|
940
1178
|
end
|
941
1179
|
|
1180
|
+
class EnableRule
|
1181
|
+
# @private
|
1182
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1183
|
+
property :enable_type, as: 'enableType'
|
1184
|
+
collection :groups, as: 'groups'
|
1185
|
+
collection :services, as: 'services'
|
1186
|
+
collection :values, as: 'values'
|
1187
|
+
end
|
1188
|
+
end
|
1189
|
+
|
942
1190
|
class EnableServiceRequest
|
943
1191
|
# @private
|
944
1192
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -966,6 +1214,7 @@ module Google
|
|
966
1214
|
class Enum
|
967
1215
|
# @private
|
968
1216
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1217
|
+
property :edition, as: 'edition'
|
969
1218
|
collection :enumvalue, as: 'enumvalue', class: Google::Apis::ServiceusageV1::EnumValue, decorator: Google::Apis::ServiceusageV1::EnumValue::Representation
|
970
1219
|
|
971
1220
|
property :name, as: 'name'
|
@@ -987,6 +1236,14 @@ module Google
|
|
987
1236
|
end
|
988
1237
|
end
|
989
1238
|
|
1239
|
+
class ExperimentalFeatures
|
1240
|
+
# @private
|
1241
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1242
|
+
property :protobuf_pythonic_types_enabled, as: 'protobufPythonicTypesEnabled'
|
1243
|
+
property :rest_async_io_enabled, as: 'restAsyncIoEnabled'
|
1244
|
+
end
|
1245
|
+
end
|
1246
|
+
|
990
1247
|
class Field
|
991
1248
|
# @private
|
992
1249
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1004,6 +1261,15 @@ module Google
|
|
1004
1261
|
end
|
1005
1262
|
end
|
1006
1263
|
|
1264
|
+
class FieldPolicy
|
1265
|
+
# @private
|
1266
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1267
|
+
property :resource_permission, as: 'resourcePermission'
|
1268
|
+
property :resource_type, as: 'resourceType'
|
1269
|
+
property :selector, as: 'selector'
|
1270
|
+
end
|
1271
|
+
end
|
1272
|
+
|
1007
1273
|
class GetServiceIdentityMetadata
|
1008
1274
|
# @private
|
1009
1275
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1024,6 +1290,7 @@ module Google
|
|
1024
1290
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1025
1291
|
property :common, as: 'common', class: Google::Apis::ServiceusageV1::CommonLanguageSettings, decorator: Google::Apis::ServiceusageV1::CommonLanguageSettings::Representation
|
1026
1292
|
|
1293
|
+
hash :renamed_services, as: 'renamedServices'
|
1027
1294
|
end
|
1028
1295
|
end
|
1029
1296
|
|
@@ -1143,6 +1410,101 @@ module Google
|
|
1143
1410
|
end
|
1144
1411
|
end
|
1145
1412
|
|
1413
|
+
class GoogleApiServiceusageV2alphaConsumerPolicy
|
1414
|
+
# @private
|
1415
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1416
|
+
hash :annotations, as: 'annotations'
|
1417
|
+
property :create_time, as: 'createTime'
|
1418
|
+
collection :enable_rules, as: 'enableRules', class: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2alphaEnableRule, decorator: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2alphaEnableRule::Representation
|
1419
|
+
|
1420
|
+
property :etag, as: 'etag'
|
1421
|
+
property :name, as: 'name'
|
1422
|
+
property :update_time, as: 'updateTime'
|
1423
|
+
end
|
1424
|
+
end
|
1425
|
+
|
1426
|
+
class GoogleApiServiceusageV2alphaEnableRule
|
1427
|
+
# @private
|
1428
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1429
|
+
collection :services, as: 'services'
|
1430
|
+
end
|
1431
|
+
end
|
1432
|
+
|
1433
|
+
class GoogleApiServiceusageV2alphaUpdateConsumerPolicyMetadata
|
1434
|
+
# @private
|
1435
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1436
|
+
end
|
1437
|
+
end
|
1438
|
+
|
1439
|
+
class GoogleApiServiceusageV2betaAnalysis
|
1440
|
+
# @private
|
1441
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1442
|
+
property :analysis, as: 'analysis', class: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaAnalysisResult, decorator: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaAnalysisResult::Representation
|
1443
|
+
|
1444
|
+
property :analysis_type, as: 'analysisType'
|
1445
|
+
property :display_name, as: 'displayName'
|
1446
|
+
property :service, as: 'service'
|
1447
|
+
end
|
1448
|
+
end
|
1449
|
+
|
1450
|
+
class GoogleApiServiceusageV2betaAnalysisResult
|
1451
|
+
# @private
|
1452
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1453
|
+
collection :blockers, as: 'blockers', class: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaImpact, decorator: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaImpact::Representation
|
1454
|
+
|
1455
|
+
collection :warnings, as: 'warnings', class: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaImpact, decorator: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaImpact::Representation
|
1456
|
+
|
1457
|
+
end
|
1458
|
+
end
|
1459
|
+
|
1460
|
+
class GoogleApiServiceusageV2betaAnalyzeConsumerPolicyMetadata
|
1461
|
+
# @private
|
1462
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1463
|
+
end
|
1464
|
+
end
|
1465
|
+
|
1466
|
+
class GoogleApiServiceusageV2betaAnalyzeConsumerPolicyResponse
|
1467
|
+
# @private
|
1468
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1469
|
+
collection :analysis, as: 'analysis', class: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaAnalysis, decorator: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaAnalysis::Representation
|
1470
|
+
|
1471
|
+
end
|
1472
|
+
end
|
1473
|
+
|
1474
|
+
class GoogleApiServiceusageV2betaConsumerPolicy
|
1475
|
+
# @private
|
1476
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1477
|
+
hash :annotations, as: 'annotations'
|
1478
|
+
property :create_time, as: 'createTime'
|
1479
|
+
collection :enable_rules, as: 'enableRules', class: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaEnableRule, decorator: Google::Apis::ServiceusageV1::GoogleApiServiceusageV2betaEnableRule::Representation
|
1480
|
+
|
1481
|
+
property :etag, as: 'etag'
|
1482
|
+
property :name, as: 'name'
|
1483
|
+
property :update_time, as: 'updateTime'
|
1484
|
+
end
|
1485
|
+
end
|
1486
|
+
|
1487
|
+
class GoogleApiServiceusageV2betaEnableRule
|
1488
|
+
# @private
|
1489
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1490
|
+
collection :services, as: 'services'
|
1491
|
+
end
|
1492
|
+
end
|
1493
|
+
|
1494
|
+
class GoogleApiServiceusageV2betaImpact
|
1495
|
+
# @private
|
1496
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1497
|
+
property :detail, as: 'detail'
|
1498
|
+
property :impact_type, as: 'impactType'
|
1499
|
+
end
|
1500
|
+
end
|
1501
|
+
|
1502
|
+
class GoogleApiServiceusageV2betaUpdateConsumerPolicyMetadata
|
1503
|
+
# @private
|
1504
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1505
|
+
end
|
1506
|
+
end
|
1507
|
+
|
1146
1508
|
class Http
|
1147
1509
|
# @private
|
1148
1510
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1170,6 +1532,15 @@ module Google
|
|
1170
1532
|
end
|
1171
1533
|
end
|
1172
1534
|
|
1535
|
+
class Impact
|
1536
|
+
# @private
|
1537
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1538
|
+
property :detail, as: 'detail'
|
1539
|
+
property :impact_type, as: 'impactType'
|
1540
|
+
property :parent, as: 'parent'
|
1541
|
+
end
|
1542
|
+
end
|
1543
|
+
|
1173
1544
|
class ImportAdminOverridesMetadata
|
1174
1545
|
# @private
|
1175
1546
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1312,9 +1683,19 @@ module Google
|
|
1312
1683
|
end
|
1313
1684
|
end
|
1314
1685
|
|
1686
|
+
class MethodPolicy
|
1687
|
+
# @private
|
1688
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1689
|
+
collection :request_policies, as: 'requestPolicies', class: Google::Apis::ServiceusageV1::FieldPolicy, decorator: Google::Apis::ServiceusageV1::FieldPolicy::Representation
|
1690
|
+
|
1691
|
+
property :selector, as: 'selector'
|
1692
|
+
end
|
1693
|
+
end
|
1694
|
+
|
1315
1695
|
class MethodSettings
|
1316
1696
|
# @private
|
1317
1697
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1698
|
+
collection :auto_populated_fields, as: 'autoPopulatedFields'
|
1318
1699
|
property :long_running, as: 'longRunning', class: Google::Apis::ServiceusageV1::LongRunning, decorator: Google::Apis::ServiceusageV1::LongRunning::Representation
|
1319
1700
|
|
1320
1701
|
property :selector, as: 'selector'
|
@@ -1346,6 +1727,7 @@ module Google
|
|
1346
1727
|
property :ingest_delay, as: 'ingestDelay'
|
1347
1728
|
property :launch_stage, as: 'launchStage'
|
1348
1729
|
property :sample_period, as: 'samplePeriod'
|
1730
|
+
collection :time_series_resource_hierarchy_level, as: 'timeSeriesResourceHierarchyLevel'
|
1349
1731
|
end
|
1350
1732
|
end
|
1351
1733
|
|
@@ -1470,6 +1852,8 @@ module Google
|
|
1470
1852
|
|
1471
1853
|
property :new_issue_uri, as: 'newIssueUri'
|
1472
1854
|
property :organization, as: 'organization'
|
1855
|
+
property :proto_reference_documentation_uri, as: 'protoReferenceDocumentationUri'
|
1856
|
+
property :rest_reference_documentation_uri, as: 'restReferenceDocumentationUri'
|
1473
1857
|
end
|
1474
1858
|
end
|
1475
1859
|
|
@@ -1478,6 +1862,8 @@ module Google
|
|
1478
1862
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1479
1863
|
property :common, as: 'common', class: Google::Apis::ServiceusageV1::CommonLanguageSettings, decorator: Google::Apis::ServiceusageV1::CommonLanguageSettings::Representation
|
1480
1864
|
|
1865
|
+
property :experimental_features, as: 'experimentalFeatures', class: Google::Apis::ServiceusageV1::ExperimentalFeatures, decorator: Google::Apis::ServiceusageV1::ExperimentalFeatures::Representation
|
1866
|
+
|
1481
1867
|
end
|
1482
1868
|
end
|
1483
1869
|
|
@@ -1519,6 +1905,20 @@ module Google
|
|
1519
1905
|
end
|
1520
1906
|
end
|
1521
1907
|
|
1908
|
+
class RemoveEnableRulesMetadata
|
1909
|
+
# @private
|
1910
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1911
|
+
end
|
1912
|
+
end
|
1913
|
+
|
1914
|
+
class RemoveEnableRulesResponse
|
1915
|
+
# @private
|
1916
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1917
|
+
property :parent, as: 'parent'
|
1918
|
+
collection :removed_values, as: 'removedValues'
|
1919
|
+
end
|
1920
|
+
end
|
1921
|
+
|
1522
1922
|
class RubySettings
|
1523
1923
|
# @private
|
1524
1924
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1527,6 +1927,13 @@ module Google
|
|
1527
1927
|
end
|
1528
1928
|
end
|
1529
1929
|
|
1930
|
+
class SelectiveGapicGeneration
|
1931
|
+
# @private
|
1932
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1933
|
+
collection :methods_prop, as: 'methods'
|
1934
|
+
end
|
1935
|
+
end
|
1936
|
+
|
1530
1937
|
class ServiceIdentity
|
1531
1938
|
# @private
|
1532
1939
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1587,6 +1994,7 @@ module Google
|
|
1587
1994
|
class Type
|
1588
1995
|
# @private
|
1589
1996
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1997
|
+
property :edition, as: 'edition'
|
1590
1998
|
collection :fields, as: 'fields', class: Google::Apis::ServiceusageV1::Field, decorator: Google::Apis::ServiceusageV1::Field::Representation
|
1591
1999
|
|
1592
2000
|
property :name, as: 'name'
|
@@ -1605,6 +2013,12 @@ module Google
|
|
1605
2013
|
end
|
1606
2014
|
end
|
1607
2015
|
|
2016
|
+
class UpdateConsumerPolicyMetadata
|
2017
|
+
# @private
|
2018
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2019
|
+
end
|
2020
|
+
end
|
2021
|
+
|
1608
2022
|
class Usage
|
1609
2023
|
# @private
|
1610
2024
|
class Representation < Google::Apis::Core::JsonRepresentation
|