google-cloud-api_hub-v1 0.2.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (23) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +37 -1
  3. data/lib/google/cloud/api_hub/v1/api_hub/rest/client.rb +43 -36
  4. data/lib/google/cloud/api_hub/v1/api_hub/rest/service_stub.rb +294 -212
  5. data/lib/google/cloud/api_hub/v1/api_hub_dependencies/rest/client.rb +36 -6
  6. data/lib/google/cloud/api_hub/v1/api_hub_dependencies/rest/service_stub.rb +54 -32
  7. data/lib/google/cloud/api_hub/v1/api_hub_plugin/rest/client.rb +35 -4
  8. data/lib/google/cloud/api_hub/v1/api_hub_plugin/rest/service_stub.rb +38 -20
  9. data/lib/google/cloud/api_hub/v1/host_project_registration_service/rest/client.rb +36 -4
  10. data/lib/google/cloud/api_hub/v1/host_project_registration_service/rest/service_stub.rb +38 -20
  11. data/lib/google/cloud/api_hub/v1/linting_service/rest/client.rb +35 -5
  12. data/lib/google/cloud/api_hub/v1/linting_service/rest/service_stub.rb +46 -26
  13. data/lib/google/cloud/api_hub/v1/provisioning/rest/client.rb +36 -4
  14. data/lib/google/cloud/api_hub/v1/provisioning/rest/operations.rb +50 -38
  15. data/lib/google/cloud/api_hub/v1/provisioning/rest/service_stub.rb +38 -20
  16. data/lib/google/cloud/api_hub/v1/runtime_project_attachment_service/rest/client.rb +36 -6
  17. data/lib/google/cloud/api_hub/v1/runtime_project_attachment_service/rest/service_stub.rb +54 -32
  18. data/lib/google/cloud/api_hub/v1/version.rb +1 -1
  19. data/proto_docs/google/api/client.rb +39 -0
  20. data/proto_docs/google/cloud/apihub/v1/apihub_service.rb +12 -0
  21. data/proto_docs/google/cloud/apihub/v1/common_fields.rb +10 -0
  22. data/proto_docs/google/longrunning/operations.rb +23 -14
  23. metadata +6 -9
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-api_hub-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-09-18 00:00:00.000000000 Z
10
+ date: 2025-01-29 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: gapic-common
@@ -16,7 +15,7 @@ dependencies:
16
15
  requirements:
17
16
  - - ">="
18
17
  - !ruby/object:Gem::Version
19
- version: 0.21.1
18
+ version: 0.25.0
20
19
  - - "<"
21
20
  - !ruby/object:Gem::Version
22
21
  version: 2.a
@@ -26,7 +25,7 @@ dependencies:
26
25
  requirements:
27
26
  - - ">="
28
27
  - !ruby/object:Gem::Version
29
- version: 0.21.1
28
+ version: 0.25.0
30
29
  - - "<"
31
30
  - !ruby/object:Gem::Version
32
31
  version: 2.a
@@ -164,7 +163,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
164
163
  licenses:
165
164
  - Apache-2.0
166
165
  metadata: {}
167
- post_install_message:
168
166
  rdoc_options: []
169
167
  require_paths:
170
168
  - lib
@@ -172,15 +170,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
172
170
  requirements:
173
171
  - - ">="
174
172
  - !ruby/object:Gem::Version
175
- version: '2.7'
173
+ version: '3.0'
176
174
  required_rubygems_version: !ruby/object:Gem::Requirement
177
175
  requirements:
178
176
  - - ">="
179
177
  - !ruby/object:Gem::Version
180
178
  version: '0'
181
179
  requirements: []
182
- rubygems_version: 3.5.6
183
- signing_key:
180
+ rubygems_version: 3.6.2
184
181
  specification_version: 4
185
182
  summary: API Client library for the API hub V1 API
186
183
  test_files: []