google-apis-workstations_v1beta 0.7.0 → 0.8.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: ceb6f2935eecd53e0806894847831da2af0395c72d62bb11781ae129cd0a6458
4
- data.tar.gz: 9e38e1049577517425417019bf18229038a563452e05128837cf79d41404b02f
3
+ metadata.gz: 9678559b59dec3a737de9ac01dbf4944c852bbe4a96d75bad4c0d4a24177fc52
4
+ data.tar.gz: ded75b8aab5b1c9eed421683d655bc217aa446e7a34ed0552876b3a0a24dbf57
5
5
  SHA512:
6
- metadata.gz: ee9966877948e561065f183f7d73a155ba3911dcfcefe21d00e8bd5a1a3a62d9a9d29bff4fcba44370511477bcf9c12f218562071b05833a676a2cce9cb1e133
7
- data.tar.gz: f08eeb96bd2346bd444d5194dff16cd955986a7cb2af7aab4901178e12f72e30b5b935995c6220ebf4f6c26a3f368389310ff5ffe765a9fbf975496e7efad8ce
6
+ metadata.gz: c1bba1bfb4b4ca283aef0b37d8a06ee73fe81113e7a5fafa86ba1dc77f182c3cec432d9f7b2e0199df83fa34cf08ac61d8915fdcca218eb444bd7a53d116b351
7
+ data.tar.gz: 8a067534d0e6a1909a23a4af126d32b8c6b0134023a0b4802781fefa4e395147856d093e45d6004241128ed38a23537c42b68e2aa259d8a9406c6d013260d4fe
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-workstations_v1beta
2
2
 
3
+ ### v0.8.0 (2023-04-02)
4
+
5
+ * Regenerated from discovery document revision 20230327
6
+
3
7
  ### v0.7.0 (2023-03-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20230308
@@ -342,7 +342,7 @@ module Google
342
342
  class GceInstance
343
343
  include Google::Apis::Core::Hashable
344
344
 
345
- # Size of the boot disk in GB.
345
+ # Size of the boot disk in GB. Defaults to 50.
346
346
  # Corresponds to the JSON property `bootDiskSizeGb`
347
347
  # @return [Fixnum]
348
348
  attr_accessor :boot_disk_size_gb
@@ -369,9 +369,9 @@ module Google
369
369
  attr_accessor :pool_size
370
370
 
371
371
  # Email address of the service account that will be used on VM instances used to
372
- # support this config. This service account must have permission to pull the
373
- # specified container image. If not set, VMs will run without a service account,
374
- # in which case the image must be publicly accessible.
372
+ # support this config. If not set, VMs will run with a Google-managed service
373
+ # account. This service account must have permission to pull the specified
374
+ # container image, otherwise the image must be publicly accessible.
375
375
  # Corresponds to the JSON property `serviceAccount`
376
376
  # @return [String]
377
377
  attr_accessor :service_account
@@ -407,14 +407,14 @@ module Google
407
407
  class GceRegionalPersistentDisk
408
408
  include Google::Apis::Core::Hashable
409
409
 
410
- # Type of the disk to use.
410
+ # Type of the disk to use. Defaults to pd-standard.
411
411
  # Corresponds to the JSON property `diskType`
412
412
  # @return [String]
413
413
  attr_accessor :disk_type
414
414
 
415
415
  # Type of file system that the disk should be formatted with. The workstation
416
416
  # image must support this file system type. Must be empty if source_snapshot is
417
- # set.
417
+ # set. Defaults to ext4.
418
418
  # Corresponds to the JSON property `fsType`
419
419
  # @return [String]
420
420
  attr_accessor :fs_type
@@ -425,7 +425,8 @@ module Google
425
425
  # @return [String]
426
426
  attr_accessor :reclaim_policy
427
427
 
428
- # Size of the disk in GB. Must be empty if source_snapshot is set.
428
+ # Size of the disk in GB. Must be empty if source_snapshot is set. Defaults to
429
+ # 200.
429
430
  # Corresponds to the JSON property `sizeGb`
430
431
  # @return [Fixnum]
431
432
  attr_accessor :size_gb
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module WorkstationsV1beta
18
18
  # Version of the google-apis-workstations_v1beta gem
19
- GEM_VERSION = "0.7.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230308"
25
+ REVISION = "20230327"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-workstations_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-26 00:00:00.000000000 Z
11
+ date: 2023-04-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workstations_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-workstations_v1beta/v0.7.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-workstations_v1beta/v0.8.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workstations_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []