google-cloud-workstations-v1 1.0.1 → 1.1.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 15dbb951002ecf508547049e7db0d87d2ad174fe4fd6f547bc637341a341d802
|
4
|
+
data.tar.gz: 9524c51c68d8eb5d3265fe74811ef06b36fd2cdf6c53df0850888529139d46ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9f4ef1d3a8338fa14af824512fc472c74fd71d44cca623aba9273c5a798c0579f8b0615ca80802865b24af618745d2f860814fff872f3516502ad3d41435f491
|
7
|
+
data.tar.gz: 0e0b4eb1d65c3a143bffd06f450da79bcbde9f855510a044a92874563354700c4c456101fb6b02150458f09a464e22fa1c9c519dfc31def73df2d66410c47773
|
@@ -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
|
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
|
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
|
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
|
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-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.1.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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
67
|
+
version: '1.3'
|
86
68
|
description: Allows administrators to create managed developer environments in the
|
87
69
|
cloud. Note that google-cloud-workstations-v1 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.
|
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.
|
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: []
|