google-apis-workstations_v1beta 0.19.0 → 0.20.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: 402d7f24b6e127c551058cb1fa17a37821ec874eff1c6f89719ab0de14b5424e
4
- data.tar.gz: 7890ade08c54136ef8896374d32cc3ff2a982efb87a78b069d539d49eaac7afc
3
+ metadata.gz: 3414fb62a41992428a5132a7c2d74e77a061adb63ac089979f619f99c9ef8a8f
4
+ data.tar.gz: e450d50ba660753bf8ad552afcef4a656a90b33b8f55dba52c24388ca729803a
5
5
  SHA512:
6
- metadata.gz: e2e1714229ba77a590889a99afe72c5a3359fc3b42d2c654297f9545724717877703fd5722812f50b060c3fb84f22e6acb0570f8009ac2d5cf121560bdf9a0e8
7
- data.tar.gz: 10e9e5d58c9f14209a6d387acb6bf4b81323e618afa487c8433797fc1ab7ce3af2ce2ea3f830cf6f5efc8210fa24279b00b503b9ce69404048eda680ae6d2c2d
6
+ metadata.gz: 81a5ca5c3d5e0fd2502d57206d48d362a75e5a7486849b26723bf1cfe94773e23ab23af3c181d2d5ce819cf131c61b34f0679c3ea9c505f7c1abcc86287affec
7
+ data.tar.gz: 7470e6952c3104f072ce1dcefc58c59aec53de3db8b713451677efee6331669439ebc2a2888b76638c7f83bfe80ade63553ba2f5318972b6e4a07477d90db66b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-workstations_v1beta
2
2
 
3
+ ### v0.20.0 (2023-11-12)
4
+
5
+ * Regenerated from discovery document revision 20231101
6
+
3
7
  ### v0.19.0 (2023-10-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20231018
@@ -1762,6 +1762,16 @@ module Google
1762
1762
  # @return [String]
1763
1763
  attr_accessor :delete_time
1764
1764
 
1765
+ # Optional. Disables support for plain TCP connections in the workstation. By
1766
+ # default the service supports TCP connections via a websocket relay. Setting
1767
+ # this option to true disables that relay, which prevents the usage of services
1768
+ # that require plain tcp connections, such as ssh. When enabled, all
1769
+ # communication must occur over https or wss.
1770
+ # Corresponds to the JSON property `disableTcpConnections`
1771
+ # @return [Boolean]
1772
+ attr_accessor :disable_tcp_connections
1773
+ alias_method :disable_tcp_connections?, :disable_tcp_connections
1774
+
1765
1775
  # Optional. Human-readable name for this workstation configuration.
1766
1776
  # Corresponds to the JSON property `displayName`
1767
1777
  # @return [String]
@@ -1895,6 +1905,7 @@ module Google
1895
1905
  @create_time = args[:create_time] if args.key?(:create_time)
1896
1906
  @degraded = args[:degraded] if args.key?(:degraded)
1897
1907
  @delete_time = args[:delete_time] if args.key?(:delete_time)
1908
+ @disable_tcp_connections = args[:disable_tcp_connections] if args.key?(:disable_tcp_connections)
1898
1909
  @display_name = args[:display_name] if args.key?(:display_name)
1899
1910
  @enable_audit_agent = args[:enable_audit_agent] if args.key?(:enable_audit_agent)
1900
1911
  @encryption_key = args[:encryption_key] if args.key?(:encryption_key)
@@ -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.19.0"
19
+ GEM_VERSION = "0.20.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 = "20231018"
25
+ REVISION = "20231101"
26
26
  end
27
27
  end
28
28
  end
@@ -665,6 +665,7 @@ module Google
665
665
  property :create_time, as: 'createTime'
666
666
  property :degraded, as: 'degraded'
667
667
  property :delete_time, as: 'deleteTime'
668
+ property :disable_tcp_connections, as: 'disableTcpConnections'
668
669
  property :display_name, as: 'displayName'
669
670
  property :enable_audit_agent, as: 'enableAuditAgent'
670
671
  property :encryption_key, as: 'encryptionKey', class: Google::Apis::WorkstationsV1beta::CustomerEncryptionKey, decorator: Google::Apis::WorkstationsV1beta::CustomerEncryptionKey::Representation
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.19.0
4
+ version: 0.20.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-10-29 00:00:00.000000000 Z
11
+ date: 2023-11-12 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.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-workstations_v1beta/v0.20.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: []