google-cloud-workstations-v1 0.2.0 → 0.3.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: 07e40da10cbbfcbb58a90e97f04bff5ed451c343cae640829acaea1ffba80587
4
- data.tar.gz: 3f0391e7af6629dd4b0e907801d858d1299da4ce8edb910073ba0e3be9585da5
3
+ metadata.gz: af9ffa4cf34453b631775de0c183b3eda6c7e45536e916d4863a281012834dd5
4
+ data.tar.gz: e2b902ec55468f953edb3fdf2665dcfee6a36c8a564628279e5ab14a464f3b99
5
5
  SHA512:
6
- metadata.gz: 8faf7571ee2074b903d1d1e7e0554a1daa0dbce07554b8e46f66562b1f8b7859378b2ba8f847a895e551fb6a524e9cd2ec0d347ee30b815c16cccabc7f6f9501
7
- data.tar.gz: e49c87c78f1a896af057d47f46ab4aea6b208cd45f89b2799d98f01a685c8abd84047bfbb7a46af9d5f13901aff2c7fb9623044830494e7f1feb249b1e8ebd22
6
+ metadata.gz: 9e510fa7dc3cd74a9a3feb976a5e9a7bbc08fb0fd1e4706926e6008b0a1e0d097ee730bc239ead7d1dedc1855c7a30f890619c001b6d6dae2444715e92afe0da
7
+ data.tar.gz: ea1a0f696bec3d3549b7bcf0e90ca3ac87f3985c78f4abae78b23415ef7ecaa972fd96335b4ef27eb89163c93211270a94d9986bf5573e57b9b7cca35123e094
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 V1
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
@@ -1111,11 +1111,15 @@ module Google
1111
1111
  # be at most 24 hours in the future. If a value is not specified, the
1112
1112
  # token's expiration time will be set to a default value of 1 hour in the
1113
1113
  # future.
1114
+ #
1115
+ # 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.
1114
1116
  # @!attribute [rw] ttl
1115
1117
  # @return [::Google::Protobuf::Duration]
1116
1118
  # Desired lifetime duration of the access token. This value must
1117
1119
  # be at most 24 hours. If a value is not specified, the token's lifetime
1118
1120
  # will be set to a default value of 1 hour.
1121
+ #
1122
+ # 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.
1119
1123
  # @!attribute [rw] workstation
1120
1124
  # @return [::String]
1121
1125
  # 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-v1
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: []