google-cloud-workstations-v1beta 0.2.0 → 0.3.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: fcb27c84156d16dea0ae2c9de0bb4212a5dc472b696a9d4ae48e2b8b7a3438c9
4
- data.tar.gz: d62f0d50eef05876da24e44a2941c64f2359b8ea5df1099e0d0b58158964a893
3
+ metadata.gz: 25b540f44095d64e87b80e20f640b09bbc4ad8060d1571d8e2775f2ce8f34e21
4
+ data.tar.gz: 2bac88c08fe2e5a95bef21ff5a4b577b8d8c99e5709901824828b609de615a40
5
5
  SHA512:
6
- metadata.gz: 9da51ff6f138106fe176e754b1de95864a12afd79c4d23d18a1ea3788af0c39b6722b871f15ae0bd54d25f3abd2eb6dc123f1b7802b4a9fe8f4d6e61e0215a76
7
- data.tar.gz: aeea738d2cb9211aa8adc32cf68acd305dca4fc60e2d88db8ff86102a25b1e4aef3918eef333504e1916d211ddc73d465d9e19b3496fbf80c74db6d7e0faa3ab
6
+ metadata.gz: b03d6bbfe6f3fd99c9af4b7ed604ad1f6f35cad53c60ed07805c9aa43c803c04476412baf6189d5964b16a01421740bfe0c9d031d5a2b0a07fefb751acd525a8
7
+ data.tar.gz: 034c123e06e5355995d3c6636d437207dc218061365ce38b0762827612a82eaeffc09607a45d86d65db59c7c53434d5282a76b8a9f518abf0c01f460f2c84644
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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Workstations
23
23
  module V1beta
24
- VERSION = "0.2.0"
24
+ VERSION = "0.3.0"
25
25
  end
26
26
  end
27
27
  end
@@ -2180,10 +2180,14 @@ module Google
2180
2180
  # be at most 24 hours in the future. If a value is not specified, the
2181
2181
  # token's expiration time will be set to a default value of 1 hour in the
2182
2182
  # future.
2183
+ #
2184
+ # Note: The following fields are mutually exclusive: `expire_time`, `ttl`. If a field in that set is populated, all other fields in the set will automatically be cleared.
2183
2185
  # @param ttl [::Google::Protobuf::Duration, ::Hash]
2184
2186
  # Desired lifetime duration of the access token. This value must
2185
2187
  # be at most 24 hours. If a value is not specified, the token's lifetime
2186
2188
  # will be set to a default value of 1 hour.
2189
+ #
2190
+ # Note: The following fields are mutually exclusive: `ttl`, `expire_time`. If a field in that set is populated, all other fields in the set will automatically be cleared.
2187
2191
  # @param workstation [::String]
2188
2192
  # Required. Name of the workstation for which the access token should be
2189
2193
  # generated.
@@ -2296,6 +2300,13 @@ module Google
2296
2300
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
2297
2301
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
2298
2302
  # * (`nil`) indicating no credentials
2303
+ #
2304
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
2305
+ # external source for authentication to Google Cloud, you must validate it before
2306
+ # providing it to a Google API client library. Providing an unvalidated credential
2307
+ # configuration to Google APIs can compromise the security of your systems and data.
2308
+ # For more information, refer to [Validate credential configurations from external
2309
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
2299
2310
  # @return [::Object]
2300
2311
  # @!attribute [rw] scope
2301
2312
  # 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
@@ -2031,10 +2031,14 @@ module Google
2031
2031
  # be at most 24 hours in the future. If a value is not specified, the
2032
2032
  # token's expiration time will be set to a default value of 1 hour in the
2033
2033
  # future.
2034
+ #
2035
+ # Note: The following fields are mutually exclusive: `expire_time`, `ttl`. If a field in that set is populated, all other fields in the set will automatically be cleared.
2034
2036
  # @param ttl [::Google::Protobuf::Duration, ::Hash]
2035
2037
  # Desired lifetime duration of the access token. This value must
2036
2038
  # be at most 24 hours. If a value is not specified, the token's lifetime
2037
2039
  # will be set to a default value of 1 hour.
2040
+ #
2041
+ # Note: The following fields are mutually exclusive: `ttl`, `expire_time`. If a field in that set is populated, all other fields in the set will automatically be cleared.
2038
2042
  # @param workstation [::String]
2039
2043
  # Required. Name of the workstation for which the access token should be
2040
2044
  # generated.
@@ -2138,6 +2142,13 @@ module Google
2138
2142
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
2139
2143
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
2140
2144
  # * (`nil`) indicating no credentials
2145
+ #
2146
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
2147
+ # external source for authentication to Google Cloud, you must validate it before
2148
+ # providing it to a Google API client library. Providing an unvalidated credential
2149
+ # configuration to Google APIs can compromise the security of your systems and data.
2150
+ # For more information, refer to [Validate credential configurations from external
2151
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
2141
2152
  # @return [::Object]
2142
2153
  # @!attribute [rw] scope
2143
2154
  # 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
@@ -1199,11 +1199,15 @@ module Google
1199
1199
  # be at most 24 hours in the future. If a value is not specified, the
1200
1200
  # token's expiration time will be set to a default value of 1 hour in the
1201
1201
  # future.
1202
+ #
1203
+ # Note: The following fields are mutually exclusive: `expire_time`, `ttl`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1202
1204
  # @!attribute [rw] ttl
1203
1205
  # @return [::Google::Protobuf::Duration]
1204
1206
  # Desired lifetime duration of the access token. This value must
1205
1207
  # be at most 24 hours. If a value is not specified, the token's lifetime
1206
1208
  # will be set to a default value of 1 hour.
1209
+ #
1210
+ # Note: The following fields are mutually exclusive: `ttl`, `expire_time`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1207
1211
  # @!attribute [rw] workstation
1208
1212
  # @return [::String]
1209
1213
  # Required. Name of the workstation for which the access token should be
@@ -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-workstations-v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.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
@@ -131,7 +130,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
131
130
  licenses:
132
131
  - Apache-2.0
133
132
  metadata: {}
134
- post_install_message:
135
133
  rdoc_options: []
136
134
  require_paths:
137
135
  - lib
@@ -139,15 +137,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
139
137
  requirements:
140
138
  - - ">="
141
139
  - !ruby/object:Gem::Version
142
- version: '2.7'
140
+ version: '3.0'
143
141
  required_rubygems_version: !ruby/object:Gem::Requirement
144
142
  requirements:
145
143
  - - ">="
146
144
  - !ruby/object:Gem::Version
147
145
  version: '0'
148
146
  requirements: []
149
- rubygems_version: 3.5.23
150
- signing_key:
147
+ rubygems_version: 3.6.2
151
148
  specification_version: 4
152
149
  summary: Allows administrators to create managed developer environments in the cloud.
153
150
  test_files: []