google-cloud-os_login-v1 1.1.0 → 1.2.1

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: f1b91e1e3fd0056dac46d8ccaeb200698651eb7348e8d514cf811f7b9940b550
4
- data.tar.gz: 213737f74b56bdd80b85d227e70adebdb50f998c52c86623af57649de8982864
3
+ metadata.gz: f3c8a11228e9555a958c982314607afa21485478c26b5bb24e43d3ccbfeefcd5
4
+ data.tar.gz: ea023b06d597c38b528751e6ec42498b658ef4772d0ba38e80571395bc701dde
5
5
  SHA512:
6
- metadata.gz: 283722da748b78be717594a9b418ad5586487011494c59ed2fa144b9e8fc65f054d38551554a6bb8dfa3ccf44d0d51720f086013e43651d9d05e95ba78da02e8
7
- data.tar.gz: e6d701f68aa9e439737d64ab768b7738a6f36de83c536f3be4342439e2db4c8f87727ba9f559ee078be7d2d11256a4d50d1f424574af89ccebeee9d12c4a0ee8
6
+ metadata.gz: a519f56d765f31e7937740c6590c4eb9c42cc1c8573b4c92d6e69b3835f766fc51466ba783ad5e1921be9da97b6e597d0123522ebd718d4f2e589d4ac4288dcf
7
+ data.tar.gz: 3435ed583f2494efcc660f96e1eee19511dcfaed0787cc79d8ac4f0b5daaaae6d36e5cb18f8ed5a40633b5cf36878fa15047d0e469f9c2ef8e1bfced1d6c4a2b
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
@@ -885,6 +885,13 @@ module Google
885
885
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
886
886
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
887
887
  # * (`nil`) indicating no credentials
888
+ #
889
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
890
+ # external source for authentication to Google Cloud, you must validate it before
891
+ # providing it to a Google API client library. Providing an unvalidated credential
892
+ # configuration to Google APIs can compromise the security of your systems and data.
893
+ # For more information, refer to [Validate credential configurations from external
894
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
888
895
  # @return [::Object]
889
896
  # @!attribute [rw] scope
890
897
  # The OAuth scopes
@@ -827,6 +827,13 @@ module Google
827
827
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
828
828
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
829
829
  # * (`nil`) indicating no credentials
830
+ #
831
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
832
+ # external source for authentication to Google Cloud, you must validate it before
833
+ # providing it to a Google API client library. Providing an unvalidated credential
834
+ # configuration to Google APIs can compromise the security of your systems and data.
835
+ # For more information, refer to [Validate credential configurations from external
836
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
830
837
  # @return [::Object]
831
838
  # @!attribute [rw] scope
832
839
  # The OAuth scopes
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module OsLogin
23
23
  module V1
24
- VERSION = "1.1.0"
24
+ VERSION = "1.2.1"
25
25
  end
26
26
  end
27
27
  end
@@ -221,6 +221,12 @@ module Google
221
221
  # Pythonic which are included in `protobuf>=5.29.x`. This feature will be
222
222
  # enabled by default 1 month after launching the feature in preview
223
223
  # packages.
224
+ # @!attribute [rw] unversioned_package_disabled
225
+ # @return [::Boolean]
226
+ # Disables generation of an unversioned Python package for this client
227
+ # library. This means that the module names will need to be versioned in
228
+ # import statements. For example `import google.cloud.library_v2` instead
229
+ # of `import google.cloud.library`.
224
230
  class ExperimentalFeatures
225
231
  include ::Google::Protobuf::MessageExts
226
232
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -409,6 +415,14 @@ module Google
409
415
  # @return [::Array<::String>]
410
416
  # An allowlist of the fully qualified names of RPCs that should be included
411
417
  # on public client surfaces.
418
+ # @!attribute [rw] generate_omitted_as_internal
419
+ # @return [::Boolean]
420
+ # Setting this to true indicates to the client generators that methods
421
+ # that would be excluded from the generation should instead be generated
422
+ # in a way that indicates these methods should not be consumed by
423
+ # end users. How this is expressed is up to individual language
424
+ # implementations to decide. Some examples may be: added annotations,
425
+ # obfuscated identifiers, or other language idiomatic patterns.
412
426
  class SelectiveGapicGeneration
413
427
  include ::Google::Protobuf::MessageExts
414
428
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -65,8 +65,7 @@ module Google
65
65
  # @!attribute [rw] key
66
66
  # @return [::String]
67
67
  # Public key text in SSH format, defined by
68
- # <a href="https://www.ietf.org/rfc/rfc4253.txt" target="_blank">RFC4253</a>
69
- # section 6.6.
68
+ # [RFC4253](https://www.ietf.org/rfc/rfc4253.txt) section 6.6.
70
69
  # @!attribute [rw] expiration_time_usec
71
70
  # @return [::Integer]
72
71
  # An expiration time in microseconds since epoch.
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-os_login-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.1
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-03-18 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
@@ -87,7 +86,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
87
86
  licenses:
88
87
  - Apache-2.0
89
88
  metadata: {}
90
- post_install_message:
91
89
  rdoc_options: []
92
90
  require_paths:
93
91
  - lib
@@ -95,15 +93,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
95
93
  requirements:
96
94
  - - ">="
97
95
  - !ruby/object:Gem::Version
98
- version: '2.7'
96
+ version: '3.0'
99
97
  required_rubygems_version: !ruby/object:Gem::Requirement
100
98
  requirements:
101
99
  - - ">="
102
100
  - !ruby/object:Gem::Version
103
101
  version: '0'
104
102
  requirements: []
105
- rubygems_version: 3.5.23
106
- signing_key:
103
+ rubygems_version: 3.6.5
107
104
  specification_version: 4
108
105
  summary: You can use OS Login to manage access to your VM instances using IAM roles.
109
106
  test_files: []