google-cloud-gdc_hardware_management-v1alpha 0.5.0 → 0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f3e0db5b4d1bcbd5c8abb0faa5e2bb23afc0bc4917ea0eb1e48ec495338a0ec6
4
- data.tar.gz: 6e850a6415222d76905ca548c8461da13a0fbdb5c52f5a870f7e0e02f306e11b
3
+ metadata.gz: 3f975f4e260f44d7ab12b38975240d376f4b49bf712ac46a744d5db24e3d6577
4
+ data.tar.gz: '09f4b7fa6e05fc19c9674f6bb19666c8bd7170866c76a50af4a374ff069c9664'
5
5
  SHA512:
6
- metadata.gz: 30cbfdc05b55d202050343c4b0ea60c03fb8fb78bfbe78e9e1f67fecc5a55c8aae3de707d7a9e22a253121e6c9d825c27993bfd5f040335ac56dab037325c874
7
- data.tar.gz: 551e88510374992d67af83c4dc6301d1a5be71023d5968211f4311f67b3ed2484e5900cf5a68faa2966dc549a61ec1e013b8f7b0da46275bc2abcbb1151e3cf7
6
+ metadata.gz: c959f301a27f993ad19589c2dbfe97fc11629e6e25cb36bba76f7ca418a0848eb27261c0b170929881a8b132228ec309313aa0b6c5c9441fd6a4e57ebbe84fe5
7
+ data.tar.gz: 0df1b15ddbbccc2c172407e9e375dfb1d89627c359c28ec28ec855f7bfd2612aa2c0459fc33ce9b101abd5984e533b37d54553a5f8f82908c63db35af4667855
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
@@ -3877,6 +3877,13 @@ module Google
3877
3877
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
3878
3878
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
3879
3879
  # * (`nil`) indicating no credentials
3880
+ #
3881
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
3882
+ # external source for authentication to Google Cloud, you must validate it before
3883
+ # providing it to a Google API client library. Providing an unvalidated credential
3884
+ # configuration to Google APIs can compromise the security of your systems and data.
3885
+ # For more information, refer to [Validate credential configurations from external
3886
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
3880
3887
  # @return [::Object]
3881
3888
  # @!attribute [rw] scope
3882
3889
  # 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
@@ -3608,6 +3608,13 @@ module Google
3608
3608
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
3609
3609
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
3610
3610
  # * (`nil`) indicating no credentials
3611
+ #
3612
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
3613
+ # external source for authentication to Google Cloud, you must validate it before
3614
+ # providing it to a Google API client library. Providing an unvalidated credential
3615
+ # configuration to Google APIs can compromise the security of your systems and data.
3616
+ # For more information, refer to [Validate credential configurations from external
3617
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
3611
3618
  # @return [::Object]
3612
3619
  # @!attribute [rw] scope
3613
3620
  # 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 GDCHardwareManagement
23
23
  module V1alpha
24
- VERSION = "0.5.0"
24
+ VERSION = "0.6.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
@@ -75,9 +75,13 @@ module Google
75
75
  # UTC offset. Must be whole seconds, between -18 hours and +18 hours.
76
76
  # For example, a UTC offset of -4:00 would be represented as
77
77
  # { seconds: -14400 }.
78
+ #
79
+ # Note: The following fields are mutually exclusive: `utc_offset`, `time_zone`. If a field in that set is populated, all other fields in the set will automatically be cleared.
78
80
  # @!attribute [rw] time_zone
79
81
  # @return [::Google::Type::TimeZone]
80
82
  # Time zone.
83
+ #
84
+ # Note: The following fields are mutually exclusive: `time_zone`, `utc_offset`. If a field in that set is populated, all other fields in the set will automatically be cleared.
81
85
  class DateTime
82
86
  include ::Google::Protobuf::MessageExts
83
87
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-gdc_hardware_management-v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.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
@@ -119,7 +118,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
119
118
  licenses:
120
119
  - Apache-2.0
121
120
  metadata: {}
122
- post_install_message:
123
121
  rdoc_options: []
124
122
  require_paths:
125
123
  - lib
@@ -127,15 +125,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
127
125
  requirements:
128
126
  - - ">="
129
127
  - !ruby/object:Gem::Version
130
- version: '2.7'
128
+ version: '3.0'
131
129
  required_rubygems_version: !ruby/object:Gem::Requirement
132
130
  requirements:
133
131
  - - ">="
134
132
  - !ruby/object:Gem::Version
135
133
  version: '0'
136
134
  requirements: []
137
- rubygems_version: 3.5.23
138
- signing_key:
135
+ rubygems_version: 3.6.2
139
136
  specification_version: 4
140
137
  summary: API Client library for the GDC Hardware Management V1ALPHA API
141
138
  test_files: []