google-apis-beyondcorp_v1alpha 0.26.0 → 0.27.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3c80b7a9925984064b7705ff7345949f27b5d3de2cf83320479555ab38e2be64
4
- data.tar.gz: ace76782e82a84121e2b78935a8e2ba89a37f359fe685ddf847528b33e01ab36
3
+ metadata.gz: f23d16943f7355f883ad3972e6a3add861d01d7ee19cff63707e61161c9695d1
4
+ data.tar.gz: 49a90ffbdcb71a2cc239bbb8c41f59fc62d7017d082f797a8063867610fe1564
5
5
  SHA512:
6
- metadata.gz: 67ae64da08a66b4f680ee652f4161a114c56ae9d064225cc70b1bfbcfffef3b9a975332f9aa7fe1fa8c2dc0e347ae3da42d3998a2d6ef1b41bfe7b59c756e881
7
- data.tar.gz: 59bc15f4786b123b0b9cf40fc53aca366059ed68b6cb2eabdc41da6ecfa085b96840716e9ca418a0979abab2f6b58f3c63564bd4cce3a533e51ca4ef85df92ea
6
+ metadata.gz: 333bea5c0f8e95980cc18be6f9a6710b922073c3f988e40134083505ca19d2a326e70045d77950489cdb1c410d1381bb5574ec5d2580b232b03028f4a7179f5e
7
+ data.tar.gz: 37d2fdb9d1406418cab5a5da9c4fc675b87f42926f426b51c20f1165638a8d4b9ea0ce6bad774c58c29ef771c8ad6f79dc91e4f351021e917d3f3298de6a4185
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-beyondcorp_v1alpha
2
2
 
3
+ ### v0.27.0 (2023-10-08)
4
+
5
+ * Regenerated from discovery document revision 20230927
6
+
3
7
  ### v0.26.0 (2023-09-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20230823
@@ -2121,6 +2121,11 @@ module Google
2121
2121
  # @return [String]
2122
2122
  attr_accessor :name
2123
2123
 
2124
+ # The protocol data that specifies how to communicate with Partner's Proxy.
2125
+ # Corresponds to the JSON property `proxyProtocolConfig`
2126
+ # @return [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig]
2127
+ attr_accessor :proxy_protocol_config
2128
+
2124
2129
  # Required. The URI of the proxy server.
2125
2130
  # Corresponds to the JSON property `proxyUri`
2126
2131
  # @return [String]
@@ -2151,6 +2156,7 @@ module Google
2151
2156
  @display_name = args[:display_name] if args.key?(:display_name)
2152
2157
  @encryption_info = args[:encryption_info] if args.key?(:encryption_info)
2153
2158
  @name = args[:name] if args.key?(:name)
2159
+ @proxy_protocol_config = args[:proxy_protocol_config] if args.key?(:proxy_protocol_config)
2154
2160
  @proxy_uri = args[:proxy_uri] if args.key?(:proxy_uri)
2155
2161
  @routing_info = args[:routing_info] if args.key?(:routing_info)
2156
2162
  @transport_info = args[:transport_info] if args.key?(:transport_info)
@@ -2158,6 +2164,26 @@ module Google
2158
2164
  end
2159
2165
  end
2160
2166
 
2167
+ # The protocol data that specifies how to communicate with Partner's Proxy.
2168
+ class GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig
2169
+ include Google::Apis::Core::Hashable
2170
+
2171
+ # Optional. Untyped property bag to be sent back to the proxy using client
2172
+ # specific mechanism.
2173
+ # Corresponds to the JSON property `metadata`
2174
+ # @return [Hash<String,String>]
2175
+ attr_accessor :metadata
2176
+
2177
+ def initialize(**args)
2178
+ update!(**args)
2179
+ end
2180
+
2181
+ # Update properties of this object
2182
+ def update!(**args)
2183
+ @metadata = args[:metadata] if args.key?(:metadata)
2184
+ end
2185
+ end
2186
+
2161
2187
  # Message contains the routing information to direct traffic to the proxy server.
2162
2188
  class GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo
2163
2189
  include Google::Apis::Core::Hashable
@@ -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.26.0"
19
+ GEM_VERSION = "0.27.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230823"
25
+ REVISION = "20230927"
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
 
@@ -1169,6 +1175,8 @@ module Google
1169
1175
  property :encryption_info, as: 'encryptionInfo', class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaEncryptionInfo, decorator: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaEncryptionInfo::Representation
1170
1176
 
1171
1177
  property :name, as: 'name'
1178
+ property :proxy_protocol_config, as: 'proxyProtocolConfig', class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig, decorator: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig::Representation
1179
+
1172
1180
  property :proxy_uri, as: 'proxyUri'
1173
1181
  property :routing_info, as: 'routingInfo', class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo, decorator: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo::Representation
1174
1182
 
@@ -1178,6 +1186,13 @@ module Google
1178
1186
  end
1179
1187
  end
1180
1188
 
1189
+ class GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig
1190
+ # @private
1191
+ class Representation < Google::Apis::Core::JsonRepresentation
1192
+ hash :metadata, as: 'metadata'
1193
+ end
1194
+ end
1195
+
1181
1196
  class GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo
1182
1197
  # @private
1183
1198
  class Representation < Google::Apis::Core::JsonRepresentation
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.26.0
4
+ version: 0.27.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: 2023-09-10 00:00:00.000000000 Z
11
+ date: 2023-10-08 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.26.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1alpha/v0.27.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: []