google-apis-workstations_v1 0.14.0 → 0.16.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: ace205b1fe52558b73a3b279c536ab45245769d836cc9100fb248f2e92472b77
4
- data.tar.gz: bba200b4e402ea6091aa6bea8b2abd8fc5e23f1d04dce03a391509da1a6ec7cc
3
+ metadata.gz: d0a2f79db7d74e118184da9ec26b857b17c5f0e9409d595869869eabab654f08
4
+ data.tar.gz: 2908d763f9a147eafff4425fb4c504ffe32018cf2bcb1cc7015454340f556b49
5
5
  SHA512:
6
- metadata.gz: 944703f98bb50c90e0c906c48e7a1cab15142f85ca263179984562cf5d3aed799585dd0104275f1e73cf85d0ecbb936eeafb1900e28cfc49a987da3b952067b0
7
- data.tar.gz: daa2ec04e43d9ce335668f498301bbac76f8bd4e907cb0a49f373dd0a79bfcd269ccccc92734e8f8e3a8d7dc0935044518564a8bcc373c37d9b22aa5a89236c1
6
+ metadata.gz: 8ae3586e89a5712559b7be9cfda5f80dc7544d8f33cb83dca735e01ca9b773fb89ed166b4039dc8491be61ae979e94154b7bad3131499f80413c379f44d02ba2
7
+ data.tar.gz: 0cef74910be848aa82251a395c84a50ad5e97e657cbaaa769eaee3dda9b39bfad23a92a0051990f6f2b658d571d10ca07532c3e9fcb27f301d65dec99e9b0dea
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-workstations_v1
2
2
 
3
+ ### v0.16.0 (2024-08-25)
4
+
5
+ * Regenerated from discovery document revision 20240820
6
+
7
+ ### v0.15.0 (2024-08-11)
8
+
9
+ * Regenerated from discovery document revision 20240723
10
+ * Regenerated using generator version 0.15.1
11
+
3
12
  ### v0.14.0 (2024-07-25)
4
13
 
5
14
  * Regenerated from discovery document revision 20240716
@@ -566,9 +566,9 @@ module Google
566
566
  attr_accessor :tags
567
567
 
568
568
  # Optional. Resource manager tags to be bound to this instance. Tag keys and
569
- # values have the same definition as https://cloud.google.com/resource-manager/
570
- # docs/tags/tags-overview Keys must be in the format `tagKeys/`tag_key_id``, and
571
- # values are in the format `tagValues/456`.
569
+ # values have the same definition as [resource manager tags](https://cloud.
570
+ # google.com/resource-manager/docs/tags/tags-overview). Keys must be in the
571
+ # format `tagKeys/`tag_key_id``, and values are in the format `tagValues/456`.
572
572
  # Corresponds to the JSON property `vmTags`
573
573
  # @return [Hash<String,String>]
574
574
  attr_accessor :vm_tags
@@ -1340,12 +1340,14 @@ module Google
1340
1340
  class PortRange
1341
1341
  include Google::Apis::Core::Hashable
1342
1342
 
1343
- # Required. Starting port number for the current range of ports.
1343
+ # Required. Starting port number for the current range of ports. Valid ports are
1344
+ # 22, 80, and ports within the range 1024-65535.
1344
1345
  # Corresponds to the JSON property `first`
1345
1346
  # @return [Fixnum]
1346
1347
  attr_accessor :first
1347
1348
 
1348
- # Required. Ending port number for the current range of ports.
1349
+ # Required. Ending port number for the current range of ports. Valid ports are
1350
+ # 22, 80, and ports within the range 1024-65535.
1349
1351
  # Corresponds to the JSON property `last`
1350
1352
  # @return [Fixnum]
1351
1353
  attr_accessor :last
@@ -1880,8 +1882,10 @@ module Google
1880
1882
  class WorkstationConfig
1881
1883
  include Google::Apis::Core::Hashable
1882
1884
 
1883
- # Optional. A Single or Range of ports externally accessible in the workstation.
1884
- # If not specified defaults to ports 22, 80 and ports 1024-65535.
1885
+ # Optional. A list of PortRanges specifying single ports or ranges of ports that
1886
+ # are externally accessible in the workstation. Allowed ports must be one of 22,
1887
+ # 80, or within range 1024-65535. If not specified defaults to ports 22, 80, and
1888
+ # ports 1024-65535.
1885
1889
  # Corresponds to the JSON property `allowedPorts`
1886
1890
  # @return [Array<Google::Apis::WorkstationsV1::PortRange>]
1887
1891
  attr_accessor :allowed_ports
@@ -1969,6 +1973,15 @@ module Google
1969
1973
  # @return [String]
