google-apis-workstations_v1 0.14.0 → 0.15.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: ace205b1fe52558b73a3b279c536ab45245769d836cc9100fb248f2e92472b77
4
- data.tar.gz: bba200b4e402ea6091aa6bea8b2abd8fc5e23f1d04dce03a391509da1a6ec7cc
3
+ metadata.gz: e5b3557642f9588d9ebb0bd478ea61683b1d56334d3dd72c1ba757fd5a769982
4
+ data.tar.gz: 0af259a2071fc131f246e6c9d739ecbf6e9521ebc272905e9f6fe3aba6cd7591
5
5
  SHA512:
6
- metadata.gz: 944703f98bb50c90e0c906c48e7a1cab15142f85ca263179984562cf5d3aed799585dd0104275f1e73cf85d0ecbb936eeafb1900e28cfc49a987da3b952067b0
7
- data.tar.gz: daa2ec04e43d9ce335668f498301bbac76f8bd4e907cb0a49f373dd0a79bfcd269ccccc92734e8f8e3a8d7dc0935044518564a8bcc373c37d9b22aa5a89236c1
6
+ metadata.gz: e57b27bd5181152ea6f88c7dc263fab0662779c540394b9a321a991d258d2e92474c0f7ce60793d7e44bf71c3dc6582503d041bec715f6c5ca2eae34fa63a435
7
+ data.tar.gz: e5d0ea8771ca5da91dc0f63b8d08e436264d88e9302dcfbec8235617164b099ae711a02403b5fcbe46a4c3dbe73864d54011ac96cfd3beb189c7fba6f3ea3b81
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-workstations_v1
2
2
 
3
+ ### v0.15.0 (2024-08-11)
4
+
5
+ * Regenerated from discovery document revision 20240723
6
+ * Regenerated using generator version 0.15.1
7
+
3
8
  ### v0.14.0 (2024-07-25)
4
9
 
5
10
  * 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
@@ -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.15.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 = "20240723"
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.14.0
4
+ version: 0.15.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-11 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.15.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: []