google-cloud-api_hub-v1 0.1.1 → 0.2.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/AUTHENTICATION.md +4 -4
- data/README.md +1 -27
- data/lib/google/cloud/api_hub/v1/api_hub.rb +0 -7
- data/lib/google/cloud/api_hub/v1/api_hub_dependencies.rb +0 -7
- data/lib/google/cloud/api_hub/v1/api_hub_plugin.rb +0 -7
- data/lib/google/cloud/api_hub/v1/host_project_registration_service.rb +0 -7
- data/lib/google/cloud/api_hub/v1/linting_service.rb +0 -7
- data/lib/google/cloud/api_hub/v1/provisioning.rb +0 -8
- data/lib/google/cloud/api_hub/v1/runtime_project_attachment_service.rb +0 -7
- data/lib/google/cloud/api_hub/v1/version.rb +1 -1
- data/lib/google/cloud/api_hub/v1.rb +0 -5
- data/proto_docs/google/cloud/apihub/v1/apihub_service.rb +47 -47
- data/proto_docs/google/cloud/apihub/v1/common_fields.rb +1 -1
- data/proto_docs/google/cloud/apihub/v1/host_project_registration_service.rb +4 -4
- data/proto_docs/google/cloud/apihub/v1/plugin_service.rb +3 -3
- data/proto_docs/google/cloud/apihub/v1/provisioning_service.rb +4 -4
- data/proto_docs/google/cloud/apihub/v1/runtime_project_attachment_service.rb +7 -7
- metadata +2 -10
- data/lib/google/cloud/api_hub/v1/api_hub/client.rb +0 -4514
- data/lib/google/cloud/api_hub/v1/api_hub_dependencies/client.rb +0 -906
- data/lib/google/cloud/api_hub/v1/api_hub_plugin/client.rb +0 -640
- data/lib/google/cloud/api_hub/v1/host_project_registration_service/client.rb +0 -689
- data/lib/google/cloud/api_hub/v1/linting_service/client.rb +0 -744
- data/lib/google/cloud/api_hub/v1/provisioning/client.rb +0 -676
- data/lib/google/cloud/api_hub/v1/provisioning/operations.rb +0 -809
- data/lib/google/cloud/api_hub/v1/runtime_project_attachment_service/client.rb +0 -885
@@ -21,7 +21,7 @@ module Google
|
|
21
21
|
module Cloud
|
22
22
|
module ApiHub
|
23
23
|
module V1
|
24
|
-
# The {::Google::Cloud::ApiHub::V1::ApiHub::Client#create_api CreateApi} method's request.
|
24
|
+
# The {::Google::Cloud::ApiHub::V1::ApiHub::Rest::Client#create_api CreateApi} method's request.
|
25
25
|
# @!attribute [rw] parent
|
26
26
|
# @return [::String]
|
27
27
|
# Required. The parent resource for the API resource.
|
@@ -45,7 +45,7 @@ module Google
|
|
45
45
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
46
46
|
end
|
47
47
|
|
48
|
-
# The {::Google::Cloud::ApiHub::V1::ApiHub::Client#get_api GetApi} method's request.
|
48
|
+
# The {::Google::Cloud::ApiHub::V1::ApiHub::Rest::Client#get_api GetApi} method's request.
|
49
49
|
# @!attribute [rw] name
|
50
50
|
# @return [::String]
|
51
51
|
# Required. The name of the API resource to retrieve.
|
@@ -55,7 +55,7 @@ module Google
|
|
55
55
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
56
56
|
end
|
57
57
|
|
58
|
-
# The {::Google::Cloud::ApiHub::V1::ApiHub::Client#update_api UpdateApi} method's request.
|
58
|
+
# The {::Google::Cloud::ApiHub::V1::ApiHub::Rest::Client#update_api UpdateApi} method's request.
|
59
59
|
# @!attribute [rw] api
|
60
60
|
# @return [::Google::Cloud::ApiHub::V1::Api]
|
61
61
|
# Required. The API resource to update.
|
@@ -71,7 +71,7 @@ module Google
|
|
71
71
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
72
72
|
end
|
73
73
|
|
74
|
-
# The {::Google::Cloud::ApiHub::V1::ApiHub::Client#delete_api DeleteApi} method's request.
|
74
|
+
# The {::Google::Cloud::ApiHub::V1::ApiHub::Rest::Client#delete_api DeleteApi} method's request.
|
75
75
|
# @!attribute [rw] name
|
76
76
|
# @return [::String]
|
77
77
|
# Required. The name of the API resource to delete.
|
@@ -85,7 +85,7 @@ module Google
|
|
85
85
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
86
86
|
end
|
87
87
|
|
88
|
-
# The {::Google::Cloud::ApiHub::V1::ApiHub::Client#list_apis ListApis} method's request.
|
88
|
+
# The {::Google::Cloud::ApiHub::V1::ApiHub::Rest::Client#list_apis ListApis} method's request.
|
89
89
|
# @!attribute [rw] parent
|
90
90
|
# @return [::String]
|
91
91
|
# Required. The parent, which owns this collection of API resources.
|
@@ -181,7 +181,7 @@ module Google
|
|
181
181
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
182
182
|
end
|
183
183
|
|
184
|
-
# The {::Google::Cloud::ApiHub::V1::ApiHub::Client#list_apis ListApis} method's response.
|
184
|
+
# The {::Google::Cloud::ApiHub::V1::ApiHub::Rest::Client#list_apis ListApis} method's response.
|
185
185
|
# @!attribute [rw] apis
|
186
186
|
# @return [::Array<::Google::Cloud::ApiHub::V1::Api>]
|
187
187
|
# The API resources present in the API hub.
|
@@ -194,7 +194,7 @@ module Google
|
|
194
194
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
195
195
|
end
|
196
196
|
|
197
|
-
# The {::Google::Cloud::ApiHub::V1::ApiHub::Client#create_version CreateVersion} method's
|
197
|
+
# The {::Google::Cloud::ApiHub::V1::ApiHub::Rest::Client#create_version CreateVersion} method's
|
198
198
|
# request.
|
199
199
|
# @!attribute [rw] parent
|
200
200
|
# @return [::String]
|
@@ -219,7 +219,7 @@ module Google
|
|
219
219
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
220
220
|
end
|
221
221
|
|
222
|
-
# The {::Google::Cloud::ApiHub::V1::ApiHub::Client#get_version GetVersion} method's request.
|
222
|
+
# The {::Google::Cloud::ApiHub::V1::ApiHub::Rest::Client#get_version GetVersion} method's request.
|
223
223
|
# @!attribute [rw] name
|
224
224
|
# @return [::String]
|
225
225
|
# Required. The name of the API version to retrieve.
|
@@ -230,7 +230,7 @@ module Google
|
|
230
230
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
231
231
|
end
|
232
232
|
|
233
|
-
# The {::Google::Cloud::ApiHub::V1::ApiHub::Client#update_version UpdateVersion} method's
|
233
|
+
# The {::Google::Cloud::ApiHub::V1::ApiHub::Rest::Client#update_version UpdateVersion} method's
|
234
234
|
# request.
|
235
235
|
# @!attribute [rw] version
|
236
236
|
# @return [::Google::Cloud::ApiHub::V1::Version]
|
@@ -247,7 +247,7 @@ module Google
|
|
247
247
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
248
248
|
end
|
249
249
|
|
250
|
-
# The {::Google::Cloud::ApiHub::V1::ApiHub::Client#delete_version DeleteVersion} method's
|
250
|
+
# The {::Google::Cloud::ApiHub::V1::ApiHub::Rest::Client#delete_version DeleteVersion} method's
|
251
251
|
# request.
|
252
252
|
# @!attribute [rw] name
|
253
253
|
# @return [::String]
|
@@ -263,7 +263,7 @@ module Google
|
|
263
263
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
264
264
|
end
|
265
265
|
|
266
|
-
# The {::Google::Cloud::ApiHub::V1::ApiHub::Client#list_versions ListVersions} method's
|
266
|
+
# The {::Google::Cloud::ApiHub::V1::ApiHub::Rest::Client#list_versions ListVersions} method's
|
267
267
|
# request.
|
268
268
|
# @!attribute [rw] parent
|
269
269
|
# @return [::String]
|
@@ -348,7 +348,7 @@ module Google
|
|
348
348
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
349
349
|
end
|
350
350
|
|
351
|
-
# The {::Google::Cloud::ApiHub::V1::ApiHub::Client#list_versions ListVersions} method's
|
351
|
+
# The {::Google::Cloud::ApiHub::V1::ApiHub::Rest::Client#list_versions ListVersions} method's
|
352
352
|
# response.
|
353
353
|
# @!attribute [rw] versions
|
354
354
|
# @return [::Array<::Google::Cloud::ApiHub::V1::Version>]
|
@@ -362,7 +362,7 @@ module Google
|
|
362
362
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
363
363
|
end
|
364
364
|
|
365
|
-
# The {::Google::Cloud::ApiHub::V1::ApiHub::Client#create_spec CreateSpec} method's request.
|
365
|
+
# The {::Google::Cloud::ApiHub::V1::ApiHub::Rest::Client#create_spec CreateSpec} method's request.
|
366
366
|
# @!attribute [rw] parent
|
367
367
|
# @return [::String]
|
368
368
|
# Required. The parent resource for Spec.
|
@@ -388,7 +388,7 @@ module Google
|
|
388
388
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
389
389
|
end
|
390
390
|
|
391
|
-
# The {::Google::Cloud::ApiHub::V1::ApiHub::Client#get_spec GetSpec} method's request.
|
391
|
+
# The {::Google::Cloud::ApiHub::V1::ApiHub::Rest::Client#get_spec GetSpec} method's request.
|
392
392
|
# @!attribute [rw] name
|
393
393
|
# @return [::String]
|
394
394
|
# Required. The name of the spec to retrieve.
|
@@ -399,7 +399,7 @@ module Google
|
|
399
399
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
400
400
|
end
|
401
401
|
|
402
|
-
# The {::Google::Cloud::ApiHub::V1::ApiHub::Client#update_spec UpdateSpec} method's request.
|
402
|
+
# The {::Google::Cloud::ApiHub::V1::ApiHub::Rest::Client#update_spec UpdateSpec} method's request.
|
403
403
|
# @!attribute [rw] spec
|
404
404
|
# @return [::Google::Cloud::ApiHub::V1::Spec]
|
405
405
|
# Required. The spec to update.
|
@@ -415,7 +415,7 @@ module Google
|
|
415
415
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
416
416
|
end
|
417
417
|
|
418
|
-
# The {::Google::Cloud::ApiHub::V1::ApiHub::Client#delete_spec DeleteSpec} method's request.
|
418
|
+
# The {::Google::Cloud::ApiHub::V1::ApiHub::Rest::Client#delete_spec DeleteSpec} method's request.
|
419
419
|
# @!attribute [rw] name
|
420
420
|
# @return [::String]
|
421
421
|
# Required. The name of the spec to delete.
|
@@ -503,7 +503,7 @@ module Google
|
|
503
503
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
504
504
|
end
|
505
505
|
|
506
|
-
# The {::Google::Cloud::ApiHub::V1::ApiHub::Client#list_specs ListSpecs} method's response.
|
506
|
+
# The {::Google::Cloud::ApiHub::V1::ApiHub::Rest::Client#list_specs ListSpecs} method's response.
|
507
507
|
# @!attribute [rw] specs
|
508
508
|
# @return [::Array<::Google::Cloud::ApiHub::V1::Spec>]
|
509
509
|
# The specs corresponding to an API.
|
@@ -516,7 +516,7 @@ module Google
|
|
516
516
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
517
517
|
end
|
518
518
|
|
519
|
-
# The {::Google::Cloud::ApiHub::V1::ApiHub::Client#get_spec_contents GetSpecContents} method's
|
519
|
+
# The {::Google::Cloud::ApiHub::V1::ApiHub::Rest::Client#get_spec_contents GetSpecContents} method's
|
520
520
|
# request.
|
521
521
|
# @!attribute [rw] name
|
522
522
|
# @return [::String]
|
@@ -528,7 +528,7 @@ module Google
|
|
528
528
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
529
529
|
end
|
530
530
|
|
531
|
-
# The {::Google::Cloud::ApiHub::V1::ApiHub::Client#get_api_operation GetApiOperation} method's
|
531
|
+
# The {::Google::Cloud::ApiHub::V1::ApiHub::Rest::Client#get_api_operation GetApiOperation} method's
|
532
532
|
# request.
|
533
533
|
# @!attribute [rw] name
|
534
534
|
# @return [::String]
|
@@ -540,7 +540,7 @@ module Google
|
|
540
540
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
541
541
|
end
|
542
542
|
|
543
|
-
# The {::Google::Cloud::ApiHub::V1::ApiHub::Client#list_api_operations ListApiOperations}
|
543
|
+
# The {::Google::Cloud::ApiHub::V1::ApiHub::Rest::Client#list_api_operations ListApiOperations}
|
544
544
|
# method's request.
|
545
545
|
# @!attribute [rw] parent
|
546
546
|
# @return [::String]
|
@@ -607,7 +607,7 @@ module Google
|
|
607
607
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
608
608
|
end
|
609
609
|
|
610
|
-
# The {::Google::Cloud::ApiHub::V1::ApiHub::Client#list_api_operations ListApiOperations}
|
610
|
+
# The {::Google::Cloud::ApiHub::V1::ApiHub::Rest::Client#list_api_operations ListApiOperations}
|
611
611
|
# method's response.
|
612
612
|
# @!attribute [rw] api_operations
|
613
613
|
# @return [::Array<::Google::Cloud::ApiHub::V1::ApiOperation>]
|
@@ -624,7 +624,7 @@ module Google
|
|
624
624
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
625
625
|
end
|
626
626
|
|
627
|
-
# The {::Google::Cloud::ApiHub::V1::ApiHub::Client#get_definition GetDefinition} method's
|
627
|
+
# The {::Google::Cloud::ApiHub::V1::ApiHub::Rest::Client#get_definition GetDefinition} method's
|
628
628
|
# request.
|
629
629
|
# @!attribute [rw] name
|
630
630
|
# @return [::String]
|
@@ -636,7 +636,7 @@ module Google
|
|
636
636
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
637
637
|
end
|
638
638
|
|
639
|
-
# The {::Google::Cloud::ApiHub::V1::ApiHub::Client#create_deployment CreateDeployment}
|
639
|
+
# The {::Google::Cloud::ApiHub::V1::ApiHub::Rest::Client#create_deployment CreateDeployment}
|
640
640
|
# method's request.
|
641
641
|
# @!attribute [rw] parent
|
642
642
|
# @return [::String]
|
@@ -662,7 +662,7 @@ module Google
|
|
662
662
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
663
663
|
end
|
664
664
|
|
665
|
-
# The {::Google::Cloud::ApiHub::V1::ApiHub::Client#get_deployment GetDeployment} method's
|
665
|
+
# The {::Google::Cloud::ApiHub::V1::ApiHub::Rest::Client#get_deployment GetDeployment} method's
|
666
666
|
# request.
|
667
667
|
# @!attribute [rw] name
|
668
668
|
# @return [::String]
|
@@ -673,7 +673,7 @@ module Google
|
|
673
673
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
674
674
|
end
|
675
675
|
|
676
|
-
# The {::Google::Cloud::ApiHub::V1::ApiHub::Client#update_deployment UpdateDeployment}
|
676
|
+
# The {::Google::Cloud::ApiHub::V1::ApiHub::Rest::Client#update_deployment UpdateDeployment}
|
677
677
|
# method's request.
|
678
678
|
# @!attribute [rw] deployment
|
679
679
|
# @return [::Google::Cloud::ApiHub::V1::Deployment]
|
@@ -690,7 +690,7 @@ module Google
|
|
690
690
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
691
691
|
end
|
692
692
|
|
693
|
-
# The {::Google::Cloud::ApiHub::V1::ApiHub::Client#delete_deployment DeleteDeployment}
|
693
|
+
# The {::Google::Cloud::ApiHub::V1::ApiHub::Rest::Client#delete_deployment DeleteDeployment}
|
694
694
|
# method's request.
|
695
695
|
# @!attribute [rw] name
|
696
696
|
# @return [::String]
|
@@ -701,7 +701,7 @@ module Google
|
|
701
701
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
702
702
|
end
|
703
703
|
|
704
|
-
# The {::Google::Cloud::ApiHub::V1::ApiHub::Client#list_deployments ListDeployments} method's
|
704
|
+
# The {::Google::Cloud::ApiHub::V1::ApiHub::Rest::Client#list_deployments ListDeployments} method's
|
705
705
|
# request.
|
706
706
|
# @!attribute [rw] parent
|
707
707
|
# @return [::String]
|
@@ -785,7 +785,7 @@ module Google
|
|
785
785
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
786
786
|
end
|
787
787
|
|
788
|
-
# The {::Google::Cloud::ApiHub::V1::ApiHub::Client#list_deployments ListDeployments} method's
|
788
|
+
# The {::Google::Cloud::ApiHub::V1::ApiHub::Rest::Client#list_deployments ListDeployments} method's
|
789
789
|
# response.
|
790
790
|
# @!attribute [rw] deployments
|
791
791
|
# @return [::Array<::Google::Cloud::ApiHub::V1::Deployment>]
|
@@ -799,7 +799,7 @@ module Google
|
|
799
799
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
800
800
|
end
|
801
801
|
|
802
|
-
# The {::Google::Cloud::ApiHub::V1::ApiHub::Client#create_attribute CreateAttribute} method's
|
802
|
+
# The {::Google::Cloud::ApiHub::V1::ApiHub::Rest::Client#create_attribute CreateAttribute} method's
|
803
803
|
# request.
|
804
804
|
# @!attribute [rw] parent
|
805
805
|
# @return [::String]
|
@@ -825,7 +825,7 @@ module Google
|
|
825
825
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
826
826
|
end
|
827
827
|
|
828
|
-
# The {::Google::Cloud::ApiHub::V1::ApiHub::Client#get_attribute GetAttribute} method's
|
828
|
+
# The {::Google::Cloud::ApiHub::V1::ApiHub::Rest::Client#get_attribute GetAttribute} method's
|
829
829
|
# request.
|
830
830
|
# @!attribute [rw] name
|
831
831
|
# @return [::String]
|
@@ -837,7 +837,7 @@ module Google
|
|
837
837
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
838
838
|
end
|
839
839
|
|
840
|
-
# The {::Google::Cloud::ApiHub::V1::ApiHub::Client#update_attribute UpdateAttribute} method's
|
840
|
+
# The {::Google::Cloud::ApiHub::V1::ApiHub::Rest::Client#update_attribute UpdateAttribute} method's
|
841
841
|
# request.
|
842
842
|
# @!attribute [rw] attribute
|
843
843
|
# @return [::Google::Cloud::ApiHub::V1::Attribute]
|
@@ -854,7 +854,7 @@ module Google
|
|
854
854
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
855
855
|
end
|
856
856
|
|
857
|
-
# The {::Google::Cloud::ApiHub::V1::ApiHub::Client#delete_attribute DeleteAttribute} method's
|
857
|
+
# The {::Google::Cloud::ApiHub::V1::ApiHub::Rest::Client#delete_attribute DeleteAttribute} method's
|
858
858
|
# request.
|
859
859
|
# @!attribute [rw] name
|
860
860
|
# @return [::String]
|
@@ -866,7 +866,7 @@ module Google
|
|
866
866
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
867
867
|
end
|
868
868
|
|
869
|
-
# The {::Google::Cloud::ApiHub::V1::ApiHub::Client#list_attributes ListAttributes} method's
|
869
|
+
# The {::Google::Cloud::ApiHub::V1::ApiHub::Rest::Client#list_attributes ListAttributes} method's
|
870
870
|
# request.
|
871
871
|
# @!attribute [rw] parent
|
872
872
|
# @return [::String]
|
@@ -935,7 +935,7 @@ module Google
|
|
935
935
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
936
936
|
end
|
937
937
|
|
938
|
-
# The {::Google::Cloud::ApiHub::V1::ApiHub::Client#list_attributes ListAttributes} method's
|
938
|
+
# The {::Google::Cloud::ApiHub::V1::ApiHub::Rest::Client#list_attributes ListAttributes} method's
|
939
939
|
# response.
|
940
940
|
# @!attribute [rw] attributes
|
941
941
|
# @return [::Array<::Google::Cloud::ApiHub::V1::Attribute>]
|
@@ -949,7 +949,7 @@ module Google
|
|
949
949
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
950
950
|
end
|
951
951
|
|
952
|
-
# The {::Google::Cloud::ApiHub::V1::ApiHub::Client#search_resources SearchResources} method's
|
952
|
+
# The {::Google::Cloud::ApiHub::V1::ApiHub::Rest::Client#search_resources SearchResources} method's
|
953
953
|
# request.
|
954
954
|
# @!attribute [rw] location
|
955
955
|
# @return [::String]
|
@@ -1046,7 +1046,7 @@ module Google
|
|
1046
1046
|
end
|
1047
1047
|
|
1048
1048
|
# Response for the
|
1049
|
-
# {::Google::Cloud::ApiHub::V1::ApiHub::Client#search_resources SearchResources} method.
|
1049
|
+
# {::Google::Cloud::ApiHub::V1::ApiHub::Rest::Client#search_resources SearchResources} method.
|
1050
1050
|
# @!attribute [rw] search_results
|
1051
1051
|
# @return [::Array<::Google::Cloud::ApiHub::V1::SearchResult>]
|
1052
1052
|
# List of search results according to the filter and search query specified.
|
@@ -1063,7 +1063,7 @@ module Google
|
|
1063
1063
|
end
|
1064
1064
|
|
1065
1065
|
# The
|
1066
|
-
# {::Google::Cloud::ApiHub::V1::ApiHubDependencies::Client#create_dependency CreateDependency}
|
1066
|
+
# {::Google::Cloud::ApiHub::V1::ApiHubDependencies::Rest::Client#create_dependency CreateDependency}
|
1067
1067
|
# method's request.
|
1068
1068
|
# @!attribute [rw] parent
|
1069
1069
|
# @return [::String]
|
@@ -1099,7 +1099,7 @@ module Google
|
|
1099
1099
|
end
|
1100
1100
|
|
1101
1101
|
# The
|
1102
|
-
# {::Google::Cloud::ApiHub::V1::ApiHubDependencies::Client#update_dependency UpdateDependency}
|
1102
|
+
# {::Google::Cloud::ApiHub::V1::ApiHubDependencies::Rest::Client#update_dependency UpdateDependency}
|
1103
1103
|
# method's request.
|
1104
1104
|
# @!attribute [rw] dependency
|
1105
1105
|
# @return [::Google::Cloud::ApiHub::V1::Dependency]
|
@@ -1116,7 +1116,7 @@ module Google
|
|
1116
1116
|
end
|
1117
1117
|
|
1118
1118
|
# The
|
1119
|
-
# {::Google::Cloud::ApiHub::V1::ApiHubDependencies::Client#delete_dependency DeleteDependency}
|
1119
|
+
# {::Google::Cloud::ApiHub::V1::ApiHubDependencies::Rest::Client#delete_dependency DeleteDependency}
|
1120
1120
|
# method's request.
|
1121
1121
|
# @!attribute [rw] name
|
1122
1122
|
# @return [::String]
|
@@ -1128,7 +1128,7 @@ module Google
|
|
1128
1128
|
end
|
1129
1129
|
|
1130
1130
|
# The
|
1131
|
-
# {::Google::Cloud::ApiHub::V1::ApiHubDependencies::Client#list_dependencies ListDependencies}
|
1131
|
+
# {::Google::Cloud::ApiHub::V1::ApiHubDependencies::Rest::Client#list_dependencies ListDependencies}
|
1132
1132
|
# method's request.
|
1133
1133
|
# @!attribute [rw] parent
|
1134
1134
|
# @return [::String]
|
@@ -1189,7 +1189,7 @@ module Google
|
|
1189
1189
|
end
|
1190
1190
|
|
1191
1191
|
# The
|
1192
|
-
# {::Google::Cloud::ApiHub::V1::ApiHubDependencies::Client#list_dependencies ListDependencies}
|
1192
|
+
# {::Google::Cloud::ApiHub::V1::ApiHubDependencies::Rest::Client#list_dependencies ListDependencies}
|
1193
1193
|
# method's response.
|
1194
1194
|
# @!attribute [rw] dependencies
|
1195
1195
|
# @return [::Array<::Google::Cloud::ApiHub::V1::Dependency>]
|
@@ -1204,7 +1204,7 @@ module Google
|
|
1204
1204
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
1205
1205
|
end
|
1206
1206
|
|
1207
|
-
# The {::Google::Cloud::ApiHub::V1::ApiHub::Client#create_external_api CreateExternalApi}
|
1207
|
+
# The {::Google::Cloud::ApiHub::V1::ApiHub::Rest::Client#create_external_api CreateExternalApi}
|
1208
1208
|
# method's request.
|
1209
1209
|
# @!attribute [rw] parent
|
1210
1210
|
# @return [::String]
|
@@ -1231,7 +1231,7 @@ module Google
|
|
1231
1231
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
1232
1232
|
end
|
1233
1233
|
|
1234
|
-
# The {::Google::Cloud::ApiHub::V1::ApiHub::Client#get_external_api GetExternalApi} method's
|
1234
|
+
# The {::Google::Cloud::ApiHub::V1::ApiHub::Rest::Client#get_external_api GetExternalApi} method's
|
1235
1235
|
# request.
|
1236
1236
|
# @!attribute [rw] name
|
1237
1237
|
# @return [::String]
|
@@ -1243,7 +1243,7 @@ module Google
|
|
1243
1243
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
1244
1244
|
end
|
1245
1245
|
|
1246
|
-
# The {::Google::Cloud::ApiHub::V1::ApiHub::Client#update_external_api UpdateExternalApi}
|
1246
|
+
# The {::Google::Cloud::ApiHub::V1::ApiHub::Rest::Client#update_external_api UpdateExternalApi}
|
1247
1247
|
# method's request.
|
1248
1248
|
# @!attribute [rw] external_api
|
1249
1249
|
# @return [::Google::Cloud::ApiHub::V1::ExternalApi]
|
@@ -1260,7 +1260,7 @@ module Google
|
|
1260
1260
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
1261
1261
|
end
|
1262
1262
|
|
1263
|
-
# The {::Google::Cloud::ApiHub::V1::ApiHub::Client#delete_external_api DeleteExternalApi}
|
1263
|
+
# The {::Google::Cloud::ApiHub::V1::ApiHub::Rest::Client#delete_external_api DeleteExternalApi}
|
1264
1264
|
# method's request.
|
1265
1265
|
# @!attribute [rw] name
|
1266
1266
|
# @return [::String]
|
@@ -1272,7 +1272,7 @@ module Google
|
|
1272
1272
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
1273
1273
|
end
|
1274
1274
|
|
1275
|
-
# The {::Google::Cloud::ApiHub::V1::ApiHub::Client#list_external_apis ListExternalApis}
|
1275
|
+
# The {::Google::Cloud::ApiHub::V1::ApiHub::Rest::Client#list_external_apis ListExternalApis}
|
1276
1276
|
# method's request.
|
1277
1277
|
# @!attribute [rw] parent
|
1278
1278
|
# @return [::String]
|
@@ -1296,7 +1296,7 @@ module Google
|
|
1296
1296
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
1297
1297
|
end
|
1298
1298
|
|
1299
|
-
# The {::Google::Cloud::ApiHub::V1::ApiHub::Client#list_external_apis ListExternalApis}
|
1299
|
+
# The {::Google::Cloud::ApiHub::V1::ApiHub::Rest::Client#list_external_apis ListExternalApis}
|
1300
1300
|
# method's response.
|
1301
1301
|
# @!attribute [rw] external_apis
|
1302
1302
|
# @return [::Array<::Google::Cloud::ApiHub::V1::ExternalApi>]
|
@@ -684,7 +684,7 @@ module Google
|
|
684
684
|
# Output only. Additional details apart from `OperationDetails` parsed from
|
685
685
|
# an OpenAPI spec. The OperationDetails parsed from the spec can be
|
686
686
|
# obtained by using
|
687
|
-
# {::Google::Cloud::ApiHub::V1::ApiHub::Client#list_api_operations ListAPIOperations}
|
687
|
+
# {::Google::Cloud::ApiHub::V1::ApiHub::Rest::Client#list_api_operations ListAPIOperations}
|
688
688
|
# method.
|
689
689
|
# @!attribute [r] description
|
690
690
|
# @return [::String]
|
@@ -22,7 +22,7 @@ module Google
|
|
22
22
|
module ApiHub
|
23
23
|
module V1
|
24
24
|
# The
|
25
|
-
# {::Google::Cloud::ApiHub::V1::HostProjectRegistrationService::Client#create_host_project_registration CreateHostProjectRegistration}
|
25
|
+
# {::Google::Cloud::ApiHub::V1::HostProjectRegistrationService::Rest::Client#create_host_project_registration CreateHostProjectRegistration}
|
26
26
|
# method's request.
|
27
27
|
# @!attribute [rw] parent
|
28
28
|
# @return [::String]
|
@@ -43,7 +43,7 @@ module Google
|
|
43
43
|
end
|
44
44
|
|
45
45
|
# The
|
46
|
-
# {::Google::Cloud::ApiHub::V1::HostProjectRegistrationService::Client#get_host_project_registration GetHostProjectRegistration}
|
46
|
+
# {::Google::Cloud::ApiHub::V1::HostProjectRegistrationService::Rest::Client#get_host_project_registration GetHostProjectRegistration}
|
47
47
|
# method's request.
|
48
48
|
# @!attribute [rw] name
|
49
49
|
# @return [::String]
|
@@ -55,7 +55,7 @@ module Google
|
|
55
55
|
end
|
56
56
|
|
57
57
|
# The
|
58
|
-
# {::Google::Cloud::ApiHub::V1::HostProjectRegistrationService::Client#list_host_project_registrations ListHostProjectRegistrations}
|
58
|
+
# {::Google::Cloud::ApiHub::V1::HostProjectRegistrationService::Rest::Client#list_host_project_registrations ListHostProjectRegistrations}
|
59
59
|
# method's request.
|
60
60
|
# @!attribute [rw] parent
|
61
61
|
# @return [::String]
|
@@ -103,7 +103,7 @@ module Google
|
|
103
103
|
end
|
104
104
|
|
105
105
|
# The
|
106
|
-
# {::Google::Cloud::ApiHub::V1::HostProjectRegistrationService::Client#list_host_project_registrations ListHostProjectRegistrations}
|
106
|
+
# {::Google::Cloud::ApiHub::V1::HostProjectRegistrationService::Rest::Client#list_host_project_registrations ListHostProjectRegistrations}
|
107
107
|
# method's response.
|
108
108
|
# @!attribute [rw] host_project_registrations
|
109
109
|
# @return [::Array<::Google::Cloud::ApiHub::V1::HostProjectRegistration>]
|
@@ -66,7 +66,7 @@ module Google
|
|
66
66
|
end
|
67
67
|
end
|
68
68
|
|
69
|
-
# The {::Google::Cloud::ApiHub::V1::ApiHubPlugin::Client#get_plugin GetPlugin} method's
|
69
|
+
# The {::Google::Cloud::ApiHub::V1::ApiHubPlugin::Rest::Client#get_plugin GetPlugin} method's
|
70
70
|
# request.
|
71
71
|
# @!attribute [rw] name
|
72
72
|
# @return [::String]
|
@@ -77,7 +77,7 @@ module Google
|
|
77
77
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
78
78
|
end
|
79
79
|
|
80
|
-
# The {::Google::Cloud::ApiHub::V1::ApiHubPlugin::Client#enable_plugin EnablePlugin} method's
|
80
|
+
# The {::Google::Cloud::ApiHub::V1::ApiHubPlugin::Rest::Client#enable_plugin EnablePlugin} method's
|
81
81
|
# request.
|
82
82
|
# @!attribute [rw] name
|
83
83
|
# @return [::String]
|
@@ -88,7 +88,7 @@ module Google
|
|
88
88
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
89
89
|
end
|
90
90
|
|
91
|
-
# The {::Google::Cloud::ApiHub::V1::ApiHubPlugin::Client#disable_plugin DisablePlugin}
|
91
|
+
# The {::Google::Cloud::ApiHub::V1::ApiHubPlugin::Rest::Client#disable_plugin DisablePlugin}
|
92
92
|
# method's request.
|
93
93
|
# @!attribute [rw] name
|
94
94
|
# @return [::String]
|
@@ -22,7 +22,7 @@ module Google
|
|
22
22
|
module ApiHub
|
23
23
|
module V1
|
24
24
|
# The
|
25
|
-
# {::Google::Cloud::ApiHub::V1::Provisioning::Client#create_api_hub_instance CreateApiHubInstance}
|
25
|
+
# {::Google::Cloud::ApiHub::V1::Provisioning::Rest::Client#create_api_hub_instance CreateApiHubInstance}
|
26
26
|
# method's request.
|
27
27
|
# @!attribute [rw] parent
|
28
28
|
# @return [::String]
|
@@ -45,7 +45,7 @@ module Google
|
|
45
45
|
end
|
46
46
|
|
47
47
|
# The
|
48
|
-
# {::Google::Cloud::ApiHub::V1::Provisioning::Client#get_api_hub_instance GetApiHubInstance}
|
48
|
+
# {::Google::Cloud::ApiHub::V1::Provisioning::Rest::Client#get_api_hub_instance GetApiHubInstance}
|
49
49
|
# method's request.
|
50
50
|
# @!attribute [rw] name
|
51
51
|
# @return [::String]
|
@@ -58,7 +58,7 @@ module Google
|
|
58
58
|
end
|
59
59
|
|
60
60
|
# The
|
61
|
-
# {::Google::Cloud::ApiHub::V1::Provisioning::Client#lookup_api_hub_instance LookupApiHubInstance}
|
61
|
+
# {::Google::Cloud::ApiHub::V1::Provisioning::Rest::Client#lookup_api_hub_instance LookupApiHubInstance}
|
62
62
|
# method's request.
|
63
63
|
# @!attribute [rw] parent
|
64
64
|
# @return [::String]
|
@@ -72,7 +72,7 @@ module Google
|
|
72
72
|
end
|
73
73
|
|
74
74
|
# The
|
75
|
-
# {::Google::Cloud::ApiHub::V1::Provisioning::Client#lookup_api_hub_instance LookupApiHubInstance}
|
75
|
+
# {::Google::Cloud::ApiHub::V1::Provisioning::Rest::Client#lookup_api_hub_instance LookupApiHubInstance}
|
76
76
|
# method's response.`
|
77
77
|
# @!attribute [rw] api_hub_instance
|
78
78
|
# @return [::Google::Cloud::ApiHub::V1::ApiHubInstance]
|
@@ -22,7 +22,7 @@ module Google
|
|
22
22
|
module ApiHub
|
23
23
|
module V1
|
24
24
|
# The
|
25
|
-
# {::Google::Cloud::ApiHub::V1::RuntimeProjectAttachmentService::Client#create_runtime_project_attachment CreateRuntimeProjectAttachment}
|
25
|
+
# {::Google::Cloud::ApiHub::V1::RuntimeProjectAttachmentService::Rest::Client#create_runtime_project_attachment CreateRuntimeProjectAttachment}
|
26
26
|
# method's request.
|
27
27
|
# @!attribute [rw] parent
|
28
28
|
# @return [::String]
|
@@ -43,7 +43,7 @@ module Google
|
|
43
43
|
end
|
44
44
|
|
45
45
|
# The
|
46
|
-
# {::Google::Cloud::ApiHub::V1::RuntimeProjectAttachmentService::Client#get_runtime_project_attachment GetRuntimeProjectAttachment}
|
46
|
+
# {::Google::Cloud::ApiHub::V1::RuntimeProjectAttachmentService::Rest::Client#get_runtime_project_attachment GetRuntimeProjectAttachment}
|
47
47
|
# method's request.
|
48
48
|
# @!attribute [rw] name
|
49
49
|
# @return [::String]
|
@@ -56,7 +56,7 @@ module Google
|
|
56
56
|
end
|
57
57
|
|
58
58
|
# The
|
59
|
-
# {::Google::Cloud::ApiHub::V1::RuntimeProjectAttachmentService::Client#list_runtime_project_attachments ListRuntimeProjectAttachments}
|
59
|
+
# {::Google::Cloud::ApiHub::V1::RuntimeProjectAttachmentService::Rest::Client#list_runtime_project_attachments ListRuntimeProjectAttachments}
|
60
60
|
# method's request.
|
61
61
|
# @!attribute [rw] parent
|
62
62
|
# @return [::String]
|
@@ -104,7 +104,7 @@ module Google
|
|
104
104
|
end
|
105
105
|
|
106
106
|
# The
|
107
|
-
# {::Google::Cloud::ApiHub::V1::RuntimeProjectAttachmentService::Client#list_runtime_project_attachments ListRuntimeProjectAttachments}
|
107
|
+
# {::Google::Cloud::ApiHub::V1::RuntimeProjectAttachmentService::Rest::Client#list_runtime_project_attachments ListRuntimeProjectAttachments}
|
108
108
|
# method's response.
|
109
109
|
# @!attribute [rw] runtime_project_attachments
|
110
110
|
# @return [::Array<::Google::Cloud::ApiHub::V1::RuntimeProjectAttachment>]
|
@@ -119,7 +119,7 @@ module Google
|
|
119
119
|
end
|
120
120
|
|
121
121
|
# The
|
122
|
-
# {::Google::Cloud::ApiHub::V1::RuntimeProjectAttachmentService::Client#delete_runtime_project_attachment DeleteRuntimeProjectAttachment}
|
122
|
+
# {::Google::Cloud::ApiHub::V1::RuntimeProjectAttachmentService::Rest::Client#delete_runtime_project_attachment DeleteRuntimeProjectAttachment}
|
123
123
|
# method's request.
|
124
124
|
# @!attribute [rw] name
|
125
125
|
# @return [::String]
|
@@ -132,7 +132,7 @@ module Google
|
|
132
132
|
end
|
133
133
|
|
134
134
|
# The
|
135
|
-
# {::Google::Cloud::ApiHub::V1::RuntimeProjectAttachmentService::Client#lookup_runtime_project_attachment LookupRuntimeProjectAttachment}
|
135
|
+
# {::Google::Cloud::ApiHub::V1::RuntimeProjectAttachmentService::Rest::Client#lookup_runtime_project_attachment LookupRuntimeProjectAttachment}
|
136
136
|
# method's request.
|
137
137
|
# @!attribute [rw] name
|
138
138
|
# @return [::String]
|
@@ -145,7 +145,7 @@ module Google
|
|
145
145
|
end
|
146
146
|
|
147
147
|
# The
|
148
|
-
# {::Google::Cloud::ApiHub::V1::RuntimeProjectAttachmentService::Client#list_runtime_project_attachments ListRuntimeProjectAttachments}
|
148
|
+
# {::Google::Cloud::ApiHub::V1::RuntimeProjectAttachmentService::Rest::Client#list_runtime_project_attachments ListRuntimeProjectAttachments}
|
149
149
|
# method's response.
|
150
150
|
# @!attribute [rw] runtime_project_attachment
|
151
151
|
# @return [::Google::Cloud::ApiHub::V1::RuntimeProjectAttachment]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-api_hub-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-09-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -83,21 +83,18 @@ files:
|
|
83
83
|
- lib/google-cloud-api_hub-v1.rb
|
84
84
|
- lib/google/cloud/api_hub/v1.rb
|
85
85
|
- lib/google/cloud/api_hub/v1/api_hub.rb
|
86
|
-
- lib/google/cloud/api_hub/v1/api_hub/client.rb
|
87
86
|
- lib/google/cloud/api_hub/v1/api_hub/credentials.rb
|
88
87
|
- lib/google/cloud/api_hub/v1/api_hub/paths.rb
|
89
88
|
- lib/google/cloud/api_hub/v1/api_hub/rest.rb
|
90
89
|
- lib/google/cloud/api_hub/v1/api_hub/rest/client.rb
|
91
90
|
- lib/google/cloud/api_hub/v1/api_hub/rest/service_stub.rb
|
92
91
|
- lib/google/cloud/api_hub/v1/api_hub_dependencies.rb
|
93
|
-
- lib/google/cloud/api_hub/v1/api_hub_dependencies/client.rb
|
94
92
|
- lib/google/cloud/api_hub/v1/api_hub_dependencies/credentials.rb
|
95
93
|
- lib/google/cloud/api_hub/v1/api_hub_dependencies/paths.rb
|
96
94
|
- lib/google/cloud/api_hub/v1/api_hub_dependencies/rest.rb
|
97
95
|
- lib/google/cloud/api_hub/v1/api_hub_dependencies/rest/client.rb
|
98
96
|
- lib/google/cloud/api_hub/v1/api_hub_dependencies/rest/service_stub.rb
|
99
97
|
- lib/google/cloud/api_hub/v1/api_hub_plugin.rb
|
100
|
-
- lib/google/cloud/api_hub/v1/api_hub_plugin/client.rb
|
101
98
|
- lib/google/cloud/api_hub/v1/api_hub_plugin/credentials.rb
|
102
99
|
- lib/google/cloud/api_hub/v1/api_hub_plugin/paths.rb
|
103
100
|
- lib/google/cloud/api_hub/v1/api_hub_plugin/rest.rb
|
@@ -105,23 +102,19 @@ files:
|
|
105
102
|
- lib/google/cloud/api_hub/v1/api_hub_plugin/rest/service_stub.rb
|
106
103
|
- lib/google/cloud/api_hub/v1/bindings_override.rb
|
107
104
|
- lib/google/cloud/api_hub/v1/host_project_registration_service.rb
|
108
|
-
- lib/google/cloud/api_hub/v1/host_project_registration_service/client.rb
|
109
105
|
- lib/google/cloud/api_hub/v1/host_project_registration_service/credentials.rb
|
110
106
|
- lib/google/cloud/api_hub/v1/host_project_registration_service/paths.rb
|
111
107
|
- lib/google/cloud/api_hub/v1/host_project_registration_service/rest.rb
|
112
108
|
- lib/google/cloud/api_hub/v1/host_project_registration_service/rest/client.rb
|
113
109
|
- lib/google/cloud/api_hub/v1/host_project_registration_service/rest/service_stub.rb
|
114
110
|
- lib/google/cloud/api_hub/v1/linting_service.rb
|
115
|
-
- lib/google/cloud/api_hub/v1/linting_service/client.rb
|
116
111
|
- lib/google/cloud/api_hub/v1/linting_service/credentials.rb
|
117
112
|
- lib/google/cloud/api_hub/v1/linting_service/paths.rb
|
118
113
|
- lib/google/cloud/api_hub/v1/linting_service/rest.rb
|
119
114
|
- lib/google/cloud/api_hub/v1/linting_service/rest/client.rb
|
120
115
|
- lib/google/cloud/api_hub/v1/linting_service/rest/service_stub.rb
|
121
116
|
- lib/google/cloud/api_hub/v1/provisioning.rb
|
122
|
-
- lib/google/cloud/api_hub/v1/provisioning/client.rb
|
123
117
|
- lib/google/cloud/api_hub/v1/provisioning/credentials.rb
|
124
|
-
- lib/google/cloud/api_hub/v1/provisioning/operations.rb
|
125
118
|
- lib/google/cloud/api_hub/v1/provisioning/paths.rb
|
126
119
|
- lib/google/cloud/api_hub/v1/provisioning/rest.rb
|
127
120
|
- lib/google/cloud/api_hub/v1/provisioning/rest/client.rb
|
@@ -129,7 +122,6 @@ files:
|
|
129
122
|
- lib/google/cloud/api_hub/v1/provisioning/rest/service_stub.rb
|
130
123
|
- lib/google/cloud/api_hub/v1/rest.rb
|
131
124
|
- lib/google/cloud/api_hub/v1/runtime_project_attachment_service.rb
|
132
|
-
- lib/google/cloud/api_hub/v1/runtime_project_attachment_service/client.rb
|
133
125
|
- lib/google/cloud/api_hub/v1/runtime_project_attachment_service/credentials.rb
|
134
126
|
- lib/google/cloud/api_hub/v1/runtime_project_attachment_service/paths.rb
|
135
127
|
- lib/google/cloud/api_hub/v1/runtime_project_attachment_service/rest.rb
|