google-cloud-workstations-v1beta 0.5.0 → 0.5.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: 33140fd6c6d3839baf53df6113fe8a7c74875f0c302df26e6afa4fa9e124a8ca
4
- data.tar.gz: 65d285484ddba08d04d3a38de2b964398faa25777144e27709c2508d569be6c5
3
+ metadata.gz: 6b14fa9862fb13736a6b0a04211b69d94213b3d95c6637c1a7e152620164ffad
4
+ data.tar.gz: f3be37934e7a4e7bbdf86e52656d81c3822ef4e6ac4e89880176ca9263cc9cce
5
5
  SHA512:
6
- metadata.gz: ae378c4dc26e3395f5c6061da7276fe6630471ab82165ccc5bd588b752b1d91c1e6c7118608fa7fbcb017a613269f68ba0820aa056d148f05615bc477846ce2b
7
- data.tar.gz: 78762883396a18d0d254820b20e2f616edde1d64f79251ef3126f55cb4b45c4d3c97c9c2aa0c2685d74b1b84da7184693d108ff138c7248d9fb441ade83d5bca
6
+ metadata.gz: 61293589525255232f52b201fb66c8f264320cabcd73b30a9aa074dd002600c40ff58a1085c144951c5068a2a6ee5eb22a873c33f72b6ef3ea9de16abf0ad8ae
7
+ data.tar.gz: 2d1181cf97de290472d0c3bb89849feb394774df08d1a0779fb80e86107d15566d8b699afa190ad40ebc1a7f2ae4b24ba321b88e6e20dcf87c294d833600525a
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Workstations
23
23
  module V1beta
24
- VERSION = "0.5.0"
24
+ VERSION = "0.5.1"
25
25
  end
26
26
  end
27
27
  end
@@ -2181,13 +2181,13 @@ module Google
2181
2181
  # token's expiration time will be set to a default value of 1 hour in the
2182
2182
  # future.
2183
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.
2184
+ # Note: The following parameters are mutually exclusive: `expire_time`, `ttl`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
2185
2185
  # @param ttl [::Google::Protobuf::Duration, ::Hash]
2186
2186
  # Desired lifetime duration of the access token. This value must
2187
2187
  # be at most 24 hours. If a value is not specified, the token's lifetime
2188
2188
  # will be set to a default value of 1 hour.
2189
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.
2190
+ # Note: The following parameters are mutually exclusive: `ttl`, `expire_time`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
2191
2191
  # @param workstation [::String]
2192
2192
  # Required. Name of the workstation for which the access token should be
2193
2193
  # generated.
@@ -2042,13 +2042,13 @@ module Google
2042
2042
  # token's expiration time will be set to a default value of 1 hour in the
2043
2043
  # future.
2044
2044
  #
2045
- # 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.
2045
+ # Note: The following parameters are mutually exclusive: `expire_time`, `ttl`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
2046
2046
  # @param ttl [::Google::Protobuf::Duration, ::Hash]
2047
2047
  # Desired lifetime duration of the access token. This value must
2048
2048
  # be at most 24 hours. If a value is not specified, the token's lifetime
2049
2049
  # will be set to a default value of 1 hour.
2050
2050
  #
2051
- # 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.
2051
+ # Note: The following parameters are mutually exclusive: `ttl`, `expire_time`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
2052
2052
  # @param workstation [::String]
2053
2053
  # Required. Name of the workstation for which the access token should be
2054
2054
  # generated.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-workstations-v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -126,7 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
126
126
  - !ruby/object:Gem::Version
127
127
  version: '0'
128
128
  requirements: []
129
- rubygems_version: 3.6.8
129
+ rubygems_version: 3.6.9
130
130
  specification_version: 4
131
131
  summary: Allows administrators to create managed developer environments in the cloud.
132
132
  test_files: []