1970
1974
  attr_accessor :etag
1971
1975
 
1976
+ # Optional. Grant creator of a workstation `roles/workstations.policyAdmin` role
1977
+ # along with `roles/workstations.user` role on the workstation created by them.
1978
+ # This allows workstation users to share access to either their entire
1979
+ # workstation, or individual ports. Defaults to false.
1980
+ # Corresponds to the JSON property `grantWorkstationAdminRoleOnCreate`
1981
+ # @return [Boolean]
1982
+ attr_accessor :grant_workstation_admin_role_on_create
1983
+ alias_method :grant_workstation_admin_role_on_create?, :grant_workstation_admin_role_on_create
1984
+
1972
1985
  # Runtime host for a workstation.
1973
1986
  # Corresponds to the JSON property `host`
1974
1987
  # @return [Google::Apis::WorkstationsV1::Host]
@@ -1991,6 +2004,18 @@ module Google
1991
2004
  # @return [Hash<String,String>]
1992
2005
  attr_accessor :labels
1993
2006
 
2007
+ # Optional. Maximum number of workstations under this config a user can have `
2008
+ # workstations.workstation.use` permission on. Only enforced on
2009
+ # CreateWorkstation API calls on the user issuing the API request. Can be
2010
+ # overridden by: - granting a user workstations.workstationConfigs.
2011
+ # exemptMaxUsableWorkstationLimit permission, or - having a user with that
2012
+ # permission create a workstation and granting another user `workstations.
2013
+ # workstation.use` permission on that workstation. If not specified defaults to
2014
+ # 0 which indicates unlimited.
2015
+ # Corresponds to the JSON property `maxUsableWorkstations`
2016
+ # @return [Fixnum]
2017
+ attr_accessor :max_usable_workstations
2018
+
1994
2019
  # Identifier. Full name of this workstation configuration.
1995
2020
  # Corresponds to the JSON property `name`
1996
2021
  # @return [String]
@@ -2072,9 +2097,11 @@ module Google
2072
2097
  @encryption_key = args[:encryption_key] if args.key?(:encryption_key)
2073
2098
  @ephemeral_directories = args[:ephemeral_directories] if args.key?(:ephemeral_directories)
2074
2099
  @etag = args[:etag] if args.key?(:etag)
2100
+ @grant_workstation_admin_role_on_create = args[:grant_workstation_admin_role_on_create] if args.key?(:grant_workstation_admin_role_on_create)
2075
2101
  @host = args[:host] if args.key?(:host)
2076
2102
  @idle_timeout = args[:idle_timeout] if args.key?(:idle_timeout)
2077
2103
  @labels = args[:labels] if args.key?(:labels)
2104
+ @max_usable_workstations = args[:max_usable_workstations] if args.key?(:max_usable_workstations)
2078
2105
  @name = args[:name] if args.key?(:name)
2079
2106
  @persistent_directories = args[:persistent_directories] if args.key?(:persistent_directories)
2080
2107
  @readiness_checks = args[:readiness_checks] if args.key?(:readiness_checks)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module WorkstationsV1
18
18
  # Version of the google-apis-workstations_v1 gem
19
- GEM_VERSION = "0.14.0"
19
+ GEM_VERSION = "0.16.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240716"
25
+ REVISION = "20240820"
26
26
  end
27
27
  end
28
28
  end
@@ -725,10 +725,12 @@ module Google
725
725
  collection :ephemeral_directories, as: 'ephemeralDirectories', class: Google::Apis::WorkstationsV1::EphemeralDirectory, decorator: Google::Apis::WorkstationsV1::EphemeralDirectory::Representation
726
726
 
727
727
  property :etag, as: 'etag'
728
+ property :grant_workstation_admin_role_on_create, as: 'grantWorkstationAdminRoleOnCreate'
728
729
  property :host, as: 'host', class: Google::Apis::WorkstationsV1::Host, decorator: Google::Apis::WorkstationsV1::Host::Representation
729
730
 
730
731
  property :idle_timeout, as: 'idleTimeout'
731
732
  hash :labels, as: 'labels'
733
+ property :max_usable_workstations, as: 'maxUsableWorkstations'
732
734
  property :name, as: 'name'
733
735
  collection :persistent_directories, as: 'persistentDirectories', class: Google::Apis::WorkstationsV1::PersistentDirectory, decorator: Google::Apis::WorkstationsV1::PersistentDirectory::Representation
734
736
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-workstations_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.16.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: 2024-07-25 00:00:00.000000000 Z
11
+ date: 2024-08-25 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-workstations_v1/v0.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-workstations_v1/v0.16.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workstations_v1
63
63
  post_install_message:
64
64
  rdoc_options: []