google-cloud-edge_container-v1 0.3.0 → 0.4.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7983eee36d27f5669d033d8f443cd64c6fb95c0e24f78632dd6f3a62e1287af4
4
- data.tar.gz: 33d44530ade3aa197c9733866fed8994ea7f36dcacd2e49d537cd83fbd095dda
3
+ metadata.gz: 30a96e687134ef64ae7bdae20aa0c8fdce39a311f6096ab1749f8e81198f455d
4
+ data.tar.gz: b745f5e8402a818943ee383518a4bbb30d51ac6f1c5cf1dd44b846468e906145
5
5
  SHA512:
6
- metadata.gz: f258ddc48afdc6404fcf0ec70e2310ed3940096e5e4940c9b3d02148d58a51bd5009ce07a7eeb26e60ad60f1f38af259b88ab436416534e4a68a6e30ed66f173
7
- data.tar.gz: d47fdabae5701987a8c7cd1e007d40f051a88b3daede94a4b5ee3d1bc94e3b70c7d6bb8f86be34a33839884684c05336a098728f7c15bb8f29acfc6178b2004c
6
+ metadata.gz: 96ca65a7942ffd9dc55d68d4f6c250613bcde2d5d91ef069e199d14ea9cdbf9bf96bb0b16511c65d6c24eb67a2b900cd96631b919712225ce6c90b6bd701e1fb
7
+ data.tar.gz: '0969121a78b94053b7400dbf0d6b597ce46611dc46cdf66fe6bda0841a0bcfb1af6d2253111313df84ba4436e25af928d578e5efb6e564e04d1a17177b883e76'
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
@@ -2235,6 +2235,13 @@ module Google
2235
2235
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
2236
2236
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
2237
2237
  # * (`nil`) indicating no credentials
2238
+ #
2239
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
2240
+ # external source for authentication to Google Cloud, you must validate it before
2241
+ # providing it to a Google API client library. Providing an unvalidated credential
2242
+ # configuration to Google APIs can compromise the security of your systems and data.
2243
+ # For more information, refer to [Validate credential configurations from external
2244
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
2238
2245
  # @return [::Object]
2239
2246
  # @!attribute [rw] scope
2240
2247
  # 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
@@ -2079,6 +2079,13 @@ module Google
2079
2079
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
2080
2080
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
2081
2081
  # * (`nil`) indicating no credentials
2082
+ #
2083
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
2084
+ # external source for authentication to Google Cloud, you must validate it before
2085
+ # providing it to a Google API client library. Providing an unvalidated credential
2086
+ # configuration to Google APIs can compromise the security of your systems and data.
2087
+ # For more information, refer to [Validate credential configurations from external
2088
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
2082
2089
  # @return [::Object]
2083
2090
  # @!attribute [rw] scope
2084
2091
  # 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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module EdgeContainer
23
23
  module V1
24
- VERSION = "0.3.0"
24
+ VERSION = "0.4.0"
25
25
  end
26
26
  end
27
27
  end
@@ -115,6 +115,8 @@ module Google
115
115
  # @!attribute [rw] remote
116
116
  # @return [::Google::Cloud::EdgeContainer::V1::Cluster::ControlPlane::Remote]
117
117
  # Remote control plane configuration.
118
+ #
119
+ # Note: The following fields are mutually exclusive: `remote`, `local`. If a field in that set is populated, all other fields in the set will automatically be cleared.
118
120
  # @!attribute [rw] local
119
121
  # @return [::Google::Cloud::EdgeContainer::V1::Cluster::ControlPlane::Local]
120
122
  # Local control plane configuration.
@@ -124,6 +126,8 @@ module Google
124
126
  # project with any other type of clusters, including non-GDCE clusters.
125
127
  # Mixing local control plane GDCE clusters with any other type of
126
128
  # clusters in the same project can result in data loss.
129
+ #
130
+ # Note: The following fields are mutually exclusive: `local`, `remote`. If a field in that set is populated, all other fields in the set will automatically be cleared.
127
131
  class ControlPlane
128
132
  include ::Google::Protobuf::MessageExts
129
133
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -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-edge_container-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.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
@@ -113,7 +112,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
113
112
  licenses:
114
113
  - Apache-2.0
115
114
  metadata: {}
116
- post_install_message:
117
115
  rdoc_options: []
118
116
  require_paths:
119
117
  - lib
@@ -121,15 +119,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
121
119
  requirements:
122
120
  - - ">="
123
121
  - !ruby/object:Gem::Version
124
- version: '2.7'
122
+ version: '3.0'
125
123
  required_rubygems_version: !ruby/object:Gem::Requirement
126
124
  requirements:
127
125
  - - ">="
128
126
  - !ruby/object:Gem::Version
129
127
  version: '0'
130
128
  requirements: []
131
- rubygems_version: 3.5.23
132
- signing_key:
129
+ rubygems_version: 3.6.2
133
130
  specification_version: 4
134
131
  summary: API Client library for the Distributed Cloud Edge Container V1 API
135
132
  test_files: []