google-cloud-network_management-v1 1.4.0 → 1.6.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 +1 -1
- data/lib/google/cloud/network_management/v1/reachability_service/client.rb +7 -0
- data/lib/google/cloud/network_management/v1/reachability_service/operations.rb +7 -0
- data/lib/google/cloud/network_management/v1/reachability_service/rest/client.rb +7 -0
- data/lib/google/cloud/network_management/v1/reachability_service/rest/operations.rb +7 -0
- data/lib/google/cloud/network_management/v1/rest.rb +1 -0
- data/lib/google/cloud/network_management/v1/version.rb +1 -1
- data/lib/google/cloud/network_management/v1/vpc_flow_logs_service/client.rb +956 -0
- data/lib/google/cloud/network_management/v1/vpc_flow_logs_service/credentials.rb +47 -0
- data/lib/google/cloud/network_management/v1/vpc_flow_logs_service/operations.rb +813 -0
- data/lib/google/cloud/network_management/v1/vpc_flow_logs_service/paths.rb +69 -0
- data/lib/google/cloud/network_management/v1/vpc_flow_logs_service/rest/client.rb +902 -0
- data/lib/google/cloud/network_management/v1/vpc_flow_logs_service/rest/operations.rb +914 -0
- data/lib/google/cloud/network_management/v1/vpc_flow_logs_service/rest/service_stub.rb +388 -0
- data/lib/google/cloud/network_management/v1/vpc_flow_logs_service/rest.rb +56 -0
- data/lib/google/cloud/network_management/v1/vpc_flow_logs_service.rb +58 -0
- data/lib/google/cloud/network_management/v1.rb +1 -0
- data/lib/google/cloud/networkmanagement/v1/vpc_flow_logs_config_pb.rb +51 -0
- data/lib/google/cloud/networkmanagement/v1/vpc_flow_logs_pb.rb +59 -0
- data/lib/google/cloud/networkmanagement/v1/vpc_flow_logs_services_pb.rb +83 -0
- data/proto_docs/google/cloud/networkmanagement/v1/trace.rb +54 -0
- data/proto_docs/google/cloud/networkmanagement/v1/vpc_flow_logs.rb +115 -0
- data/proto_docs/google/cloud/networkmanagement/v1/vpc_flow_logs_config.rb +167 -0
- data/proto_docs/google/longrunning/operations.rb +4 -0
- metadata +20 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8e14ad25fb4e71a167024241ec01afb62d5308c4576f64f8df3a420b8cf0e9e9
|
4
|
+
data.tar.gz: dfa08170052e073e4aa303e71a60b2b2491d88adae9063cb3559f61f48727853
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ea9d4c08bae2712adbd1195251db89fd249844c416e6dcc5e681e2bdbe3e2ae34b30e0987784295556c0928cd7667c3bdffceee97d94886dc8ff94affa8274c2
|
7
|
+
data.tar.gz: ada977d2053054a1689a1d0fb5207f2b7ebc755ead9672141944cc36b2e081408fd8832b66326a0c099fcfc18c8625aea6106c857ab6fadc1b58a7c668459403
|
data/README.md
CHANGED
@@ -85,7 +85,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
85
85
|
|
86
86
|
## Supported Ruby Versions
|
87
87
|
|
88
|
-
This library is supported on Ruby
|
88
|
+
This library is supported on Ruby 3.0+.
|
89
89
|
|
90
90
|
Google provides official support for Ruby versions that are actively supported
|
91
91
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
@@ -914,6 +914,13 @@ module Google
|
|
914
914
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
915
915
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
916
916
|
# * (`nil`) indicating no credentials
|
917
|
+
#
|
918
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
919
|
+
# external source for authentication to Google Cloud, you must validate it before
|
920
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
921
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
922
|
+
# For more information, refer to [Validate credential configurations from external
|
923
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
917
924
|
# @return [::Object]
|
918
925
|
# @!attribute [rw] scope
|
919
926
|
# 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
|
@@ -863,6 +863,13 @@ module Google
|
|
863
863
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
864
864
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
865
865
|
# * (`nil`) indicating no credentials
|
866
|
+
#
|
867
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
868
|
+
# external source for authentication to Google Cloud, you must validate it before
|
869
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
870
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
871
|
+
# For more information, refer to [Validate credential configurations from external
|
872
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
866
873
|
# @return [::Object]
|
867
874
|
# @!attribute [rw] scope
|
868
875
|
# The OAuth scopes
|
@@ -502,6 +502,13 @@ module Google
|
|
502
502
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
503
503
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
504
504
|
# * (`nil`) indicating no credentials
|
505
|
+
#
|
506
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
507
|
+
# external source for authentication to Google Cloud, you must validate it before
|
508
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
509
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
510
|
+
# For more information, refer to [Validate credential configurations from external
|
511
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
505
512
|
# @return [::Object]
|
506
513
|
# @!attribute [rw] scope
|
507
514
|
# The OAuth scopes
|
@@ -17,6 +17,7 @@
|
|
17
17
|
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
18
|
|
19
19
|
require "google/cloud/network_management/v1/reachability_service/rest"
|
20
|
+
require "google/cloud/network_management/v1/vpc_flow_logs_service/rest"
|
20
21
|
require "google/cloud/network_management/v1/bindings_override"
|
21
22
|
require "google/cloud/network_management/v1/version"
|
22
23
|
|