google-apis-beyondcorp_v1 0.47.0 → 0.48.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: fb11959aaeb40304bc5bd53ddc6ce93f8fcbed2931ffa39ddf471d1618f64d8e
4
- data.tar.gz: e28d66fe4ed95ccd91c9d5cddbc89a96294166229f90be59e1d6181dc15cf30b
3
+ metadata.gz: 6ab1aa75312960d4f049568e12dc83db0ae06a8d5a948ef758fb2f0b4cf8ea5e
4
+ data.tar.gz: c4b101afa296df66482aa3c399ca69057f05c1512a022700f50599f0d0aa6c0f
5
5
  SHA512:
6
- metadata.gz: 5045a0115ea2f62392dccf8a7dfc444708a79aa2043f797942463c2516ec4e906cb8cc761c10951910d6286554f3a164c75eff064506c5183793c72c38878a77
7
- data.tar.gz: 9e13ff0055947288af02547c486777e62bf7ba38a391623eb07ce7e0239cf2356c24c24f1445cda2867e0d139f9fe65f9833441c2db582992a404a641024154f
6
+ metadata.gz: 10de750bf34aa7fe83c51d4f232deaa18f2ad2962a16a12abb59a110fe06affebda247e5bd5779153df9f1854bbac3755727aa8a1514d1a3c821dc0b591efeca
7
+ data.tar.gz: ff6321d587e1f894362b58dc815d080388e00a714f2474827946c755ff76b21bd8b3426c8023bebb94fed3ffd4b5c56abfd190b318f3ac2cab90a53520c4e5ac
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-beyondcorp_v1
2
2
 
3
+ ### v0.48.0 (2026-03-08)
4
+
5
+ * Regenerated from discovery document revision 20260228
6
+
3
7
  ### v0.47.0 (2026-02-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20260128
@@ -2081,6 +2081,19 @@ module Google
2081
2081
  end
2082
2082
  end
2083
2083
 
2084
+ # Configuration for Cloud Logging.
2085
+ class GoogleCloudBeyondcorpSecuritygatewaysV1LoggingConfig
2086
+ include Google::Apis::Core::Hashable
2087
+
2088
+ def initialize(**args)
2089
+ update!(**args)
2090
+ end
2091
+
2092
+ # Update properties of this object
2093
+ def update!(**args)
2094
+ end
2095
+ end
2096
+
2084
2097
  # The configuration for the proxy.
2085
2098
  class GoogleCloudBeyondcorpSecuritygatewaysV1ProxyProtocolConfig
2086
2099
  include Google::Apis::Core::Hashable
@@ -2161,6 +2174,11 @@ module Google
2161
2174
  # @return [Hash<String,Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1Hub>]
2162
2175
  attr_accessor :hubs
2163
2176
 
2177
+ # Configuration for Cloud Logging.
2178
+ # Corresponds to the JSON property `logging`
2179
+ # @return [Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1LoggingConfig]
2180
+ attr_accessor :logging
2181
+
2164
2182
  # Identifier. Name of the resource.
2165
2183
  # Corresponds to the JSON property `name`
2166
2184
  # @return [String]
@@ -2197,6 +2215,7 @@ module Google
2197
2215
  @display_name = args[:display_name] if args.key?(:display_name)
2198
2216
  @external_ips = args[:external_ips] if args.key?(:external_ips)
2199
2217
  @hubs = args[:hubs] if args.key?(:hubs)
2218
+ @logging = args[:logging] if args.key?(:logging)
2200
2219
  @name = args[:name] if args.key?(:name)
2201
2220
  @proxy_protocol_config = args[:proxy_protocol_config] if args.key?(:proxy_protocol_config)
2202
2221
  @service_discovery = args[:service_discovery] if args.key?(:service_discovery)
@@ -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.47.0"
19
+ GEM_VERSION = "0.48.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260128"
25
+ REVISION = "20260228"
26
26
  end
27
27
  end
28
28
  end
@@ -352,6 +352,12 @@ module Google
352
352
  include Google::Apis::Core::JsonObjectSupport
353
353
  end
354
354
 
355
+ class GoogleCloudBeyondcorpSecuritygatewaysV1LoggingConfig
356
+ class Representation < Google::Apis::Core::JsonRepresentation; end
357
+
358
+ include Google::Apis::Core::JsonObjectSupport
359
+ end
360
+
355
361
  class GoogleCloudBeyondcorpSecuritygatewaysV1ProxyProtocolConfig
356
362
  class Representation < Google::Apis::Core::JsonRepresentation; end
357
363
 
@@ -1058,6 +1064,12 @@ module Google
1058
1064
  end
1059
1065
  end
1060
1066
 
1067
+ class GoogleCloudBeyondcorpSecuritygatewaysV1LoggingConfig
1068
+ # @private
1069
+ class Representation < Google::Apis::Core::JsonRepresentation
1070
+ end
1071
+ end
1072
+
1061
1073
  class GoogleCloudBeyondcorpSecuritygatewaysV1ProxyProtocolConfig
1062
1074
  # @private
1063
1075
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1079,6 +1091,8 @@ module Google
1079
1091
  collection :external_ips, as: 'externalIps'
1080
1092
  hash :hubs, as: 'hubs', class: Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1Hub, decorator: Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1Hub::Representation
1081
1093
 
1094
+ property :logging, as: 'logging', class: Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1LoggingConfig, decorator: Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1LoggingConfig::Representation
1095
+
1082
1096
  property :name, as: 'name'
1083
1097
  property :proxy_protocol_config, as: 'proxyProtocolConfig', class: Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1ProxyProtocolConfig, decorator: Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1ProxyProtocolConfig::Representation
1084
1098
 
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.47.0
4
+ version: 0.48.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.47.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1/v0.48.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: