google-apis-workstations_v1beta 0.39.0 → 0.40.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: 443b2be2de3276e3c0b3798e00b6faf5d0ae2c76c50aa9022ff7ae3ba2486c2b
4
- data.tar.gz: b56124bedd6e1fc6b023b9801aed422a6a2bd3aded41ea5b472b06f52bb0b52c
3
+ metadata.gz: df80d2a8b81864a6e2257824ff6e74b88113ab79af2d9befec7ae8f52ed3d13a
4
+ data.tar.gz: 25b07b4540365b370e0ae1589b605f18093417b9c72e5339eab126c610d44115
5
5
  SHA512:
6
- metadata.gz: 2c1a3cd0ffc5c3cb193fef847ee1b1122ff0305af46aabf1711bcb7e0e2bb69e15225b7bc3604660a63309754a9425d6d0990a0afd27ed801b7fae457000fdfe
7
- data.tar.gz: a988c24687361958e8a00ee6b03e6cc7425f3b58c57ff1658560d2aab25b79fbc72862d0d85df19b4cb35a5ee001f4b06b22f81bf642ba2f078097eb59078fb8
6
+ metadata.gz: 5da689046ce861478f07739f94a8e13834d77fa8458a9449d54277d33d9597466d25de1a3acfd8f9d78355693ee59a9e5185e20cd838818add175912d24074e1
7
+ data.tar.gz: 8b30d638fe7c6907259e2d94e24c736f236d73e9705ace90fed73ff41a93622068167854c93ca56b27f4cd71a3913aa9a0ce4898ad7ba0216b4a366acce19ca4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-workstations_v1beta
2
2
 
3
+ ### v0.40.0 (2025-06-15)
4
+
5
+ * Regenerated from discovery document revision 20250604
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
  ### v0.39.0 (2025-05-04)
4
9
 
5
10
  * Regenerated using generator version 0.17.0
@@ -505,6 +505,27 @@ module Google
505
505
  end
506
506
  end
507
507
 
508
+ # Configuration options for Cluster HTTP Gateway.
509
+ class GatewayConfig
510
+ include Google::Apis::Core::Hashable
511
+
512
+ # Optional. Whether HTTP/2 is enabled for this workstation cluster. Defaults to
513
+ # false.
514
+ # Corresponds to the JSON property `http2Enabled`
515
+ # @return [Boolean]
516
+ attr_accessor :http2_enabled
517
+ alias_method :http2_enabled?, :http2_enabled
518
+
519
+ def initialize(**args)
520
+ update!(**args)
521
+ end
522
+
523
+ # Update properties of this object
524
+ def update!(**args)
525
+ @http2_enabled = args[:http2_enabled] if args.key?(:http2_enabled)
526
+ end
527
+ end
528
+
508
529
  # A set of Compute Engine Confidential VM instance options.
509
530
  class GceConfidentialInstanceConfig
510
531
  include Google::Apis::Core::Hashable
@@ -1987,6 +2008,11 @@ module Google
1987
2008
  # @return [String]
1988
2009
  attr_accessor :etag
1989
2010
 
2011
+ # Configuration options for Cluster HTTP Gateway.
2012
+ # Corresponds to the JSON property `gatewayConfig`
2013
+ # @return [Google::Apis::WorkstationsV1beta::GatewayConfig]
2014
+ attr_accessor :gateway_config
2015
+
1990
2016
  # Optional. [Labels](https://cloud.google.com/workstations/docs/label-resources)
1991
2017
  # that are applied to the workstation cluster and that are also propagated to
1992
2018
  # the underlying Compute Engine resources.
@@ -2068,6 +2094,7 @@ module Google
2068
2094
  @display_name = args[:display_name] if args.key?(:display_name)
2069
2095
  @domain_config = args[:domain_config] if args.key?(:domain_config)
2070
2096
  @etag = args[:etag] if args.key?(:etag)
2097
+ @gateway_config = args[:gateway_config] if args.key?(:gateway_config)
2071
2098
  @labels = args[:labels] if args.key?(:labels)
2072
2099
  @name = args[:name] if args.key?(:name)
2073
2100
  @network = args[:network] if args.key?(:network)
@@ -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.39.0"
19
+ GEM_VERSION = "0.40.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250326"
25
+ REVISION = "20250604"
26
26
  end
27
27
  end
28
28
  end
@@ -88,6 +88,12 @@ module Google
88
88
  include Google::Apis::Core::JsonObjectSupport
89
89
  end
90
90
 
91
+ class GatewayConfig
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
91
97
  class GceConfidentialInstanceConfig
92
98
  class Representation < Google::Apis::Core::JsonRepresentation; end
93
99
 
@@ -398,6 +404,13 @@ module Google
398
404
  end
399
405
  end
400
406
 
407
+ class GatewayConfig
408
+ # @private
409
+ class Representation < Google::Apis::Core::JsonRepresentation
410
+ property :http2_enabled, as: 'http2Enabled'
411
+ end
412
+ end
413
+
401
414
  class GceConfidentialInstanceConfig
402
415
  # @private
403
416
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -748,6 +761,8 @@ module Google
748
761
  property :domain_config, as: 'domainConfig', class: Google::Apis::WorkstationsV1beta::DomainConfig, decorator: Google::Apis::WorkstationsV1beta::DomainConfig::Representation
749
762
 
750
763
  property :etag, as: 'etag'
764
+ property :gateway_config, as: 'gatewayConfig', class: Google::Apis::WorkstationsV1beta::GatewayConfig, decorator: Google::Apis::WorkstationsV1beta::GatewayConfig::Representation
765
+
751
766
  hash :labels, as: 'labels'
752
767
  property :name, as: 'name'
753
768
  property :network, as: 'network'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-workstations_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.39.0
4
+ version: 0.40.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workstations_v1beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-workstations_v1beta/v0.39.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-workstations_v1beta/v0.40.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workstations_v1beta
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Cloud Workstations API V1beta
79
79
  test_files: []