google-apis-apigateway_v1beta 0.43.0 → 0.44.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: b35677e8d0dff2412fe5b9737ea38b17131b7e7e1e55829c5441cafa8854d926
4
- data.tar.gz: aaf0a0d4a95068bb49f04fedcd71415f748d27123590748e8377214eac72b3de
3
+ metadata.gz: 20c1c4c41c223dfe1a465eec1afd690bca2d1abdb221487efd6f34d02978d663
4
+ data.tar.gz: 63e8d3af4c6592c18f2287da0cfb12d47b4fcd6e41337f7ff11f5a83eaaf519b
5
5
  SHA512:
6
- metadata.gz: d83caf6649b898798d4c7928c2318ee490d47df67fab6afc0c7200ac2e39aaa3dd4e5bce19f90a54ce2e73500db12ffef52dbe8a382233798dab4da746b9ba7c
7
- data.tar.gz: 33be13208d53784aa07774f0d96675fd51663ce34bcdd83e8576d7f1e2ea6396fe6ef458ff02c0668b2c24db6009fbdea7dcdb9ca6301e95e6aca97b196949ea
6
+ metadata.gz: 12eb6158552cca21dbd347321bbaa0948336cbe2f64fc542182aebf1d0312bbb06f81ce18e71431358a77814ef7ef4917dab07be1b566dad61a786ec0b4b5ba6
7
+ data.tar.gz: 06b037a01dc3629a602286e8400ae45ad605e75ed24c64081235049213d5057fb84ad35da7168c7c7e5b4b73324fb261e34bb43a86001b41a9a81d722c3dcc53
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-apigateway_v1beta
2
2
 
3
+ ### v0.44.0 (2026-09-06)
4
+
5
+ * Regenerated from discovery document revision 20260902
6
+
3
7
  ### v0.43.0 (2026-06-14)
4
8
 
5
9
  * Regenerated using generator version 0.19.0
@@ -555,6 +555,14 @@ module Google
555
555
  # @return [String]
556
556
  attr_accessor :display_name
557
557
 
558
+ # Output only. The streaming mode this gateway is actually served with, which
559
+ # the service resolves at creation from `streaming_mode`, the referenced API
560
+ # Config, and the platform default at the time. Read this rather than `
561
+ # streaming_mode` to determine whether a gateway supports response streaming.
562
+ # Corresponds to the JSON property `effectiveStreamingMode`
563
+ # @return [String]
564
+ attr_accessor :effective_streaming_mode
565
+
558
566
  # Optional. Resource labels to represent user-provided metadata. Refer to cloud
559
567
  # documentation on labels for more details. https://cloud.google.com/compute/
560
568
  # docs/labeling-resources
@@ -573,6 +581,15 @@ module Google
573
581
  # @return [String]
574
582
  attr_accessor :state
575
583
 
584
+ # Optional. Immutable. Requests response streaming for a new gateway. An attempt
585
+ # to change it on update is rejected. If unset, the service selects the mode.
586
+ # This field records only what was requested and is never modified by the
587
+ # service; read `effective_streaming_mode` for the mode the gateway is served
588
+ # with.
589
+ # Corresponds to the JSON property `streamingMode`
590
+ # @return [String]
591
+ attr_accessor :streaming_mode
592
+
576
593
  # Output only. Updated time.
577
594
  # Corresponds to the JSON property `updateTime`
578
595
  # @return [String]
@@ -588,9 +605,11 @@ module Google
588
605
  @create_time = args[:create_time] if args.key?(:create_time)
589
606
  @default_hostname = args[:default_hostname] if args.key?(:default_hostname)
590
607
  @display_name = args[:display_name] if args.key?(:display_name)
608
+ @effective_streaming_mode = args[:effective_streaming_mode] if args.key?(:effective_streaming_mode)
591
609
  @labels = args[:labels] if args.key?(:labels)
592
610
  @name = args[:name] if args.key?(:name)
593
611
  @state = args[:state] if args.key?(:state)
612
+ @streaming_mode = args[:streaming_mode] if args.key?(:streaming_mode)
594
613
  @update_time = args[:update_time] if args.key?(:update_time)
595
614
  end
596
615
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ApigatewayV1beta
18
18
  # Version of the google-apis-apigateway_v1beta gem
19
- GEM_VERSION = "0.43.0"
19
+ GEM_VERSION = "0.44.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260422"
25
+ REVISION = "20260902"
26
26
  end
27
27
  end
28
28
  end
@@ -308,9 +308,11 @@ module Google
308
308
  property :create_time, as: 'createTime'
309
309
  property :default_hostname, as: 'defaultHostname'
310
310
  property :display_name, as: 'displayName'
311
+ property :effective_streaming_mode, as: 'effectiveStreamingMode'
311
312
  hash :labels, as: 'labels'
312
313
  property :name, as: 'name'
313
314
  property :state, as: 'state'
315
+ property :streaming_mode, as: 'streamingMode'
314
316
  property :update_time, as: 'updateTime'
315
317
  end
316
318
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-apigateway_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.43.0
4
+ version: 0.44.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-apigateway_v1beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-apigateway_v1beta/v0.43.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigateway_v1beta/v0.44.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apigateway_v1beta
62
62
  rdoc_options: []
63
63
  require_paths: