google-cloud-service_management-v1 0.4.1 → 0.5.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.
@@ -0,0 +1,53 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2023 Google LLC
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # https://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
+
19
+ require "gapic/rest"
20
+ require "gapic/config"
21
+ require "gapic/config/method"
22
+
23
+ require "google/cloud/service_management/v1/version"
24
+
25
+ require "google/cloud/service_management/v1/service_manager/credentials"
26
+ require "google/cloud/service_management/v1/service_manager/rest/operations"
27
+ require "google/cloud/service_management/v1/service_manager/rest/client"
28
+
29
+ module Google
30
+ module Cloud
31
+ module ServiceManagement
32
+ module V1
33
+ ##
34
+ # [Google Service Management
35
+ # API](https://cloud.google.com/service-infrastructure/docs/overview)
36
+ #
37
+ # To load this service and instantiate a REST client:
38
+ #
39
+ # require "google/cloud/service_management/v1/service_manager/rest"
40
+ # client = ::Google::Cloud::ServiceManagement::V1::ServiceManager::Rest::Client.new
41
+ #
42
+ module ServiceManager
43
+ # Client for the REST transport
44
+ module Rest
45
+ end
46
+ end
47
+ end
48
+ end
49
+ end
50
+ end
51
+
52
+ helper_path = ::File.join __dir__, "rest", "helpers.rb"
53
+ require "google/cloud/service_management/v1/service_manager/rest/helpers" if ::File.file? helper_path
@@ -25,6 +25,7 @@ require "google/cloud/service_management/v1/version"
25
25
  require "google/cloud/service_management/v1/service_manager/credentials"
26
26
  require "google/cloud/service_management/v1/service_manager/operations"
27
27
  require "google/cloud/service_management/v1/service_manager/client"
28
+ require "google/cloud/service_management/v1/service_manager/rest"
28
29
 
29
30
  module Google
30
31
  module Cloud
@@ -39,6 +40,11 @@ module Google
39
40
  # require "google/cloud/service_management/v1/service_manager"
40
41
  # client = ::Google::Cloud::ServiceManagement::V1::ServiceManager::Client.new
41
42
  #
43
+ # @example Load this service and instantiate a REST client
44
+ #
45
+ # require "google/cloud/service_management/v1/service_manager/rest"
46
+ # client = ::Google::Cloud::ServiceManagement::V1::ServiceManager::Rest::Client.new
47
+ #
42
48
  module ServiceManager
43
49
  end
44
50
  end
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ServiceManagement
23
23
  module V1
24
- VERSION = "0.4.1"
24
+ VERSION = "0.5.0"
25
25
  end
26
26
  end
27
27
  end
@@ -30,6 +30,11 @@ module Google
30
30
  # require "google/cloud/service_management/v1"
31
31
  # client = ::Google::Cloud::ServiceManagement::V1::ServiceManager::Client.new
32
32
  #
33
+ # @example Load this package, including all its services, and instantiate a REST client
34
+ #
35
+ # require "google/cloud/service_management/v1"
36
+ # client = ::Google::Cloud::ServiceManagement::V1::ServiceManager::Rest::Client.new
37
+ #
33
38
  module V1
34
39
  end
35
40
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-service_management-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.5.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: 2023-02-17 00:00:00.000000000 Z
11
+ date: 2023-03-08 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.17.1
19
+ version: 0.18.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.17.1
29
+ version: 0.18.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -175,10 +175,15 @@ files:
175
175
  - lib/google/api/servicemanagement/v1/servicemanager_pb.rb
176
176
  - lib/google/api/servicemanagement/v1/servicemanager_services_pb.rb
177
177
  - lib/google/cloud/service_management/v1.rb
178
+ - lib/google/cloud/service_management/v1/rest.rb
178
179
  - lib/google/cloud/service_management/v1/service_manager.rb
179
180
  - lib/google/cloud/service_management/v1/service_manager/client.rb
180
181
  - lib/google/cloud/service_management/v1/service_manager/credentials.rb
181
182
  - lib/google/cloud/service_management/v1/service_manager/operations.rb
183
+ - lib/google/cloud/service_management/v1/service_manager/rest.rb
184
+ - lib/google/cloud/service_management/v1/service_manager/rest/client.rb
185
+ - lib/google/cloud/service_management/v1/service_manager/rest/operations.rb
186
+ - lib/google/cloud/service_management/v1/service_manager/rest/service_stub.rb
182
187
  - lib/google/cloud/service_management/v1/version.rb
183
188
  - proto_docs/README.md
184
189
  - proto_docs/google/api/auth.rb
@@ -239,5 +244,6 @@ requirements: []
239
244
  rubygems_version: 3.4.2
240
245
  signing_key:
241
246
  specification_version: 4
242
- summary: API Client library for the Service Management V1 API
247
+ summary: Google Service Management allows service producers to publish their services
248
+ on Google Cloud Platform so that they can be discovered and used by service consumers.
243
249
  test_files: []