google-cloud-workstations-v1beta 0.4.1 → 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: a859f02594dee80184d733ce24685f14a770a8b834897cad2c5c728badbf1af4
4
- data.tar.gz: 14f0889548910157f6e47aaf89aa1ebdd77fecfa8b521fc941ae944976d0698e
3
+ metadata.gz: 6b14fa9862fb13736a6b0a04211b69d94213b3d95c6637c1a7e152620164ffad
4
+ data.tar.gz: f3be37934e7a4e7bbdf86e52656d81c3822ef4e6ac4e89880176ca9263cc9cce
5
5
  SHA512:
6
- metadata.gz: e15b99a42e54f6df0289377384361ece03e919128527189e04de542713cbfd1be88a0e0c3381b01cb774d58a4e4d7ba8479d4d8c39faf07137a83f4aeaa92171
7
- data.tar.gz: 74c3df7342ac61b852dfe914d01198b24168079ab955472c132147facb47ccc01d6bf9c23ad74b6fb5d09fda181d5950f5da85e4e3518f981c5e839fd613c75b
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.4.1"
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.4.1
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -13,22 +13,16 @@ dependencies:
13
13
  name: gapic-common
14
14
  requirement: !ruby/object:Gem::Requirement
15
15
  requirements:
16
- - - ">="
17
- - !ruby/object:Gem::Version
18
- version: 0.25.0
19
- - - "<"
16
+ - - "~>"
20
17
  - !ruby/object:Gem::Version
21
- version: 2.a
18
+ version: '1.0'
22
19
  type: :runtime
23
20
  prerelease: false
24
21
  version_requirements: !ruby/object:Gem::Requirement
25
22
  requirements:
26
- - - ">="
27
- - !ruby/object:Gem::Version
28
- version: 0.25.0
29
- - - "<"
23
+ - - "~>"
30
24
  - !ruby/object:Gem::Version
31
- version: 2.a
25
+ version: '1.0'
32
26
  - !ruby/object:Gem::Dependency
33
27
  name: google-cloud-errors
34
28
  requirement: !ruby/object:Gem::Requirement
@@ -47,42 +41,30 @@ dependencies:
47
41
  name: google-cloud-location
48
42
  requirement: !ruby/object:Gem::Requirement
49
43
  requirements:
50
- - - ">="
51
- - !ruby/object:Gem::Version
52
- version: '0.7'
53
- - - "<"
44
+ - - "~>"
54
45
  - !ruby/object:Gem::Version
55
- version: 2.a
46
+ version: '1.0'
56
47
  type: :runtime
57
48
  prerelease: false
58
49
  version_requirements: !ruby/object:Gem::Requirement
59
50
  requirements:
60
- - - ">="
61
- - !ruby/object:Gem::Version
62
- version: '0.7'
63
- - - "<"
51
+ - - "~>"
64
52
  - !ruby/object:Gem::Version
65
- version: 2.a
53
+ version: '1.0'
66
54
  - !ruby/object:Gem::Dependency
67
55
  name: google-iam-v1
68
56
  requirement: !ruby/object:Gem::Requirement
69
57
  requirements:
70
- - - ">="
71
- - !ruby/object:Gem::Version
72
- version: '0.7'
73
- - - "<"
58
+ - - "~>"
74
59
  - !ruby/object:Gem::Version
75
- version: 2.a
60
+ version: '1.3'
76
61
  type: :runtime
77
62
  prerelease: false
78
63
  version_requirements: !ruby/object:Gem::Requirement
79
64
  requirements:
80
- - - ">="
81
- - !ruby/object:Gem::Version
82
- version: '0.7'
83
- - - "<"
65
+ - - "~>"
84
66
  - !ruby/object:Gem::Version
85
- version: 2.a
67
+ version: '1.3'
86
68
  description: Allows administrators to create managed developer environments in the
87
69
  cloud. Note that google-cloud-workstations-v1beta is a version-specific client library.
88
70
  For most uses, we recommend installing the main client library google-cloud-workstations
@@ -137,14 +119,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
137
119
  requirements:
138
120
  - - ">="
139
121
  - !ruby/object:Gem::Version
140
- version: '3.0'
122
+ version: '3.1'
141
123
  required_rubygems_version: !ruby/object:Gem::Requirement
142
124
  requirements:
143
125
  - - ">="
144
126
  - !ruby/object:Gem::Version
145
127
  version: '0'
146
128
  requirements: []
147
- rubygems_version: 3.6.8
129
+ rubygems_version: 3.6.9
148
130
  specification_version: 4
149
131
  summary: Allows administrators to create managed developer environments in the cloud.
150
132
  test_files: []