google-cloud-network_services-v1 0.2.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f23a9adb12e03e1f08ee2df0f14d139dac8844d4742a60fad1139076eccae88a
4
- data.tar.gz: fc7d4517e7ebdb9ebac0e7982c6cd3fb36c78f0c3b4b8eabbefebae1c6ef2c98
3
+ metadata.gz: 8db373e9861cc8f10bedd75c10cabd309e3a8063aecfe0b11ddae796cef12272
4
+ data.tar.gz: f043464f218b6bc0a64e648c19b3b12b5e5f2f421fa52c13d18d0e14b8cc1e30
5
5
  SHA512:
6
- metadata.gz: 1285326eafe622f430a56218e9ff071a6bcc7d5348fae50c288947dbd273d3d6c1cec940a1666288e2724b0b06499f650909c5aedf8e08b70dd62760f917704c
7
- data.tar.gz: 536b6bfb498d836aa1a6bb4bddd5b3adb148d8d07895faebebcd20d46e1b0f41345cad7fb3880f62340ca01d04353f77c3373f6b8daa17f120e44dcd24d7b518
6
+ metadata.gz: da67d2949b799043244264792b5085f5e9961bf80ef55934b462dcd4f237198f9a35a494445853f95b634e6f160e83dd293b126c89d8a9c0be426ee386f9cd79
7
+ data.tar.gz: 6a5a1b8cf75f469d0ffb47bc6c1d7dba3897a52042c4802ac723d6108d84d16f0aee9563e5a92e23c78b9cf137b211a777d9e635985ae98048818b378e191e68
@@ -29,6 +29,8 @@ module Google
29
29
  ##
30
30
  # Client for the NetworkServices service.
31
31
  #
32
+ # Service describing handlers for resources.
33
+ #
32
34
  class Client
33
35
  # @private
34
36
  API_VERSION = ""
@@ -31,6 +31,8 @@ module Google
31
31
  ##
32
32
  # REST client for the NetworkServices service.
33
33
  #
34
+ # Service describing handlers for resources.
35
+ #
34
36
  class Client
35
37
  # @private
36
38
  API_VERSION = ""
@@ -33,6 +33,8 @@ module Google
33
33
  module NetworkServices
34
34
  module V1
35
35
  ##
36
+ # Service describing handlers for resources.
37
+ #
36
38
  # To load this service and instantiate a REST client:
37
39
  #
38
40
  # require "google/cloud/network_services/v1/network_services/rest"
@@ -33,6 +33,8 @@ module Google
33
33
  module NetworkServices
34
34
  module V1
35
35
  ##
36
+ # Service describing handlers for resources.
37
+ #
36
38
  # @example Load this service and instantiate a gRPC client
37
39
  #
38
40
  # require "google/cloud/network_services/v1/network_services"
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module NetworkServices
23
23
  module V1
24
- VERSION = "0.2.0"
24
+ VERSION = "1.0.0"
25
25
  end
26
26
  end
27
27
  end
@@ -24,6 +24,7 @@ module Google
24
24
  module NetworkServices
25
25
  module V1
26
26
  module NetworkServices
27
+ # Service describing handlers for resources.
27
28
  class Service
28
29
 
29
30
  include ::GRPC::GenericService
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-network_services-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 1.0.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-06-04 00:00:00.000000000 Z
11
+ date: 2024-07-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common