google-apis-apihub_v1 0.9.0 → 0.11.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 +8 -0
- data/lib/google/apis/apihub_v1/classes.rb +715 -2
- data/lib/google/apis/apihub_v1/gem_version.rb +2 -2
- data/lib/google/apis/apihub_v1/representations.rb +344 -0
- data/lib/google/apis/apihub_v1/service.rb +232 -29
- metadata +2 -2
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ApihubV1
|
|
18
18
|
# Version of the google-apis-apihub_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.11.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251205"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -40,6 +40,30 @@ module Google
|
|
|
40
40
|
include Google::Apis::Core::JsonObjectSupport
|
|
41
41
|
end
|
|
42
42
|
|
|
43
|
+
class GoogleCloudApihubV1AdditionalSpecContent
|
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
45
|
+
|
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
47
|
+
end
|
|
48
|
+
|
|
49
|
+
class GoogleCloudApihubV1Addon
|
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
51
|
+
|
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
53
|
+
end
|
|
54
|
+
|
|
55
|
+
class GoogleCloudApihubV1AddonConfig
|
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
57
|
+
|
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
59
|
+
end
|
|
60
|
+
|
|
61
|
+
class GoogleCloudApihubV1AllDataAddonConfig
|
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
63
|
+
|
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
65
|
+
end
|
|
66
|
+
|
|
43
67
|
class GoogleCloudApihubV1AllowedValue
|
|
44
68
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
45
69
|
|
|
@@ -88,6 +112,30 @@ module Google
|
|
|
88
112
|
include Google::Apis::Core::JsonObjectSupport
|
|
89
113
|
end
|
|
90
114
|
|
|
115
|
+
class GoogleCloudApihubV1ApiView
|
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
117
|
+
|
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
119
|
+
end
|
|
120
|
+
|
|
121
|
+
class GoogleCloudApihubV1ApigeeEdgeConfig
|
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
123
|
+
|
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
125
|
+
end
|
|
126
|
+
|
|
127
|
+
class GoogleCloudApihubV1ApigeeOpdkConfig
|
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
129
|
+
|
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
131
|
+
end
|
|
132
|
+
|
|
133
|
+
class GoogleCloudApihubV1ApigeeXHybridConfig
|
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
135
|
+
|
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
137
|
+
end
|
|
138
|
+
|
|
91
139
|
class GoogleCloudApihubV1ApplicationIntegrationEndpointDetails
|
|
92
140
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
93
141
|
|
|
@@ -262,6 +310,12 @@ module Google
|
|
|
262
310
|
include Google::Apis::Core::JsonObjectSupport
|
|
263
311
|
end
|
|
264
312
|
|
|
313
|
+
class GoogleCloudApihubV1EnvironmentFilter
|
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
315
|
+
|
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
317
|
+
end
|
|
318
|
+
|
|
265
319
|
class GoogleCloudApihubV1ExecutePluginInstanceActionRequest
|
|
266
320
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
267
321
|
|
|
@@ -280,6 +334,36 @@ module Google
|
|
|
280
334
|
include Google::Apis::Core::JsonObjectSupport
|
|
281
335
|
end
|
|
282
336
|
|
|
337
|
+
class GoogleCloudApihubV1FetchAdditionalSpecContentResponse
|
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
339
|
+
|
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
341
|
+
end
|
|
342
|
+
|
|
343
|
+
class GoogleCloudApihubV1FlattenedApiVersionDeploymentView
|
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
345
|
+
|
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
347
|
+
end
|
|
348
|
+
|
|
349
|
+
class GoogleCloudApihubV1FlattenedApiVersionOperationDeploymentView
|
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
351
|
+
|
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
353
|
+
end
|
|
354
|
+
|
|
355
|
+
class GoogleCloudApihubV1GatewayPluginAddonConfig
|
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
357
|
+
|
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
359
|
+
end
|
|
360
|
+
|
|
361
|
+
class GoogleCloudApihubV1GatewayPluginConfig
|
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
363
|
+
|
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
365
|
+
end
|
|
366
|
+
|
|
283
367
|
class GoogleCloudApihubV1GoogleServiceAccountConfig
|
|
284
368
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
285
369
|
|
|
@@ -352,6 +436,12 @@ module Google
|
|
|
352
436
|
include Google::Apis::Core::JsonObjectSupport
|
|
353
437
|
end
|
|
354
438
|
|
|
439
|
+
class GoogleCloudApihubV1ListAddonsResponse
|
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
441
|
+
|
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
443
|
+
end
|
|
444
|
+
|
|
355
445
|
class GoogleCloudApihubV1ListApiOperationsResponse
|
|
356
446
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
357
447
|
|
|
@@ -454,6 +544,12 @@ module Google
|
|
|
454
544
|
include Google::Apis::Core::JsonObjectSupport
|
|
455
545
|
end
|
|
456
546
|
|
|
547
|
+
class GoogleCloudApihubV1ManageAddonConfigRequest
|
|
548
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
549
|
+
|
|
550
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
551
|
+
end
|
|
552
|
+
|
|
457
553
|
class GoogleCloudApihubV1ManagePluginInstanceSourceDataRequest
|
|
458
554
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
459
555
|
|
|
@@ -472,6 +568,12 @@ module Google
|
|
|
472
568
|
include Google::Apis::Core::JsonObjectSupport
|
|
473
569
|
end
|
|
474
570
|
|
|
571
|
+
class GoogleCloudApihubV1McpTool
|
|
572
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
573
|
+
|
|
574
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
575
|
+
end
|
|
576
|
+
|
|
475
577
|
class GoogleCloudApihubV1MultiIntValues
|
|
476
578
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
477
579
|
|
|
@@ -514,6 +616,12 @@ module Google
|
|
|
514
616
|
include Google::Apis::Core::JsonObjectSupport
|
|
515
617
|
end
|
|
516
618
|
|
|
619
|
+
class GoogleCloudApihubV1OperationSchema
|
|
620
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
621
|
+
|
|
622
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
623
|
+
end
|
|
624
|
+
|
|
517
625
|
class GoogleCloudApihubV1Owner
|
|
518
626
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
519
627
|
|
|
@@ -592,6 +700,12 @@ module Google
|
|
|
592
700
|
include Google::Apis::Core::JsonObjectSupport
|
|
593
701
|
end
|
|
594
702
|
|
|
703
|
+
class GoogleCloudApihubV1RetrieveApiViewsResponse
|
|
704
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
705
|
+
|
|
706
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
707
|
+
end
|
|
708
|
+
|
|
595
709
|
class GoogleCloudApihubV1RuntimeProjectAttachment
|
|
596
710
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
597
711
|
|
|
@@ -628,6 +742,12 @@ module Google
|
|
|
628
742
|
include Google::Apis::Core::JsonObjectSupport
|
|
629
743
|
end
|
|
630
744
|
|
|
745
|
+
class GoogleCloudApihubV1SourceEnvironment
|
|
746
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
747
|
+
|
|
748
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
749
|
+
end
|
|
750
|
+
|
|
631
751
|
class GoogleCloudApihubV1SourceMetadata
|
|
632
752
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
633
753
|
|
|
@@ -682,6 +802,12 @@ module Google
|
|
|
682
802
|
include Google::Apis::Core::JsonObjectSupport
|
|
683
803
|
end
|
|
684
804
|
|
|
805
|
+
class GoogleCloudApihubV1ToolAnnotations
|
|
806
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
807
|
+
|
|
808
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
809
|
+
end
|
|
810
|
+
|
|
685
811
|
class GoogleCloudApihubV1UserPasswordConfig
|
|
686
812
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
687
813
|
|
|
@@ -768,6 +894,50 @@ module Google
|
|
|
768
894
|
end
|
|
769
895
|
end
|
|
770
896
|
|
|
897
|
+
class GoogleCloudApihubV1AdditionalSpecContent
|
|
898
|
+
# @private
|
|
899
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
900
|
+
property :create_time, as: 'createTime'
|
|
901
|
+
hash :labels, as: 'labels'
|
|
902
|
+
property :spec_content_type, as: 'specContentType'
|
|
903
|
+
property :spec_contents, as: 'specContents', class: Google::Apis::ApihubV1::GoogleCloudApihubV1SpecContents, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1SpecContents::Representation
|
|
904
|
+
|
|
905
|
+
property :update_time, as: 'updateTime'
|
|
906
|
+
end
|
|
907
|
+
end
|
|
908
|
+
|
|
909
|
+
class GoogleCloudApihubV1Addon
|
|
910
|
+
# @private
|
|
911
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
912
|
+
property :config, as: 'config', class: Google::Apis::ApihubV1::GoogleCloudApihubV1AddonConfig, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1AddonConfig::Representation
|
|
913
|
+
|
|
914
|
+
property :create_time, as: 'createTime'
|
|
915
|
+
property :data_source, as: 'dataSource'
|
|
916
|
+
property :description, as: 'description'
|
|
917
|
+
property :display_name, as: 'displayName'
|
|
918
|
+
property :name, as: 'name'
|
|
919
|
+
property :state, as: 'state'
|
|
920
|
+
property :update_time, as: 'updateTime'
|
|
921
|
+
end
|
|
922
|
+
end
|
|
923
|
+
|
|
924
|
+
class GoogleCloudApihubV1AddonConfig
|
|
925
|
+
# @private
|
|
926
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
927
|
+
property :all_data_addon_config, as: 'allDataAddonConfig', class: Google::Apis::ApihubV1::GoogleCloudApihubV1AllDataAddonConfig, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1AllDataAddonConfig::Representation
|
|
928
|
+
|
|
929
|
+
property :gateway_plugin_addon_config, as: 'gatewayPluginAddonConfig', class: Google::Apis::ApihubV1::GoogleCloudApihubV1GatewayPluginAddonConfig, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1GatewayPluginAddonConfig::Representation
|
|
930
|
+
|
|
931
|
+
end
|
|
932
|
+
end
|
|
933
|
+
|
|
934
|
+
class GoogleCloudApihubV1AllDataAddonConfig
|
|
935
|
+
# @private
|
|
936
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
937
|
+
property :enabled, as: 'enabled'
|
|
938
|
+
end
|
|
939
|
+
end
|
|
940
|
+
|
|
771
941
|
class GoogleCloudApihubV1AllowedValue
|
|
772
942
|
# @private
|
|
773
943
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -891,6 +1061,40 @@ module Google
|
|
|
891
1061
|
end
|
|
892
1062
|
end
|
|
893
1063
|
|
|
1064
|
+
class GoogleCloudApihubV1ApiView
|
|
1065
|
+
# @private
|
|
1066
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1067
|
+
property :mcp_server_view, as: 'mcpServerView', class: Google::Apis::ApihubV1::GoogleCloudApihubV1FlattenedApiVersionDeploymentView, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1FlattenedApiVersionDeploymentView::Representation
|
|
1068
|
+
|
|
1069
|
+
property :mcp_tool_view, as: 'mcpToolView', class: Google::Apis::ApihubV1::GoogleCloudApihubV1FlattenedApiVersionOperationDeploymentView, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1FlattenedApiVersionOperationDeploymentView::Representation
|
|
1070
|
+
|
|
1071
|
+
end
|
|
1072
|
+
end
|
|
1073
|
+
|
|
1074
|
+
class GoogleCloudApihubV1ApigeeEdgeConfig
|
|
1075
|
+
# @private
|
|
1076
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1077
|
+
property :environment_filter, as: 'environmentFilter', class: Google::Apis::ApihubV1::GoogleCloudApihubV1EnvironmentFilter, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1EnvironmentFilter::Representation
|
|
1078
|
+
|
|
1079
|
+
end
|
|
1080
|
+
end
|
|
1081
|
+
|
|
1082
|
+
class GoogleCloudApihubV1ApigeeOpdkConfig
|
|
1083
|
+
# @private
|
|
1084
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1085
|
+
property :environment_filter, as: 'environmentFilter', class: Google::Apis::ApihubV1::GoogleCloudApihubV1EnvironmentFilter, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1EnvironmentFilter::Representation
|
|
1086
|
+
|
|
1087
|
+
end
|
|
1088
|
+
end
|
|
1089
|
+
|
|
1090
|
+
class GoogleCloudApihubV1ApigeeXHybridConfig
|
|
1091
|
+
# @private
|
|
1092
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1093
|
+
property :environment_filter, as: 'environmentFilter', class: Google::Apis::ApihubV1::GoogleCloudApihubV1EnvironmentFilter, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1EnvironmentFilter::Representation
|
|
1094
|
+
|
|
1095
|
+
end
|
|
1096
|
+
end
|
|
1097
|
+
|
|
894
1098
|
class GoogleCloudApihubV1ApplicationIntegrationEndpointDetails
|
|
895
1099
|
# @private
|
|
896
1100
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1249,6 +1453,14 @@ module Google
|
|
|
1249
1453
|
end
|
|
1250
1454
|
end
|
|
1251
1455
|
|
|
1456
|
+
class GoogleCloudApihubV1EnvironmentFilter
|
|
1457
|
+
# @private
|
|
1458
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1459
|
+
property :all_environments, as: 'allEnvironments'
|
|
1460
|
+
collection :environments, as: 'environments'
|
|
1461
|
+
end
|
|
1462
|
+
end
|
|
1463
|
+
|
|
1252
1464
|
class GoogleCloudApihubV1ExecutePluginInstanceActionRequest
|
|
1253
1465
|
# @private
|
|
1254
1466
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1283,6 +1495,61 @@ module Google
|
|
|
1283
1495
|
end
|
|
1284
1496
|
end
|
|
1285
1497
|
|
|
1498
|
+
class GoogleCloudApihubV1FetchAdditionalSpecContentResponse
|
|
1499
|
+
# @private
|
|
1500
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1501
|
+
property :additional_spec_content, as: 'additionalSpecContent', class: Google::Apis::ApihubV1::GoogleCloudApihubV1AdditionalSpecContent, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1AdditionalSpecContent::Representation
|
|
1502
|
+
|
|
1503
|
+
end
|
|
1504
|
+
end
|
|
1505
|
+
|
|
1506
|
+
class GoogleCloudApihubV1FlattenedApiVersionDeploymentView
|
|
1507
|
+
# @private
|
|
1508
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1509
|
+
property :api, as: 'api', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Api, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Api::Representation
|
|
1510
|
+
|
|
1511
|
+
property :deployment, as: 'deployment', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Deployment, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Deployment::Representation
|
|
1512
|
+
|
|
1513
|
+
property :version, as: 'version', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Version, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Version::Representation
|
|
1514
|
+
|
|
1515
|
+
end
|
|
1516
|
+
end
|
|
1517
|
+
|
|
1518
|
+
class GoogleCloudApihubV1FlattenedApiVersionOperationDeploymentView
|
|
1519
|
+
# @private
|
|
1520
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1521
|
+
property :api, as: 'api', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Api, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Api::Representation
|
|
1522
|
+
|
|
1523
|
+
property :api_operation, as: 'apiOperation', class: Google::Apis::ApihubV1::GoogleCloudApihubV1ApiOperation, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1ApiOperation::Representation
|
|
1524
|
+
|
|
1525
|
+
property :deployment, as: 'deployment', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Deployment, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Deployment::Representation
|
|
1526
|
+
|
|
1527
|
+
property :version, as: 'version', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Version, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Version::Representation
|
|
1528
|
+
|
|
1529
|
+
end
|
|
1530
|
+
end
|
|
1531
|
+
|
|
1532
|
+
class GoogleCloudApihubV1GatewayPluginAddonConfig
|
|
1533
|
+
# @private
|
|
1534
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1535
|
+
collection :gateway_plugin_configs, as: 'gatewayPluginConfigs', class: Google::Apis::ApihubV1::GoogleCloudApihubV1GatewayPluginConfig, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1GatewayPluginConfig::Representation
|
|
1536
|
+
|
|
1537
|
+
end
|
|
1538
|
+
end
|
|
1539
|
+
|
|
1540
|
+
class GoogleCloudApihubV1GatewayPluginConfig
|
|
1541
|
+
# @private
|
|
1542
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1543
|
+
property :apigee_edge_config, as: 'apigeeEdgeConfig', class: Google::Apis::ApihubV1::GoogleCloudApihubV1ApigeeEdgeConfig, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1ApigeeEdgeConfig::Representation
|
|
1544
|
+
|
|
1545
|
+
property :apigee_opdk_config, as: 'apigeeOpdkConfig', class: Google::Apis::ApihubV1::GoogleCloudApihubV1ApigeeOpdkConfig, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1ApigeeOpdkConfig::Representation
|
|
1546
|
+
|
|
1547
|
+
property :apigee_x_hybrid_config, as: 'apigeeXHybridConfig', class: Google::Apis::ApihubV1::GoogleCloudApihubV1ApigeeXHybridConfig, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1ApigeeXHybridConfig::Representation
|
|
1548
|
+
|
|
1549
|
+
property :plugin_instance, as: 'pluginInstance'
|
|
1550
|
+
end
|
|
1551
|
+
end
|
|
1552
|
+
|
|
1286
1553
|
class GoogleCloudApihubV1GoogleServiceAccountConfig
|
|
1287
1554
|
# @private
|
|
1288
1555
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1375,6 +1642,7 @@ module Google
|
|
|
1375
1642
|
property :end_time, as: 'endTime'
|
|
1376
1643
|
property :error_message, as: 'errorMessage'
|
|
1377
1644
|
property :result, as: 'result'
|
|
1645
|
+
property :result_metadata, as: 'resultMetadata'
|
|
1378
1646
|
property :start_time, as: 'startTime'
|
|
1379
1647
|
end
|
|
1380
1648
|
end
|
|
@@ -1399,6 +1667,15 @@ module Google
|
|
|
1399
1667
|
end
|
|
1400
1668
|
end
|
|
1401
1669
|
|
|
1670
|
+
class GoogleCloudApihubV1ListAddonsResponse
|
|
1671
|
+
# @private
|
|
1672
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1673
|
+
collection :addons, as: 'addons', class: Google::Apis::ApihubV1::GoogleCloudApihubV1Addon, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1Addon::Representation
|
|
1674
|
+
|
|
1675
|
+
property :next_page_token, as: 'nextPageToken'
|
|
1676
|
+
end
|
|
1677
|
+
end
|
|
1678
|
+
|
|
1402
1679
|
class GoogleCloudApihubV1ListApiOperationsResponse
|
|
1403
1680
|
# @private
|
|
1404
1681
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1550,6 +1827,14 @@ module Google
|
|
|
1550
1827
|
end
|
|
1551
1828
|
end
|
|
1552
1829
|
|
|
1830
|
+
class GoogleCloudApihubV1ManageAddonConfigRequest
|
|
1831
|
+
# @private
|
|
1832
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1833
|
+
property :config, as: 'config', class: Google::Apis::ApihubV1::GoogleCloudApihubV1AddonConfig, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1AddonConfig::Representation
|
|
1834
|
+
|
|
1835
|
+
end
|
|
1836
|
+
end
|
|
1837
|
+
|
|
1553
1838
|
class GoogleCloudApihubV1ManagePluginInstanceSourceDataRequest
|
|
1554
1839
|
# @private
|
|
1555
1840
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1573,6 +1858,21 @@ module Google
|
|
|
1573
1858
|
end
|
|
1574
1859
|
end
|
|
1575
1860
|
|
|
1861
|
+
class GoogleCloudApihubV1McpTool
|
|
1862
|
+
# @private
|
|
1863
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1864
|
+
property :annotations, as: 'annotations', class: Google::Apis::ApihubV1::GoogleCloudApihubV1ToolAnnotations, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1ToolAnnotations::Representation
|
|
1865
|
+
|
|
1866
|
+
property :description, as: 'description'
|
|
1867
|
+
property :input_schema, as: 'inputSchema', class: Google::Apis::ApihubV1::GoogleCloudApihubV1OperationSchema, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1OperationSchema::Representation
|
|
1868
|
+
|
|
1869
|
+
property :name, as: 'name'
|
|
1870
|
+
property :output_schema, as: 'outputSchema', class: Google::Apis::ApihubV1::GoogleCloudApihubV1OperationSchema, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1OperationSchema::Representation
|
|
1871
|
+
|
|
1872
|
+
property :title, as: 'title'
|
|
1873
|
+
end
|
|
1874
|
+
end
|
|
1875
|
+
|
|
1576
1876
|
class GoogleCloudApihubV1MultiIntValues
|
|
1577
1877
|
# @private
|
|
1578
1878
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1623,6 +1923,8 @@ module Google
|
|
|
1623
1923
|
|
|
1624
1924
|
property :http_operation, as: 'httpOperation', class: Google::Apis::ApihubV1::GoogleCloudApihubV1HttpOperation, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1HttpOperation::Representation
|
|
1625
1925
|
|
|
1926
|
+
property :mcp_tool, as: 'mcpTool', class: Google::Apis::ApihubV1::GoogleCloudApihubV1McpTool, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1McpTool::Representation
|
|
1927
|
+
|
|
1626
1928
|
end
|
|
1627
1929
|
end
|
|
1628
1930
|
|
|
@@ -1639,6 +1941,13 @@ module Google
|
|
|
1639
1941
|
end
|
|
1640
1942
|
end
|
|
1641
1943
|
|
|
1944
|
+
class GoogleCloudApihubV1OperationSchema
|
|
1945
|
+
# @private
|
|
1946
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1947
|
+
hash :json_schema, as: 'jsonSchema'
|
|
1948
|
+
end
|
|
1949
|
+
end
|
|
1950
|
+
|
|
1642
1951
|
class GoogleCloudApihubV1Owner
|
|
1643
1952
|
# @private
|
|
1644
1953
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1711,6 +2020,8 @@ module Google
|
|
|
1711
2020
|
property :display_name, as: 'displayName'
|
|
1712
2021
|
property :error_message, as: 'errorMessage'
|
|
1713
2022
|
property :name, as: 'name'
|
|
2023
|
+
hash :source_environments_config, as: 'sourceEnvironmentsConfig', class: Google::Apis::ApihubV1::GoogleCloudApihubV1SourceEnvironment, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1SourceEnvironment::Representation
|
|
2024
|
+
|
|
1714
2025
|
property :source_project_id, as: 'sourceProjectId'
|
|
1715
2026
|
property :state, as: 'state'
|
|
1716
2027
|
property :update_time, as: 'updateTime'
|
|
@@ -1785,6 +2096,15 @@ module Google
|
|
|
1785
2096
|
end
|
|
1786
2097
|
end
|
|
1787
2098
|
|
|
2099
|
+
class GoogleCloudApihubV1RetrieveApiViewsResponse
|
|
2100
|
+
# @private
|
|
2101
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2102
|
+
collection :api_views, as: 'apiViews', class: Google::Apis::ApihubV1::GoogleCloudApihubV1ApiView, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1ApiView::Representation
|
|
2103
|
+
|
|
2104
|
+
property :next_page_token, as: 'nextPageToken'
|
|
2105
|
+
end
|
|
2106
|
+
end
|
|
2107
|
+
|
|
1788
2108
|
class GoogleCloudApihubV1RuntimeProjectAttachment
|
|
1789
2109
|
# @private
|
|
1790
2110
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1836,6 +2156,16 @@ module Google
|
|
|
1836
2156
|
end
|
|
1837
2157
|
end
|
|
1838
2158
|
|
|
2159
|
+
class GoogleCloudApihubV1SourceEnvironment
|
|
2160
|
+
# @private
|
|
2161
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2162
|
+
property :create_time, as: 'createTime'
|
|
2163
|
+
property :source_environment, as: 'sourceEnvironment'
|
|
2164
|
+
property :source_environment_uri, as: 'sourceEnvironmentUri'
|
|
2165
|
+
property :update_time, as: 'updateTime'
|
|
2166
|
+
end
|
|
2167
|
+
end
|
|
2168
|
+
|
|
1839
2169
|
class GoogleCloudApihubV1SourceMetadata
|
|
1840
2170
|
# @private
|
|
1841
2171
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1851,6 +2181,8 @@ module Google
|
|
|
1851
2181
|
class GoogleCloudApihubV1Spec
|
|
1852
2182
|
# @private
|
|
1853
2183
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2184
|
+
collection :additional_spec_contents, as: 'additionalSpecContents', class: Google::Apis::ApihubV1::GoogleCloudApihubV1AdditionalSpecContent, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1AdditionalSpecContent::Representation
|
|
2185
|
+
|
|
1854
2186
|
hash :attributes, as: 'attributes', class: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1AttributeValues::Representation
|
|
1855
2187
|
|
|
1856
2188
|
property :contents, as: 'contents', class: Google::Apis::ApihubV1::GoogleCloudApihubV1SpecContents, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1SpecContents::Representation
|
|
@@ -1935,6 +2267,18 @@ module Google
|
|
|
1935
2267
|
end
|
|
1936
2268
|
end
|
|
1937
2269
|
|
|
2270
|
+
class GoogleCloudApihubV1ToolAnnotations
|
|
2271
|
+
# @private
|
|
2272
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2273
|
+
hash :additional_hints, as: 'additionalHints'
|
|
2274
|
+
property :destructive_hint, as: 'destructiveHint'
|
|
2275
|
+
property :idempotent_hint, as: 'idempotentHint'
|
|
2276
|
+
property :open_world_hint, as: 'openWorldHint'
|
|
2277
|
+
property :read_only_hint, as: 'readOnlyHint'
|
|
2278
|
+
property :title, as: 'title'
|
|
2279
|
+
end
|
|
2280
|
+
end
|
|
2281
|
+
|
|
1938
2282
|
class GoogleCloudApihubV1UserPasswordConfig
|
|
1939
2283
|
# @private
|
|
1940
2284
|
class Representation < Google::Apis::Core::JsonRepresentation
|