google-apis-beyondcorp_v1alpha 0.39.0 → 0.40.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 +4 -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 +1 -1
- 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: f83603946dd2c58f91283a94a04158bc9c73f5bd1920d6ce0e87f059844b8b01
|
4
|
+
data.tar.gz: 707cc8ca8d18d80e69d0567eb994991eff5bb9af1f2da27f8acc07fec5d1d72e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2a57a6deca66616cc13d6cddc4ec70d29214498813a44925770fc85d1cc9decae1478205bbf40974e35bf804d5c50ec3680ee1444c3d50f945fa3657267a177f
|
7
|
+
data.tar.gz: a48be68c7acfc53a331a83f84fd64ab640c8975ff19f34da5686db96f3c58b9d347599dd734eab4b3b530b98c173524d145ba867b79d42eec5961cdc7b84dee8
|
data/CHANGELOG.md
CHANGED
@@ -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.40.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 = "20240619"
|
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
|
@@ -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
|
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.40.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-06-
|
11
|
+
date: 2024-06-27 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.40.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: []
|