google-cloud-api_hub-v1 0.1.1 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/AUTHENTICATION.md +4 -4
  3. data/README.md +31 -21
  4. data/lib/google/cloud/api_hub/v1/api_hub/rest/client.rb +36 -36
  5. data/lib/google/cloud/api_hub/v1/api_hub/rest/service_stub.rb +294 -212
  6. data/lib/google/cloud/api_hub/v1/api_hub.rb +0 -7
  7. data/lib/google/cloud/api_hub/v1/api_hub_dependencies/rest/client.rb +29 -6
  8. data/lib/google/cloud/api_hub/v1/api_hub_dependencies/rest/service_stub.rb +54 -32
  9. data/lib/google/cloud/api_hub/v1/api_hub_dependencies.rb +0 -7
  10. data/lib/google/cloud/api_hub/v1/api_hub_plugin/rest/client.rb +28 -4
  11. data/lib/google/cloud/api_hub/v1/api_hub_plugin/rest/service_stub.rb +38 -20
  12. data/lib/google/cloud/api_hub/v1/api_hub_plugin.rb +0 -7
  13. data/lib/google/cloud/api_hub/v1/host_project_registration_service/rest/client.rb +29 -4
  14. data/lib/google/cloud/api_hub/v1/host_project_registration_service/rest/service_stub.rb +38 -20
  15. data/lib/google/cloud/api_hub/v1/host_project_registration_service.rb +0 -7
  16. data/lib/google/cloud/api_hub/v1/linting_service/rest/client.rb +28 -5
  17. data/lib/google/cloud/api_hub/v1/linting_service/rest/service_stub.rb +46 -26
  18. data/lib/google/cloud/api_hub/v1/linting_service.rb +0 -7
  19. data/lib/google/cloud/api_hub/v1/provisioning/rest/client.rb +29 -4
  20. data/lib/google/cloud/api_hub/v1/provisioning/rest/operations.rb +43 -38
  21. data/lib/google/cloud/api_hub/v1/provisioning/rest/service_stub.rb +38 -20
  22. data/lib/google/cloud/api_hub/v1/provisioning.rb +0 -8
  23. data/lib/google/cloud/api_hub/v1/runtime_project_attachment_service/rest/client.rb +29 -6
  24. data/lib/google/cloud/api_hub/v1/runtime_project_attachment_service/rest/service_stub.rb +54 -32
  25. data/lib/google/cloud/api_hub/v1/runtime_project_attachment_service.rb +0 -7
  26. data/lib/google/cloud/api_hub/v1/version.rb +1 -1
  27. data/lib/google/cloud/api_hub/v1.rb +0 -5
  28. data/proto_docs/google/api/client.rb +39 -0
  29. data/proto_docs/google/cloud/apihub/v1/apihub_service.rb +47 -47
  30. data/proto_docs/google/cloud/apihub/v1/common_fields.rb +1 -1
  31. data/proto_docs/google/cloud/apihub/v1/host_project_registration_service.rb +4 -4
  32. data/proto_docs/google/cloud/apihub/v1/plugin_service.rb +3 -3
  33. data/proto_docs/google/cloud/apihub/v1/provisioning_service.rb +4 -4
  34. data/proto_docs/google/cloud/apihub/v1/runtime_project_attachment_service.rb +7 -7
  35. data/proto_docs/google/longrunning/operations.rb +19 -14
  36. metadata +5 -13
  37. data/lib/google/cloud/api_hub/v1/api_hub/client.rb +0 -4514
  38. data/lib/google/cloud/api_hub/v1/api_hub_dependencies/client.rb +0 -906
  39. data/lib/google/cloud/api_hub/v1/api_hub_plugin/client.rb +0 -640
  40. data/lib/google/cloud/api_hub/v1/host_project_registration_service/client.rb +0 -689
  41. data/lib/google/cloud/api_hub/v1/linting_service/client.rb +0 -744
  42. data/lib/google/cloud/api_hub/v1/provisioning/client.rb +0 -676
  43. data/lib/google/cloud/api_hub/v1/provisioning/operations.rb +0 -809
  44. data/lib/google/cloud/api_hub/v1/runtime_project_attachment_service/client.rb +0 -885
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.1.1
4
+ version: 0.3.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-08-30 00:00:00.000000000 Z
11
+ date: 2024-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.21.1
19
+ version: 0.24.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.21.1
29
+ version: 0.24.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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
@@ -187,7 +179,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
187
179
  - !ruby/object:Gem::Version
188
180
  version: '0'
189
181
  requirements: []
190
- rubygems_version: 3.5.6
182
+ rubygems_version: 3.5.23
191
183
  signing_key:
192
184
  specification_version: 4
193
185
  summary: API Client library for the API hub V1 API