google-cloud-network_connectivity-v1alpha1 0.10.0 → 0.11.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5af647b78e2d53b04af7f987f06d4686afdb6cae9dc0c2ded7635f62366b9506
4
- data.tar.gz: 527ef32ced046af7f1c42362cf3565b01fb50058a7b0da273fc7c76b42a738b1
3
+ metadata.gz: 6bf8a220e27ba1054d8ad3d87b790c20ff910e01223e756ab30e67bb220d907e
4
+ data.tar.gz: 80aaf47573c500c5f763e567402b30f977c891102a67247150d15e3dde6875b4
5
5
  SHA512:
6
- metadata.gz: ff6a474fa29cb8744cb05bdcd989417ce1d8c28e8ebb6b318bf8480bad28989e0bd543d96f67da2bb12d2729f305c5e1dc3151abf02b170170c59f0d93c88ef3
7
- data.tar.gz: cd20f98cde9e7b0d95699c45a1db757ee6399f83e182bf1da32560295161d20af168db478d70aa6d4bb060440ca76dce6da7de439f2bdf9d4b094b88a88a3ba7
6
+ metadata.gz: 32644381c9fa8766750ae3624603ed10114b832f7b84ed0e49ee34a7180c698385b928f29e64df5706d76648ea36a4ee96e94a5c9bacb381c29f455b1d166ef3
7
+ data.tar.gz: 97decf8a231dd3f3bd262b1a7dfd54c0b0dbd592ce9be4a710ff62586f6458dc227cac3628ea8be42d6b4e05ef1bb7a06a0c91709bfbc2a4041106e847805eaa
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 2.7+.
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
@@ -1297,6 +1297,13 @@ module Google
1297
1297
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
1298
1298
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
1299
1299
  # * (`nil`) indicating no credentials
1300
+ #
1301
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
1302
+ # external source for authentication to Google Cloud, you must validate it before
1303
+ # providing it to a Google API client library. Providing an unvalidated credential
1304
+ # configuration to Google APIs can compromise the security of your systems and data.
1305
+ # For more information, refer to [Validate credential configurations from external
1306
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
1300
1307
  # @return [::Object]
1301
1308
  # @!attribute [rw] scope
1302
1309
  # 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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module NetworkConnectivity
23
23
  module V1alpha1
24
- VERSION = "0.10.0"
24
+ VERSION = "0.11.0"
25
25
  end
26
26
  end
27
27
  end
@@ -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-v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-10 00:00:00.000000000 Z
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.24.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.24.0
28
+ version: 0.25.0
30
29
  - - "<"
31
30
  - !ruby/object:Gem::Version
32
31
  version: 2.a
@@ -88,7 +87,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
88
87
  licenses:
89
88
  - Apache-2.0
90
89
  metadata: {}
91
- post_install_message:
92
90
  rdoc_options: []
93
91
  require_paths:
94
92
  - lib
@@ -96,15 +94,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
96
94
  requirements:
97
95
  - - ">="
98
96
  - !ruby/object:Gem::Version
99
- version: '2.7'
97
+ version: '3.0'
100
98
  required_rubygems_version: !ruby/object:Gem::Requirement
101
99
  requirements:
102
100
  - - ">="
103
101
  - !ruby/object:Gem::Version
104
102
  version: '0'
105
103
  requirements: []
106
- rubygems_version: 3.5.23
107
- signing_key:
104
+ rubygems_version: 3.6.2
108
105
  specification_version: 4
109
106
  summary: The Network Connectivity API will be home to various services which provide
110
107
  information pertaining to network connectivity.