google-apis-workstations_v1 0.16.0 → 0.17.0

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: d0a2f79db7d74e118184da9ec26b857b17c5f0e9409d595869869eabab654f08
4
- data.tar.gz: 2908d763f9a147eafff4425fb4c504ffe32018cf2bcb1cc7015454340f556b49
3
+ metadata.gz: 805c5b9c35ed6a2bfe42c6d47cfc505453f011b26b858224f46e6f0d9ebcab78
4
+ data.tar.gz: e1fbcfb3526e7ff03b161848514f8defc3fddcec39a2c1f3e8c59b9008ad871c
5
5
  SHA512:
6
- metadata.gz: 8ae3586e89a5712559b7be9cfda5f80dc7544d8f33cb83dca735e01ca9b773fb89ed166b4039dc8491be61ae979e94154b7bad3131499f80413c379f44d02ba2
7
- data.tar.gz: 0cef74910be848aa82251a395c84a50ad5e97e657cbaaa769eaee3dda9b39bfad23a92a0051990f6f2b658d571d10ca07532c3e9fcb27f301d65dec99e9b0dea
6
+ metadata.gz: ae8a8aa1f44286b91c5c1b5ba5435046bc24ca3b6b8d44cd73a7931a2d4eaac59bf9e6b0bffd065e9a9072f268ccd1bf0371d424d0dab4f4c4dbeffc99397601
7
+ data.tar.gz: b1c3808fe0bd0430b5665fe7fda027ee4d1b11b369832cf706ae3db917359b3e9a8a93f326f434851b090e73a5bc48475c0ba0b4ead94437d86dd1625a761e54
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-workstations_v1
2
2
 
3
+ ### v0.17.0 (2024-09-15)
4
+
5
+ * Regenerated from discovery document revision 20240904
6
+
3
7
  ### v0.16.0 (2024-08-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20240820
@@ -1941,11 +1941,11 @@ module Google
1941
1941
  # enabled, a service_account must also be specified that has `roles/logging.
1942
1942
  # logWriter` and `roles/monitoring.metricWriter` on the project. Operating
1943
1943
  # system audit logging is distinct from [Cloud Audit Logs](https://cloud.google.
1944
- # com/workstations/docs/audit-logging) and [Container output logging](http://
1945
- # cloud/workstations/docs/container-output-logging#overview). Operating system
1946
- # audit logs are available in the [Cloud Logging](https://cloud.google.com/
1947
- # logging/docs) console by querying: resource.type="gce_instance" log_name:"/
1948
- # logs/linux-auditd"
1944
+ # com/workstations/docs/audit-logging) and [Container output logging](https://
1945
+ # cloud.google.com/workstations/docs/container-output-logging#overview).
1946
+ # Operating system audit logs are available in the [Cloud Logging](https://cloud.
1947
+ # google.com/logging/docs) console by querying: resource.type="gce_instance"
1948
+ # log_name:"/logs/linux-auditd"
1949
1949
  # Corresponds to the JSON property `enableAuditAgent`
1950
1950
  # @return [Boolean]
1951
1951
  attr_accessor :enable_audit_agent
@@ -2004,14 +2004,14 @@ module Google
2004
2004
  # @return [Hash<String,String>]
2005
2005
  attr_accessor :labels
2006
2006
 
2007
- # Optional. Maximum number of workstations under this config a user can have `
2008
- # workstations.workstation.use` permission on. Only enforced on
2007
+ # Optional. Maximum number of workstations under this configuration a user can
2008
+ # have `workstations.workstation.use` permission on. Only enforced on
2009
2009
  # CreateWorkstation API calls on the user issuing the API request. Can be
2010
2010
  # overridden by: - granting a user workstations.workstationConfigs.
2011
2011
  # exemptMaxUsableWorkstationLimit permission, or - having a user with that
2012
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.
2013
+ # workstation.use` permission on that workstation. If not specified, defaults to
2014
+ # `0`, which indicates unlimited.
2015
2015
  # Corresponds to the JSON property `maxUsableWorkstations`
2016
2016
  # @return [Fixnum]
2017
2017
  attr_accessor :max_usable_workstations
@@ -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.16.0"
19
+ GEM_VERSION = "0.17.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240820"
25
+ REVISION = "20240904"
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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.17.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-08-25 00:00:00.000000000 Z
11
+ date: 2024-09-15 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.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-workstations_v1/v0.17.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: []