google-apis-beyondcorp_v1 0.51.0 → 0.52.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: fcd6ec0a5cb7036679024507645e8991af4552913db839a425927afb4ece00ca
4
- data.tar.gz: d3bb01800884d76a32ea58fb17648ae658a86da981cde007e31c871df9f36e16
3
+ metadata.gz: aa5abce3154c82217699b5f9f0679b446c592096e437dc74616e059f35f23716
4
+ data.tar.gz: dc974de1a1e127a9afab841412bdf7c74e14a4a4765a764e5626c321defefaad
5
5
  SHA512:
6
- metadata.gz: 98e184b399f42a0f39f0ab214bb2302e8a382add7e309fa730fc95a91187d208984ffb5dc584895ddb0f7672dbd3b4eabf59d5f29c04bac2a4a57b2cda1788b9
7
- data.tar.gz: debedaa6afe0490ff5634efeb6abe6be3134c2faa0d1524e796aebcfe6d568a6c3043d9d21ef21d8032b0a1882ee11fab3a60c9f874f82ca6910ec51a7d39228
6
+ metadata.gz: 12798277a05b4067420120793c1db267fb129b5ccf3bc719ec670e4687c167f8349905067bab0fe5b623e905b369b403988d70541a1219cead5af670a42aabce
7
+ data.tar.gz: 66b4472bc9fca3f2e087b7b91fd73f6c1f919e18c9dd8ab414448af38b1d3187e0c788797ad7836ec9d0921ec508fc283c081cf39dec23feecf7e92e6d2d891e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-beyondcorp_v1
2
2
 
3
+ ### v0.52.0 (2026-08-02)
4
+
5
+ * Regenerated from discovery document revision 20260722
6
+
3
7
  ### v0.51.0 (2026-06-14)
4
8
 
5
9
  * Regenerated using generator version 0.19.0
@@ -1826,6 +1826,11 @@ module Google
1826
1826
  # @return [Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedDeviceInfo]
1827
1827
  attr_accessor :device_info
1828
1828
 
1829
+ # The delegated dispatch information configuration.
1830
+ # Corresponds to the JSON property `dispatchInfo`
1831
+ # @return [Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedDispatchInfo]
1832
+ attr_accessor :dispatch_info
1833
+
1829
1834
  # The delegated group configuration details.
1830
1835
  # Corresponds to the JSON property `groupInfo`
1831
1836
  # @return [Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedGroupInfo]
@@ -1848,6 +1853,7 @@ module Google
1848
1853
  # Update properties of this object
1849
1854
  def update!(**args)
1850
1855
  @device_info = args[:device_info] if args.key?(:device_info)
1856
+ @dispatch_info = args[:dispatch_info] if args.key?(:dispatch_info)
1851
1857
  @group_info = args[:group_info] if args.key?(:group_info)
1852
1858
  @output_type = args[:output_type] if args.key?(:output_type)
1853
1859
  @user_info = args[:user_info] if args.key?(:user_info)
@@ -1873,6 +1879,25 @@ module Google
1873
1879
  end
1874
1880
  end
1875
1881
 
1882
+ # The delegated dispatch information configuration.
1883
+ class GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedDispatchInfo
1884
+ include Google::Apis::Core::Hashable
1885
+
1886
+ # Optional. The output type details for the delegated dispatch information.
1887
+ # Corresponds to the JSON property `outputType`
1888
+ # @return [String]
1889
+ attr_accessor :output_type
1890
+
1891
+ def initialize(**args)
1892
+ update!(**args)
1893
+ end
1894
+
1895
+ # Update properties of this object
1896
+ def update!(**args)
1897
+ @output_type = args[:output_type] if args.key?(:output_type)
1898
+ end
1899
+ end
1900
+
1876
1901
  # The delegated group configuration details.
1877
1902
  class GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedGroupInfo
1878
1903
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BeyondcorpV1
18
18
  # Version of the google-apis-beyondcorp_v1 gem
19
- GEM_VERSION = "0.51.0"
19
+ GEM_VERSION = "0.52.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 = "20260429"
25
+ REVISION = "20260722"
26
26
  end
27
27
  end
28
28
  end
@@ -298,6 +298,12 @@ module Google
298
298
  include Google::Apis::Core::JsonObjectSupport
299
299
  end
300
300
 
301
+ class GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedDispatchInfo
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ include Google::Apis::Core::JsonObjectSupport
305
+ end
306
+
301
307
  class GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedGroupInfo
302
308
  class Representation < Google::Apis::Core::JsonRepresentation; end
303
309
 
@@ -977,6 +983,8 @@ module Google
977
983
  class Representation < Google::Apis::Core::JsonRepresentation
978
984
  property :device_info, as: 'deviceInfo', class: Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedDeviceInfo, decorator: Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedDeviceInfo::Representation
979
985
 
986
+ property :dispatch_info, as: 'dispatchInfo', class: Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedDispatchInfo, decorator: Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedDispatchInfo::Representation
987
+
980
988
  property :group_info, as: 'groupInfo', class: Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedGroupInfo, decorator: Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedGroupInfo::Representation
981
989
 
982
990
  property :output_type, as: 'outputType'
@@ -992,6 +1000,13 @@ module Google
992
1000
  end
993
1001
  end
994
1002
 
1003
+ class GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedDispatchInfo
1004
+ # @private
1005
+ class Representation < Google::Apis::Core::JsonRepresentation
1006
+ property :output_type, as: 'outputType'
1007
+ end
1008
+ end
1009
+
995
1010
  class GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedGroupInfo
996
1011
  # @private
997
1012
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-beyondcorp_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.51.0
4
+ version: 0.52.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-beyondcorp_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1/v0.51.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1/v0.52.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-beyondcorp_v1
62
62
  rdoc_options: []
63
63
  require_paths: