google-apis-beyondcorp_v1alpha 0.60.0 → 0.61.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9b4c981a1080c34f84aaf88891e35cbda85d3f31d1491777d4b4713fe7197c33
|
|
4
|
+
data.tar.gz: bdf473f0226039f386b11300494b44ef05f46f5b235b1a33cd30b9e6939874eb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 97d541d3e29fb648cf9a3c1358b40922255b88c89320c733d7f452139596fe094f2d6ec9dcaa5a30075c5bf434b32ad3f45634b4da6833026d21f500a536fd6d
|
|
7
|
+
data.tar.gz: c6f13faefdd424d5653b158b2fd9571776605eec2639160229c733a5276deb0fa304ab9d42e5adf6033e0815cb2c0952f70a42206d24c3e1d0f7670895746684
|
data/CHANGELOG.md
CHANGED
|
@@ -2940,6 +2940,19 @@ module Google
|
|
|
2940
2940
|
end
|
|
2941
2941
|
end
|
|
2942
2942
|
|
|
2943
|
+
# Configuration for Cloud Logging.
|
|
2944
|
+
class GoogleCloudBeyondcorpSecuritygatewaysV1alphaLoggingConfig
|
|
2945
|
+
include Google::Apis::Core::Hashable
|
|
2946
|
+
|
|
2947
|
+
def initialize(**args)
|
|
2948
|
+
update!(**args)
|
|
2949
|
+
end
|
|
2950
|
+
|
|
2951
|
+
# Update properties of this object
|
|
2952
|
+
def update!(**args)
|
|
2953
|
+
end
|
|
2954
|
+
end
|
|
2955
|
+
|
|
2943
2956
|
# The configuration for the proxy.
|
|
2944
2957
|
class GoogleCloudBeyondcorpSecuritygatewaysV1alphaProxyProtocolConfig
|
|
2945
2958
|
include Google::Apis::Core::Hashable
|
|
@@ -3020,6 +3033,11 @@ module Google
|
|
|
3020
3033
|
# @return [Hash<String,Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaHub>]
|
|
3021
3034
|
attr_accessor :hubs
|
|
3022
3035
|
|
|
3036
|
+
# Configuration for Cloud Logging.
|
|
3037
|
+
# Corresponds to the JSON property `logging`
|
|
3038
|
+
# @return [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaLoggingConfig]
|
|
3039
|
+
attr_accessor :logging
|
|
3040
|
+
|
|
3023
3041
|
# Identifier. Name of the resource.
|
|
3024
3042
|
# Corresponds to the JSON property `name`
|
|
3025
3043
|
# @return [String]
|
|
@@ -3056,6 +3074,7 @@ module Google
|
|
|
3056
3074
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
3057
3075
|
@external_ips = args[:external_ips] if args.key?(:external_ips)
|
|
3058
3076
|
@hubs = args[:hubs] if args.key?(:hubs)
|
|
3077
|
+
@logging = args[:logging] if args.key?(:logging)
|
|
3059
3078
|
@name = args[:name] if args.key?(:name)
|
|
3060
3079
|
@proxy_protocol_config = args[:proxy_protocol_config] if args.key?(:proxy_protocol_config)
|
|
3061
3080
|
@service_discovery = args[:service_discovery] if args.key?(:service_discovery)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module BeyondcorpV1alpha
|
|
18
18
|
# Version of the google-apis-beyondcorp_v1alpha gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.61.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 = "
|
|
25
|
+
REVISION = "20260228"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -472,6 +472,12 @@ module Google
|
|
|
472
472
|
include Google::Apis::Core::JsonObjectSupport
|
|
473
473
|
end
|
|
474
474
|
|
|
475
|
+
class GoogleCloudBeyondcorpSecuritygatewaysV1alphaLoggingConfig
|
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
477
|
+
|
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
479
|
+
end
|
|
480
|
+
|
|
475
481
|
class GoogleCloudBeyondcorpSecuritygatewaysV1alphaProxyProtocolConfig
|
|
476
482
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
477
483
|
|
|
@@ -1464,6 +1470,12 @@ module Google
|
|
|
1464
1470
|
end
|
|
1465
1471
|
end
|
|
1466
1472
|
|
|
1473
|
+
class GoogleCloudBeyondcorpSecuritygatewaysV1alphaLoggingConfig
|
|
1474
|
+
# @private
|
|
1475
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1476
|
+
end
|
|
1477
|
+
end
|
|
1478
|
+
|
|
1467
1479
|
class GoogleCloudBeyondcorpSecuritygatewaysV1alphaProxyProtocolConfig
|
|
1468
1480
|
# @private
|
|
1469
1481
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1485,6 +1497,8 @@ module Google
|
|
|
1485
1497
|
collection :external_ips, as: 'externalIps'
|
|
1486
1498
|
hash :hubs, as: 'hubs', class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaHub, decorator: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaHub::Representation
|
|
1487
1499
|
|
|
1500
|
+
property :logging, as: 'logging', class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaLoggingConfig, decorator: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaLoggingConfig::Representation
|
|
1501
|
+
|
|
1488
1502
|
property :name, as: 'name'
|
|
1489
1503
|
property :proxy_protocol_config, as: 'proxyProtocolConfig', class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaProxyProtocolConfig, decorator: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaProxyProtocolConfig::Representation
|
|
1490
1504
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-beyondcorp_v1alpha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.61.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_v1alpha/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1alpha/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1alpha/v0.61.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-beyondcorp_v1alpha
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|