google-cloud-service_directory-v1 0.3.3 → 0.3.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ae412af06ca1ee10a249c7e3c88d0ec3e7465959db1fb56c7e93fb145480e082
4
- data.tar.gz: 63a1636e74207f79623eaae8f687d88ecf13c3bbffb1be1d59b7469032ff8cff
3
+ metadata.gz: 15550e986d3255ecde5eed88d342a569160763ef89c25dba5998c544740a3cec
4
+ data.tar.gz: d2cfb3e8ce57084f6d49a7ca133c39a9a9891e585f370a3b1ad4b5f00bbe992c
5
5
  SHA512:
6
- metadata.gz: e96630b33a713e047cc0e2ca4398d8da46479a10975bc2f2d56881f94928339dab9f6389e353e8e93259b230fdd019d871d12215d4e343bf017180c61da18078
7
- data.tar.gz: c4e08604e3f9c2412519f45a04ac577304e40f2a685e5998abf985c7fdd78719fccdb6582131f05232b22f79c35d6d72aea21b718ca8a2978acf503f1d4bcd0f
6
+ metadata.gz: a447b96dde045f8c31d2d9606e8c3ec1551cbc9f8592a6092aefe882a4d9b319bdaa5052cae0e60c8894252f5527afaf336b3fba9b0b1fbe7b01fde429388b4c
7
+ data.tar.gz: 7bcd76171c036dbbc12126683daf04df9851ce1e849a0822116a5c26944ef84cf91711b2661ab88f590fba0b8741ff3c008fa118ad87674614bba07fa3d00075
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ServiceDirectory
23
23
  module V1
24
- VERSION = "0.3.3"
24
+ VERSION = "0.3.4"
25
25
  end
26
26
  end
27
27
  end
@@ -1,11 +1,11 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/cloud/servicedirectory/v1/endpoint.proto
3
3
 
4
- require 'google/protobuf'
5
-
6
4
  require 'google/api/annotations_pb'
7
5
  require 'google/api/field_behavior_pb'
8
6
  require 'google/api/resource_pb'
7
+ require 'google/protobuf'
8
+
9
9
  Google::Protobuf::DescriptorPool.generated_pool.build do
10
10
  add_file("google/cloud/servicedirectory/v1/endpoint.proto", :syntax => :proto3) do
11
11
  add_message "google.cloud.servicedirectory.v1.Endpoint" do
@@ -1,13 +1,13 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/cloud/servicedirectory/v1/lookup_service.proto
3
3
 
4
- require 'google/protobuf'
5
-
6
4
  require 'google/api/annotations_pb'
7
5
  require 'google/api/client_pb'
8
6
  require 'google/api/field_behavior_pb'
9
7
  require 'google/api/resource_pb'
10
8
  require 'google/cloud/servicedirectory/v1/service_pb'
9
+ require 'google/protobuf'
10
+
11
11
  Google::Protobuf::DescriptorPool.generated_pool.build do
12
12
  add_file("google/cloud/servicedirectory/v1/lookup_service.proto", :syntax => :proto3) do
13
13
  add_message "google.cloud.servicedirectory.v1.ResolveServiceRequest" do
@@ -27,7 +27,7 @@ module Google
27
27
  # Service Directory API for looking up service data at runtime.
28
28
  class Service
29
29
 
30
- include GRPC::GenericService
30
+ include ::GRPC::GenericService
31
31
 
32
32
  self.marshal_class_method = :encode
33
33
  self.unmarshal_class_method = :decode
@@ -1,11 +1,11 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/cloud/servicedirectory/v1/namespace.proto
3
3
 
4
- require 'google/protobuf'
5
-
6
4
  require 'google/api/annotations_pb'
7
5
  require 'google/api/field_behavior_pb'
8
6
  require 'google/api/resource_pb'
7
+ require 'google/protobuf'
8
+
9
9
  Google::Protobuf::DescriptorPool.generated_pool.build do
10
10
  add_file("google/cloud/servicedirectory/v1/namespace.proto", :syntax => :proto3) do
11
11
  add_message "google.cloud.servicedirectory.v1.Namespace" do
@@ -1,8 +1,6 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/cloud/servicedirectory/v1/registration_service.proto
3
3
 
4
- require 'google/protobuf'
5
-
6
4
  require 'google/api/annotations_pb'
7
5
  require 'google/api/client_pb'
8
6
  require 'google/api/field_behavior_pb'
@@ -14,6 +12,8 @@ require 'google/iam/v1/iam_policy_pb'
14
12
  require 'google/iam/v1/policy_pb'
15
13
  require 'google/protobuf/empty_pb'
16
14
  require 'google/protobuf/field_mask_pb'
15
+ require 'google/protobuf'
16
+
17
17
  Google::Protobuf::DescriptorPool.generated_pool.build do
18
18
  add_file("google/cloud/servicedirectory/v1/registration_service.proto", :syntax => :proto3) do
19
19
  add_message "google.cloud.servicedirectory.v1.CreateNamespaceRequest" do
@@ -41,7 +41,7 @@ module Google
41
41
  # `projects/*/locations/*/namespaces/*/services/*/endpoints/*`.
42
42
  class Service
43
43
 
44
- include GRPC::GenericService
44
+ include ::GRPC::GenericService
45
45
 
46
46
  self.marshal_class_method = :encode
47
47
  self.unmarshal_class_method = :decode
@@ -1,12 +1,12 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/cloud/servicedirectory/v1/service.proto
3
3
 
4
- require 'google/protobuf'
5
-
6
4
  require 'google/api/annotations_pb'
7
5
  require 'google/api/field_behavior_pb'
8
6
  require 'google/api/resource_pb'
9
7
  require 'google/cloud/servicedirectory/v1/endpoint_pb'
8
+ require 'google/protobuf'
9
+
10
10
  Google::Protobuf::DescriptorPool.generated_pool.build do
11
11
  add_file("google/cloud/servicedirectory/v1/service.proto", :syntax => :proto3) do
12
12
  add_message "google.cloud.servicedirectory.v1.Service" do
@@ -27,7 +27,7 @@ module Google
27
27
  # @!attribute [rw] name
28
28
  # @return [::String]
29
29
  # Immutable. The resource name for the endpoint in the format
30
- # 'projects/*/locations/*/namespaces/*/services/*/endpoints/*'.
30
+ # `projects/*/locations/*/namespaces/*/services/*/endpoints/*`.
31
31
  # @!attribute [rw] address
32
32
  # @return [::String]
33
33
  # Optional. An IPv4 or IPv6 address. Service Directory will reject bad
@@ -27,7 +27,7 @@ module Google
27
27
  # @!attribute [rw] name
28
28
  # @return [::String]
29
29
  # Immutable. The resource name for the namespace in the format
30
- # 'projects/*/locations/*/namespaces/*'.
30
+ # `projects/*/locations/*/namespaces/*`.
31
31
  # @!attribute [rw] labels
32
32
  # @return [::Google::Protobuf::Map{::String => ::String}]
33
33
  # Optional. Resource labels associated with this Namespace.
@@ -28,7 +28,7 @@ module Google
28
28
  # @!attribute [rw] name
29
29
  # @return [::String]
30
30
  # Immutable. The resource name for the service in the format
31
- # 'projects/*/locations/*/namespaces/*/services/*'.
31
+ # `projects/*/locations/*/namespaces/*/services/*`.
32
32
  # @!attribute [rw] annotations
33
33
  # @return [::Google::Protobuf::Map{::String => ::String}]
34
34
  # Optional. Annotations for the service. This data can be consumed by service
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-service_directory-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-11 00:00:00.000000000 Z
11
+ date: 2021-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common