google-cloud-network_connectivity-v1 1.2.0 → 1.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/network_connectivity/v1/hub_service/client.rb +7 -0
- data/lib/google/cloud/network_connectivity/v1/hub_service/operations.rb +7 -0
- data/lib/google/cloud/network_connectivity/v1/policy_based_routing_service/client.rb +7 -0
- data/lib/google/cloud/network_connectivity/v1/policy_based_routing_service/operations.rb +7 -0
- data/lib/google/cloud/network_connectivity/v1/version.rb +1 -1
- data/proto_docs/google/cloud/networkconnectivity/v1/policy_based_routing.rb +8 -0
- data/proto_docs/google/longrunning/operations.rb +4 -0
- metadata +6 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fffdaaaa3241cb0074194c215138600a28d764f306e65551557e17fec06af598
|
4
|
+
data.tar.gz: 8bcd6b1a46cca2366a8c1d70dc0198c159cacc1c124b4b8c3d5ceba0741dded0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ce03d68e65a9000d8890712a4ad68ae83993a9ccafbb25af1a478686d99efa789d1c48274cd42a14c724a1cc002bb667559515d0507f20f8fd7001fb7fe7ecf8
|
7
|
+
data.tar.gz: 9142c03a816d8314f12578e3ebc94b6795c5441b9a313ff68b67d48cea87a6d40981c55e0e198d6139bf6fae3336eafac1cebedc93c5ce3d4ee56d94d269cb1c
|
data/README.md
CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
86
86
|
|
87
87
|
## Supported Ruby Versions
|
88
88
|
|
89
|
-
This library is supported on Ruby
|
89
|
+
This library is supported on Ruby 3.0+.
|
90
90
|
|
91
91
|
Google provides official support for Ruby versions that are actively supported
|
92
92
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
@@ -2471,6 +2471,13 @@ module Google
|
|
2471
2471
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
2472
2472
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
2473
2473
|
# * (`nil`) indicating no credentials
|
2474
|
+
#
|
2475
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
2476
|
+
# external source for authentication to Google Cloud, you must validate it before
|
2477
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
2478
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
2479
|
+
# For more information, refer to [Validate credential configurations from external
|
2480
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
2474
2481
|
# @return [::Object]
|
2475
2482
|
# @!attribute [rw] scope
|
2476
2483
|
# The OAuth scopes
|
@@ -640,6 +640,13 @@ module Google
|
|
640
640
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
641
641
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
642
642
|
# * (`nil`) indicating no credentials
|
643
|
+
#
|
644
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
645
|
+
# external source for authentication to Google Cloud, you must validate it before
|
646
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
647
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
648
|
+
# For more information, refer to [Validate credential configurations from external
|
649
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
643
650
|
# @return [::Object]
|
644
651
|
# @!attribute [rw] scope
|
645
652
|
# The OAuth scopes
|
@@ -687,6 +687,13 @@ module Google
|
|
687
687
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
688
688
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
689
689
|
# * (`nil`) indicating no credentials
|
690
|
+
#
|
691
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
692
|
+
# external source for authentication to Google Cloud, you must validate it before
|
693
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
694
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
695
|
+
# For more information, refer to [Validate credential configurations from external
|
696
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
690
697
|
# @return [::Object]
|
691
698
|
# @!attribute [rw] scope
|
692
699
|
# The OAuth scopes
|
@@ -640,6 +640,13 @@ module Google
|
|
640
640
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
641
641
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
642
642
|
# * (`nil`) indicating no credentials
|
643
|
+
#
|
644
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
645
|
+
# external source for authentication to Google Cloud, you must validate it before
|
646
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
647
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
648
|
+
# For more information, refer to [Validate credential configurations from external
|
649
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
643
650
|
# @return [::Object]
|
644
651
|
# @!attribute [rw] scope
|
645
652
|
# The OAuth scopes
|
@@ -29,18 +29,26 @@ module Google
|
|
29
29
|
# @!attribute [rw] virtual_machine
|
30
30
|
# @return [::Google::Cloud::NetworkConnectivity::V1::PolicyBasedRoute::VirtualMachine]
|
31
31
|
# Optional. VM instances to which this policy based route applies to.
|
32
|
+
#
|
33
|
+
# Note: The following fields are mutually exclusive: `virtual_machine`, `interconnect_attachment`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
32
34
|
# @!attribute [rw] interconnect_attachment
|
33
35
|
# @return [::Google::Cloud::NetworkConnectivity::V1::PolicyBasedRoute::InterconnectAttachment]
|
34
36
|
# Optional. The interconnect attachments to which this route applies to.
|
37
|
+
#
|
38
|
+
# Note: The following fields are mutually exclusive: `interconnect_attachment`, `virtual_machine`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
35
39
|
# @!attribute [rw] next_hop_ilb_ip
|
36
40
|
# @return [::String]
|
37
41
|
# Optional. The IP of a global access enabled L4 ILB that should be the
|
38
42
|
# next hop to handle matching packets. For this version, only
|
39
43
|
# next_hop_ilb_ip is supported.
|
44
|
+
#
|
45
|
+
# Note: The following fields are mutually exclusive: `next_hop_ilb_ip`, `next_hop_other_routes`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
40
46
|
# @!attribute [rw] next_hop_other_routes
|
41
47
|
# @return [::Google::Cloud::NetworkConnectivity::V1::PolicyBasedRoute::OtherRoutes]
|
42
48
|
# Optional. Other routes that will be referenced to determine the next hop
|
43
49
|
# of the packet.
|
50
|
+
#
|
51
|
+
# Note: The following fields are mutually exclusive: `next_hop_other_routes`, `next_hop_ilb_ip`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
44
52
|
# @!attribute [rw] name
|
45
53
|
# @return [::String]
|
46
54
|
# Immutable. A unique name of the resource in the form of
|
@@ -40,6 +40,8 @@ module Google
|
|
40
40
|
# @!attribute [rw] error
|
41
41
|
# @return [::Google::Rpc::Status]
|
42
42
|
# The error result of the operation in case of failure or cancellation.
|
43
|
+
#
|
44
|
+
# Note: The following fields are mutually exclusive: `error`, `response`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
43
45
|
# @!attribute [rw] response
|
44
46
|
# @return [::Google::Protobuf::Any]
|
45
47
|
# The normal, successful response of the operation. If the original
|
@@ -50,6 +52,8 @@ module Google
|
|
50
52
|
# is the original method name. For example, if the original method name
|
51
53
|
# is `TakeSnapshot()`, the inferred response type is
|
52
54
|
# `TakeSnapshotResponse`.
|
55
|
+
#
|
56
|
+
# Note: The following fields are mutually exclusive: `response`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
53
57
|
class Operation
|
54
58
|
include ::Google::Protobuf::MessageExts
|
55
59
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-network_connectivity-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
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.
|
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.
|
28
|
+
version: 0.25.0
|
30
29
|
- - "<"
|
31
30
|
- !ruby/object:Gem::Version
|
32
31
|
version: 2.a
|
@@ -138,7 +137,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
138
137
|
licenses:
|
139
138
|
- Apache-2.0
|
140
139
|
metadata: {}
|
141
|
-
post_install_message:
|
142
140
|
rdoc_options: []
|
143
141
|
require_paths:
|
144
142
|
- lib
|
@@ -146,15 +144,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
146
144
|
requirements:
|
147
145
|
- - ">="
|
148
146
|
- !ruby/object:Gem::Version
|
149
|
-
version: '
|
147
|
+
version: '3.0'
|
150
148
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
151
149
|
requirements:
|
152
150
|
- - ">="
|
153
151
|
- !ruby/object:Gem::Version
|
154
152
|
version: '0'
|
155
153
|
requirements: []
|
156
|
-
rubygems_version: 3.
|
157
|
-
signing_key:
|
154
|
+
rubygems_version: 3.6.2
|
158
155
|
specification_version: 4
|
159
156
|
summary: This API enables connectivity with and between Google Cloud resources.
|
160
157
|
test_files: []
|