google-apis-beyondcorp_v1alpha 0.39.0 → 0.41.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/beyondcorp_v1alpha/classes.rb +27 -1
- data/lib/google/apis/beyondcorp_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/beyondcorp_v1alpha/representations.rb +15 -0
- data/lib/google/apis/beyondcorp_v1alpha/service.rb +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 56fc10d7697562b9bc536d3fdd25abd31fcad124c3696f008a5ee18b996d8a0c
|
4
|
+
data.tar.gz: a8fe74726a147ab255f0f13b3df9bd5acfdf3c203a982daa15b147bd3ecf6649
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1879f8f2ce776b11c670ea25ebc98c94ee4d87fed13708994d48b4429c6e99d82dca0641a7f3e182c811f427e8cbdbd88344dad8108e9574993dbbac971f7c35
|
7
|
+
data.tar.gz: f9dfbabadec1bb66f7a8fdffe5b932e26a10620b7b44daf192037456b638d4a44cd95c0af56ea8547f6a12d9701f76437420e48773331ba3137230c15632f38f
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-beyondcorp_v1alpha
|
2
2
|
|
3
|
+
### v0.41.0 (2024-07-25)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240626
|
6
|
+
|
7
|
+
### v0.40.0 (2024-06-26)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240619
|
10
|
+
|
3
11
|
### v0.39.0 (2024-06-23)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20240612
|
@@ -2163,6 +2163,11 @@ module Google
|
|
2163
2163
|
# @return [String]
|
2164
2164
|
attr_accessor :name
|
2165
2165
|
|
2166
|
+
# The protocol data that specifies how to communicate with Partner's Proxy.
|
2167
|
+
# Corresponds to the JSON property `proxyProtocolConfig`
|
2168
|
+
# @return [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig]
|
2169
|
+
attr_accessor :proxy_protocol_config
|
2170
|
+
|
2166
2171
|
# Required. The URI of the proxy server.
|
2167
2172
|
# Corresponds to the JSON property `proxyUri`
|
2168
2173
|
# @return [String]
|
@@ -2193,6 +2198,7 @@ module Google
|
|
2193
2198
|
@display_name = args[:display_name] if args.key?(:display_name)
|
2194
2199
|
@encryption_info = args[:encryption_info] if args.key?(:encryption_info)
|
2195
2200
|
@name = args[:name] if args.key?(:name)
|
2201
|
+
@proxy_protocol_config = args[:proxy_protocol_config] if args.key?(:proxy_protocol_config)
|
2196
2202
|
@proxy_uri = args[:proxy_uri] if args.key?(:proxy_uri)
|
2197
2203
|
@routing_info = args[:routing_info] if args.key?(:routing_info)
|
2198
2204
|
@transport_info = args[:transport_info] if args.key?(:transport_info)
|
@@ -2200,6 +2206,26 @@ module Google
|
|
2200
2206
|
end
|
2201
2207
|
end
|
2202
2208
|
|
2209
|
+
# The protocol data that specifies how to communicate with Partner's Proxy.
|
2210
|
+
class GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig
|
2211
|
+
include Google::Apis::Core::Hashable
|
2212
|
+
|
2213
|
+
# Optional. Untyped property bag to be sent back to the proxy using client
|
2214
|
+
# specific mechanism.
|
2215
|
+
# Corresponds to the JSON property `metadata`
|
2216
|
+
# @return [Hash<String,String>]
|
2217
|
+
attr_accessor :metadata
|
2218
|
+
|
2219
|
+
def initialize(**args)
|
2220
|
+
update!(**args)
|
2221
|
+
end
|
2222
|
+
|
2223
|
+
# Update properties of this object
|
2224
|
+
def update!(**args)
|
2225
|
+
@metadata = args[:metadata] if args.key?(:metadata)
|
2226
|
+
end
|
2227
|
+
end
|
2228
|
+
|
2203
2229
|
# Message contains the routing information to direct traffic to the proxy server.
|
2204
2230
|
class GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo
|
2205
2231
|
include Google::Apis::Core::Hashable
|
@@ -2771,7 +2797,7 @@ module Google
|
|
2771
2797
|
# @return [String]
|
2772
2798
|
attr_accessor :end_time
|
2773
2799
|
|
2774
|
-
#
|
2800
|
+
# Identifier. Unique resource name of the Subscription. The name is ignored when
|
2775
2801
|
# creating a subscription.
|
2776
2802
|
# Corresponds to the JSON property `name`
|
2777
2803
|
# @return [String]
|
@@ -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.41.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240626"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -346,6 +346,12 @@ module Google
|
|
346
346
|
include Google::Apis::Core::JsonObjectSupport
|
347
347
|
end
|
348
348
|
|
349
|
+
class GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
353
|
+
end
|
354
|
+
|
349
355
|
class GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo
|
350
356
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
357
|
|
@@ -1205,6 +1211,8 @@ module Google
|
|
1205
1211
|
property :encryption_info, as: 'encryptionInfo', class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaEncryptionInfo, decorator: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaEncryptionInfo::Representation
|
1206
1212
|
|
1207
1213
|
property :name, as: 'name'
|
1214
|
+
property :proxy_protocol_config, as: 'proxyProtocolConfig', class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig, decorator: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig::Representation
|
1215
|
+
|
1208
1216
|
property :proxy_uri, as: 'proxyUri'
|
1209
1217
|
property :routing_info, as: 'routingInfo', class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo, decorator: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo::Representation
|
1210
1218
|
|
@@ -1214,6 +1222,13 @@ module Google
|
|
1214
1222
|
end
|
1215
1223
|
end
|
1216
1224
|
|
1225
|
+
class GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig
|
1226
|
+
# @private
|
1227
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1228
|
+
hash :metadata, as: 'metadata'
|
1229
|
+
end
|
1230
|
+
end
|
1231
|
+
|
1217
1232
|
class GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo
|
1218
1233
|
# @private
|
1219
1234
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1216,7 +1216,7 @@ module Google
|
|
1216
1216
|
# filter fields: * `type` * `category` * `subCategory` Examples: * "category =
|
1217
1217
|
# application AND type = count" * "category = application AND subCategory = iap"
|
1218
1218
|
# * "type = status" Allowed values: * type: [count, latency, status, list] *
|
1219
|
-
# category: [application, device, request, security] * subCategory: [iap,
|
1219
|
+
# category: [application, device, request, security] * subCategory: [iap, caa,
|
1220
1220
|
# webprotect] NOTE: Only equality based comparison is allowed. Only `AND`
|
1221
1221
|
# conjunction is allowed. NOTE: The 'AND' in the filter field needs to be in
|
1222
1222
|
# capital letters only. NOTE: Just filtering on `subCategory` is not allowed. It
|
@@ -1566,7 +1566,7 @@ module Google
|
|
1566
1566
|
# Location will always be global as BeyondCorp subscriptions are per
|
1567
1567
|
# organization.
|
1568
1568
|
# @param [String] name
|
1569
|
-
#
|
1569
|
+
# Identifier. Unique resource name of the Subscription. The name is ignored when
|
1570
1570
|
# creating a subscription.
|
1571
1571
|
# @param [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaSubscription] google_cloud_beyondcorp_saasplatform_subscriptions_v1alpha_subscription_object
|
1572
1572
|
# @param [String] request_id
|
@@ -4323,7 +4323,7 @@ module Google
|
|
4323
4323
|
# filter fields: * `type` * `category` * `subCategory` Examples: * "category =
|
4324
4324
|
# application AND type = count" * "category = application AND subCategory = iap"
|
4325
4325
|
# * "type = status" Allowed values: * type: [count, latency, status, list] *
|
4326
|
-
# category: [application, device, request, security] * subCategory: [iap,
|
4326
|
+
# category: [application, device, request, security] * subCategory: [iap, caa,
|
4327
4327
|
# webprotect] NOTE: Only equality based comparison is allowed. Only `AND`
|
4328
4328
|
# conjunction is allowed. NOTE: The 'AND' in the filter field needs to be in
|
4329
4329
|
# capital letters only. NOTE: Just filtering on `subCategory` is not allowed. It
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.41.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-07-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-beyondcorp_v1alpha/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1alpha/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1alpha/v0.41.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-beyondcorp_v1alpha
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|