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.
Files changed (26) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/google/cloud/network_management/v1/reachability_service/client.rb +7 -0
  4. data/lib/google/cloud/network_management/v1/reachability_service/operations.rb +7 -0
  5. data/lib/google/cloud/network_management/v1/reachability_service/rest/client.rb +7 -0
  6. data/lib/google/cloud/network_management/v1/reachability_service/rest/operations.rb +7 -0
  7. data/lib/google/cloud/network_management/v1/rest.rb +1 -0
  8. data/lib/google/cloud/network_management/v1/version.rb +1 -1
  9. data/lib/google/cloud/network_management/v1/vpc_flow_logs_service/client.rb +956 -0
  10. data/lib/google/cloud/network_management/v1/vpc_flow_logs_service/credentials.rb +47 -0
  11. data/lib/google/cloud/network_management/v1/vpc_flow_logs_service/operations.rb +813 -0
  12. data/lib/google/cloud/network_management/v1/vpc_flow_logs_service/paths.rb +69 -0
  13. data/lib/google/cloud/network_management/v1/vpc_flow_logs_service/rest/client.rb +902 -0
  14. data/lib/google/cloud/network_management/v1/vpc_flow_logs_service/rest/operations.rb +914 -0
  15. data/lib/google/cloud/network_management/v1/vpc_flow_logs_service/rest/service_stub.rb +388 -0
  16. data/lib/google/cloud/network_management/v1/vpc_flow_logs_service/rest.rb +56 -0
  17. data/lib/google/cloud/network_management/v1/vpc_flow_logs_service.rb +58 -0
  18. data/lib/google/cloud/network_management/v1.rb +1 -0
  19. data/lib/google/cloud/networkmanagement/v1/vpc_flow_logs_config_pb.rb +51 -0
  20. data/lib/google/cloud/networkmanagement/v1/vpc_flow_logs_pb.rb +59 -0
  21. data/lib/google/cloud/networkmanagement/v1/vpc_flow_logs_services_pb.rb +83 -0
  22. data/proto_docs/google/cloud/networkmanagement/v1/trace.rb +54 -0
  23. data/proto_docs/google/cloud/networkmanagement/v1/vpc_flow_logs.rb +115 -0
  24. data/proto_docs/google/cloud/networkmanagement/v1/vpc_flow_logs_config.rb +167 -0
  25. data/proto_docs/google/longrunning/operations.rb +4 -0
  26. metadata +20 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 62b66ca130d7c7cf5d5c1af01f2cfb323b748a604877e10bd249a0b1efaf7b10
4
- data.tar.gz: e259eca83d026c42359eb73a94415d2d0499e53e74c9114a1afd53d04812e8d6
3
+ metadata.gz: 8e14ad25fb4e71a167024241ec01afb62d5308c4576f64f8df3a420b8cf0e9e9
4
+ data.tar.gz: dfa08170052e073e4aa303e71a60b2b2491d88adae9063cb3559f61f48727853
5
5
  SHA512:
6
- metadata.gz: aa53f7f99569af3a31af3c2f9b92628e6540eda3f243aedf2de60e5526792b85bfd4585a04d295af20309ce23569abf66671e279c8a3833e89768324ade56a61
7
- data.tar.gz: c88a87d922d5244d9215f47f824f1141ffae58c9332d13476a71de23944262e5e4e1751d9d2e5402010f4f034e7f3fd28d0e4863756a432ae5feb46a1b901dfa
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 2.7+.
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
 
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module NetworkManagement
23
23
  module V1
24
- VERSION = "1.4.0"
24
+ VERSION = "1.6.0"
25
25
  end
26
26
  end
27
27
  end