google-cloud-network_management-v1 0.1.3 → 0.2.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.
- checksums.yaml +4 -4
- data/README.md +6 -1
- data/lib/google/cloud/network_management/v1/version.rb +1 -1
- data/lib/google/cloud/network_management/v1.rb +2 -0
- data/lib/google/cloud/networkmanagement/v1/connectivity_test_pb.rb +2 -2
- data/lib/google/cloud/networkmanagement/v1/reachability_pb.rb +2 -2
- data/lib/google/cloud/networkmanagement/v1/trace_pb.rb +1 -1
- data/proto_docs/google/cloud/networkmanagement/v1/trace.rb +5 -0
- data/proto_docs/google/protobuf/any.rb +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ab440b2ab1a8e955642562e65078c8c164411e52b36e85e69628bd4c7beb210e
|
4
|
+
data.tar.gz: ca6722621b947a93748a8b782672df9334b9ca12c68bbda26d902a2b6d0b452b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b9cbed328737d2d9ba30606c22da0b2451e9c1a9d67e580af946c186e9f9273d6e0777ede5410a992ee78718c39b1c662e43847356af933c73d1f106472205f2
|
7
|
+
data.tar.gz: bb0978d70030f8b2a7856b47fa5da8c6f226af75347f2b5e7f9c6ad86692e17425f8cd0f3425d7f333ef9d6816870aef51e29ce58ac3957ea057a2a638d8eb45
|
data/README.md
CHANGED
@@ -37,7 +37,7 @@ request = ::Google::Cloud::NetworkManagement::V1::ListConnectivityTestsRequest.n
|
|
37
37
|
response = client.list_connectivity_tests request
|
38
38
|
```
|
39
39
|
|
40
|
-
View the [Client Library Documentation](https://
|
40
|
+
View the [Client Library Documentation](https://cloud.google.com/ruby/docs/reference/google-cloud-network_management-v1/latest)
|
41
41
|
for class and method documentation.
|
42
42
|
|
43
43
|
See also the [Product Documentation](https://cloud.google.com/network-intelligence-center/docs/connectivity-tests/reference/networkmanagement/rest)
|
@@ -69,6 +69,11 @@ module GRPC
|
|
69
69
|
end
|
70
70
|
```
|
71
71
|
|
72
|
+
|
73
|
+
## Google Cloud Samples
|
74
|
+
|
75
|
+
To browse ready to use code samples check [Google Cloud Samples](https://cloud.google.com/docs/samples).
|
76
|
+
|
72
77
|
## Supported Ruby Versions
|
73
78
|
|
74
79
|
This library is supported on Ruby 2.5+.
|
@@ -25,6 +25,8 @@ module Google
|
|
25
25
|
##
|
26
26
|
# To load this package, including all its services, and instantiate a client:
|
27
27
|
#
|
28
|
+
# @example
|
29
|
+
#
|
28
30
|
# require "google/cloud/network_management/v1"
|
29
31
|
# client = ::Google::Cloud::NetworkManagement::V1::ReachabilityService::Client.new
|
30
32
|
#
|
@@ -1,13 +1,13 @@
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
2
|
# source: google/cloud/networkmanagement/v1/connectivity_test.proto
|
3
3
|
|
4
|
+
require 'google/protobuf'
|
5
|
+
|
4
6
|
require 'google/api/field_behavior_pb'
|
5
7
|
require 'google/api/resource_pb'
|
6
8
|
require 'google/cloud/networkmanagement/v1/trace_pb'
|
7
9
|
require 'google/protobuf/timestamp_pb'
|
8
10
|
require 'google/rpc/status_pb'
|
9
|
-
require 'google/api/annotations_pb'
|
10
|
-
require 'google/protobuf'
|
11
11
|
|
12
12
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
13
13
|
add_file("google/cloud/networkmanagement/v1/connectivity_test.proto", :syntax => :proto3) do
|
@@ -1,15 +1,15 @@
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
2
|
# source: google/cloud/networkmanagement/v1/reachability.proto
|
3
3
|
|
4
|
+
require 'google/protobuf'
|
5
|
+
|
4
6
|
require 'google/api/annotations_pb'
|
5
7
|
require 'google/api/client_pb'
|
6
8
|
require 'google/api/field_behavior_pb'
|
7
|
-
require 'google/api/resource_pb'
|
8
9
|
require 'google/cloud/networkmanagement/v1/connectivity_test_pb'
|
9
10
|
require 'google/longrunning/operations_pb'
|
10
11
|
require 'google/protobuf/field_mask_pb'
|
11
12
|
require 'google/protobuf/timestamp_pb'
|
12
|
-
require 'google/protobuf'
|
13
13
|
|
14
14
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
15
15
|
add_file("google/cloud/networkmanagement/v1/reachability.proto", :syntax => :proto3) do
|
@@ -1,7 +1,6 @@
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
2
|
# source: google/cloud/networkmanagement/v1/trace.proto
|
3
3
|
|
4
|
-
require 'google/api/annotations_pb'
|
5
4
|
require 'google/protobuf'
|
6
5
|
|
7
6
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
@@ -227,6 +226,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
227
226
|
add_message "google.cloud.networkmanagement.v1.AbortInfo" do
|
228
227
|
optional :cause, :enum, 1, "google.cloud.networkmanagement.v1.AbortInfo.Cause"
|
229
228
|
optional :resource_uri, :string, 2
|
229
|
+
repeated :projects_missing_permission, :string, 3
|
230
230
|
end
|
231
231
|
add_enum "google.cloud.networkmanagement.v1.AbortInfo.Cause" do
|
232
232
|
value :CAUSE_UNSPECIFIED, 0
|
@@ -710,6 +710,11 @@ module Google
|
|
710
710
|
# @!attribute [rw] resource_uri
|
711
711
|
# @return [::String]
|
712
712
|
# URI of the resource that caused the abort.
|
713
|
+
# @!attribute [rw] projects_missing_permission
|
714
|
+
# @return [::Array<::String>]
|
715
|
+
# List of project IDs that the user has specified in the request but does
|
716
|
+
# not have permission to access network configs. Analysis is aborted in this
|
717
|
+
# case with the PERMISSION_DENIED cause.
|
713
718
|
class AbortInfo
|
714
719
|
include ::Google::Protobuf::MessageExts
|
715
720
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -44,7 +44,7 @@ module Google
|
|
44
44
|
# foo = any.unpack(Foo.class);
|
45
45
|
# }
|
46
46
|
#
|
47
|
-
#
|
47
|
+
# Example 3: Pack and unpack a message in Python.
|
48
48
|
#
|
49
49
|
# foo = Foo(...)
|
50
50
|
# any = Any()
|
@@ -54,7 +54,7 @@ module Google
|
|
54
54
|
# any.Unpack(foo)
|
55
55
|
# ...
|
56
56
|
#
|
57
|
-
#
|
57
|
+
# Example 4: Pack and unpack a message in Go
|
58
58
|
#
|
59
59
|
# foo := &pb.Foo{...}
|
60
60
|
# any, err := anypb.New(foo)
|
@@ -75,7 +75,7 @@ module Google
|
|
75
75
|
#
|
76
76
|
#
|
77
77
|
# JSON
|
78
|
-
#
|
78
|
+
#
|
79
79
|
# The JSON representation of an `Any` value uses the regular
|
80
80
|
# representation of the deserialized, embedded message, with an
|
81
81
|
# additional field `@type` which contains the type URL. Example:
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-network_management-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.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: 2022-
|
11
|
+
date: 2022-06-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -214,7 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
214
214
|
- !ruby/object:Gem::Version
|
215
215
|
version: '0'
|
216
216
|
requirements: []
|
217
|
-
rubygems_version: 3.3.
|
217
|
+
rubygems_version: 3.3.14
|
218
218
|
signing_key:
|
219
219
|
specification_version: 4
|
220
220
|
summary: API Client library for the Network Management V1 API
|