google-apis-beyondcorp_v1alpha 0.46.0 → 0.47.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: c7eff188e111864baca6fa2ea629b9d4717b2ab3fb1469c56e3d0a5c7fc2a969
4
- data.tar.gz: ba4830e645e159071cffcc377814f66869580e1ffd36590f01f38c19c81d937e
3
+ metadata.gz: ce8b7735e4f96e1394d0dab7478b79911a9828d6de54e7755dac1baed3ff736b
4
+ data.tar.gz: 375d965b61cdd4440e48cfea8cb9a0e3c4a71632c9c40fa8a9b380e110dfeb29
5
5
  SHA512:
6
- metadata.gz: a7b5b023584578abb94ee7add3177e197b2e499a1422e5bb2e491132efc49a982f5ea1d056a17d4d2d75604124a058c757931b594d0152940d71027de20e19e4
7
- data.tar.gz: ae2c102d20996906a02999414b9c1a040a6c0b7c9d6381710145ef00cf107b6483453a76fddc68656975aef86d49a10c05ea594b27436155c0034269ff1b6092
6
+ metadata.gz: '096629cfb27c0cb3d9f66f17e20b3bc5b9c4e32b427af8f3d01ec0c4d923c39fdd0272e22c1ea175fac2baf3a280dd7ff5e992148b98b60d8565cd0003104697'
7
+ data.tar.gz: 1d22b79557211c307e2607f950eb804d6277254ece74e89fca4d38d2f6835191bb207318e6984d9b574478b9b3931add6b359fe03ed211f2838b1fa371031746
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-beyondcorp_v1alpha
2
2
 
3
+ ### v0.47.0 (2025-04-20)
4
+
5
+ * Regenerated from discovery document revision 20250409
6
+
3
7
  ### v0.46.0 (2025-03-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20250319
@@ -1848,63 +1848,6 @@ module Google
1848
1848
  end
1849
1849
  end
1850
1850
 
1851
- # Browser DLP Rule for a PartnerTenant
1852
- class GoogleCloudBeyondcorpPartnerservicesV1alphaBrowserDlpRule
1853
- include Google::Apis::Core::Hashable
1854
-
1855
- # Message to capture group information
1856
- # Corresponds to the JSON property `group`
1857
- # @return [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaGroup]
1858
- attr_accessor :group
1859
-
1860
- # Output only. Unique resource name. The name is ignored when creating
1861
- # BrowserDlpRule.
1862
- # Corresponds to the JSON property `name`
1863
- # @return [String]
1864
- attr_accessor :name
1865
-
1866
- # Message to capture settings for a BrowserDlpRule
1867
- # Corresponds to the JSON property `ruleSetting`
1868
- # @return [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaRuleSetting]
1869
- attr_accessor :rule_setting
1870
-
1871
- def initialize(**args)
1872
- update!(**args)
1873
- end
1874
-
1875
- # Update properties of this object
1876
- def update!(**args)
1877
- @group = args[:group] if args.key?(:group)
1878
- @name = args[:name] if args.key?(:name)
1879
- @rule_setting = args[:rule_setting] if args.key?(:rule_setting)
1880
- end
1881
- end
1882
-
1883
- # Message contains the JWT encryption information for the proxy server.
1884
- class GoogleCloudBeyondcorpPartnerservicesV1alphaEncryptionInfo
1885
- include Google::Apis::Core::Hashable
1886
-
1887
- # Optional. Service Account for encryption key.
1888
- # Corresponds to the JSON property `encryptionSaEmail`
1889
- # @return [String]
1890
- attr_accessor :encryption_sa_email
1891
-
1892
- # Optional. JWK in string.
1893
- # Corresponds to the JSON property `jwk`
1894
- # @return [String]
1895
- attr_accessor :jwk
1896
-
1897
- def initialize(**args)
1898
- update!(**args)
1899
- end
1900
-
1901
- # Update properties of this object
1902
- def update!(**args)
1903
- @encryption_sa_email = args[:encryption_sa_email] if args.key?(:encryption_sa_email)
1904
- @jwk = args[:jwk] if args.key?(:jwk)
1905
- end
1906
- end
1907
-
1908
1851
  # Message to capture group information
1909
1852
  class GoogleCloudBeyondcorpPartnerservicesV1alphaGroup
1910
1853
  include Google::Apis::Core::Hashable
@@ -1930,25 +1873,6 @@ module Google
1930
1873
  end
1931
1874
  end
1932
1875
 
1933
- # Message for response to listing BrowserDlpRules.
1934
- class GoogleCloudBeyondcorpPartnerservicesV1alphaListBrowserDlpRulesResponse
1935
- include Google::Apis::Core::Hashable
1936
-
1937
- # The list of BrowserDlpRule objects.
1938
- # Corresponds to the JSON property `browserDlpRules`
1939
- # @return [Array<Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaBrowserDlpRule>]
1940
- attr_accessor :browser_dlp_rules
1941
-
1942
- def initialize(**args)
1943
- update!(**args)
1944
- end
1945
-
1946
- # Update properties of this object
1947
- def update!(**args)
1948
- @browser_dlp_rules = args[:browser_dlp_rules] if args.key?(:browser_dlp_rules)
1949
- end
1950
- end
1951
-
1952
1876
  # Message for response to listing PartnerTenants.
1953
1877
  class GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse
1954
1878
  include Google::Apis::Core::Hashable
@@ -1975,32 +1899,6 @@ module Google
1975
1899
  end
1976
1900
  end
1977
1901
 
1978
- # Message for response to listing ProxyConfigs.
1979
- class GoogleCloudBeyondcorpPartnerservicesV1alphaListProxyConfigsResponse
1980
- include Google::Apis::Core::Hashable
1981
-
1982
- # A token to retrieve the next page of results, or empty if there are no more
1983
- # results in the list.
1984
- # Corresponds to the JSON property `nextPageToken`
1985
- # @return [String]
1986
- attr_accessor :next_page_token
1987
-
1988
- # The list of ProxyConfig objects.
1989
- # Corresponds to the JSON property `proxyConfigs`
1990
- # @return [Array<Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig>]
1991
- attr_accessor :proxy_configs
1992
-
1993
- def initialize(**args)
1994
- update!(**args)
1995
- end
1996
-
1997
- # Update properties of this object
1998
- def update!(**args)
1999
- @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
2000
- @proxy_configs = args[:proxy_configs] if args.key?(:proxy_configs)
2001
- end
2002
- end
2003
-
2004
1902
  # Metadata associated with PartnerTenant and is provided by the Partner.
2005
1903
  class GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerMetadata
2006
1904
  include Google::Apis::Core::Hashable
@@ -2138,165 +2036,6 @@ module Google
2138
2036
  end
2139
2037
  end
2140
2038
 
2141
- # Proxy Configuration of a PartnerTenant.
2142
- class GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig
2143
- include Google::Apis::Core::Hashable
2144
-
2145
- # Output only. Timestamp when the resource was created.
2146
- # Corresponds to the JSON property `createTime`
2147
- # @return [String]
2148
- attr_accessor :create_time
2149
-
2150
- # Optional. An arbitrary caller-provided name for the ProxyConfig. Cannot exceed
2151
- # 64 characters.
2152
- # Corresponds to the JSON property `displayName`
2153
- # @return [String]
2154
- attr_accessor :display_name
2155
-
2156
- # Message contains the JWT encryption information for the proxy server.
2157
- # Corresponds to the JSON property `encryptionInfo`
2158
- # @return [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaEncryptionInfo]
2159
- attr_accessor :encryption_info
2160
-
2161
- # Output only. ProxyConfig resource name.
2162
- # Corresponds to the JSON property `name`
2163
- # @return [String]
2164
- attr_accessor :name
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
-
2171
- # Required. The URI of the proxy server.
2172
- # Corresponds to the JSON property `proxyUri`
2173
- # @return [String]
2174
- attr_accessor :proxy_uri
2175
-
2176
- # Message contains the routing information to direct traffic to the proxy server.
2177
- # Corresponds to the JSON property `routingInfo`
2178
- # @return [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo]
2179
- attr_accessor :routing_info
2180
-
2181
- # Message contains the transport layer information to verify the proxy server.
2182
- # Corresponds to the JSON property `transportInfo`
2183
- # @return [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaTransportInfo]
2184
- attr_accessor :transport_info
2185
-
2186
- # Output only. Timestamp when the resource was last modified.
2187
- # Corresponds to the JSON property `updateTime`
2188
- # @return [String]
2189
- attr_accessor :update_time
2190
-
2191
- def initialize(**args)
2192
- update!(**args)
2193
- end
2194
-
2195
- # Update properties of this object
2196
- def update!(**args)
2197
- @create_time = args[:create_time] if args.key?(:create_time)
2198
- @display_name = args[:display_name] if args.key?(:display_name)
2199
- @encryption_info = args[:encryption_info] if args.key?(:encryption_info)
2200
- @name = args[:name] if args.key?(:name)
2201
- @proxy_protocol_config = args[:proxy_protocol_config] if args.key?(:proxy_protocol_config)
2202
- @proxy_uri = args[:proxy_uri] if args.key?(:proxy_uri)
2203
- @routing_info = args[:routing_info] if args.key?(:routing_info)
2204
- @transport_info = args[:transport_info] if args.key?(:transport_info)
2205
- @update_time = args[:update_time] if args.key?(:update_time)
2206
- end
2207
- end
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
-
2229
- # Message contains the routing information to direct traffic to the proxy server.
2230
- class GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo
2231
- include Google::Apis::Core::Hashable
2232
-
2233
- # Required. Proxy Auto-Configuration (PAC) URI.
2234
- # Corresponds to the JSON property `pacUri`
2235
- # @return [String]
2236
- attr_accessor :pac_uri
2237
-
2238
- def initialize(**args)
2239
- update!(**args)
2240
- end
2241
-
2242
- # Update properties of this object
2243
- def update!(**args)
2244
- @pac_uri = args[:pac_uri] if args.key?(:pac_uri)
2245
- end
2246
- end
2247
-
2248
- # Message to capture settings for a BrowserDlpRule
2249
- class GoogleCloudBeyondcorpPartnerservicesV1alphaRuleSetting
2250
- include Google::Apis::Core::Hashable
2251
-
2252
- # Required. Immutable. The type of the Setting. .
2253
- # Corresponds to the JSON property `type`
2254
- # @return [String]
2255
- attr_accessor :type
2256
-
2257
- # Required. The value of the Setting.
2258
- # Corresponds to the JSON property `value`
2259
- # @return [Hash<String,Object>]
2260
- attr_accessor :value
2261
-
2262
- def initialize(**args)
2263
- update!(**args)
2264
- end
2265
-
2266
- # Update properties of this object
2267
- def update!(**args)
2268
- @type = args[:type] if args.key?(:type)
2269
- @value = args[:value] if args.key?(:value)
2270
- end
2271
- end
2272
-
2273
- # Message contains the transport layer information to verify the proxy server.
2274
- class GoogleCloudBeyondcorpPartnerservicesV1alphaTransportInfo
2275
- include Google::Apis::Core::Hashable
2276
-
2277
- # Required. PEM encoded CA certificate associated with the proxy server
2278
- # certificate.
2279
- # Corresponds to the JSON property `serverCaCertPem`
2280
- # @return [String]
2281
- attr_accessor :server_ca_cert_pem
2282
-
2283
- # Optional. PEM encoded CA certificate associated with the certificate used by
2284
- # proxy server for SSL decryption.
2285
- # Corresponds to the JSON property `sslDecryptCaCertPem`
2286
- # @return [String]
2287
- attr_accessor :ssl_decrypt_ca_cert_pem
2288
-
2289
- def initialize(**args)
2290
- update!(**args)
2291
- end
2292
-
2293
- # Update properties of this object
2294
- def update!(**args)
2295
- @server_ca_cert_pem = args[:server_ca_cert_pem] if args.key?(:server_ca_cert_pem)
2296
- @ssl_decrypt_ca_cert_pem = args[:ssl_decrypt_ca_cert_pem] if args.key?(:ssl_decrypt_ca_cert_pem)
2297
- end
2298
- end
2299
-
2300
2039
  # Represents the metadata of the long-running operation.
2301
2040
  class GoogleCloudBeyondcorpPartnerservicesV1mainPartnerServiceOperationMetadata
2302
2041
  include Google::Apis::Core::Hashable
@@ -4174,26 +3913,6 @@ module Google
4174
3913
  end
4175
3914
  end
4176
3915
 
4177
- # Response message for calling ShouldThrottle
4178
- class ShouldThrottleResponse
4179
- include Google::Apis::Core::Hashable
4180
-
4181
- # Whether the port should be throttled
4182
- # Corresponds to the JSON property `shouldThrottle`
4183
- # @return [Boolean]
4184
- attr_accessor :should_throttle
4185
- alias_method :should_throttle?, :should_throttle
4186
-
4187
- def initialize(**args)
4188
- update!(**args)
4189
- end
4190
-
4191
- # Update properties of this object
4192
- def update!(**args)
4193
- @should_throttle = args[:should_throttle] if args.key?(:should_throttle)
4194
- end
4195
- end
4196
-
4197
3916
  # TunnelerError is an error proto for errors returned by the connection manager.
4198
3917
  class Tunnelv1ProtoTunnelerError
4199
3918
  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.46.0"
19
+ GEM_VERSION = "0.47.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250319"
25
+ REVISION = "20250409"
26
26
  end
27
27
  end
28
28
  end
@@ -286,42 +286,18 @@ module Google
286
286
  include Google::Apis::Core::JsonObjectSupport
287
287
  end
288
288
 
289
- class GoogleCloudBeyondcorpPartnerservicesV1alphaBrowserDlpRule
290
- class Representation < Google::Apis::Core::JsonRepresentation; end
291
-
292
- include Google::Apis::Core::JsonObjectSupport
293
- end
294
-
295
- class GoogleCloudBeyondcorpPartnerservicesV1alphaEncryptionInfo
296
- class Representation < Google::Apis::Core::JsonRepresentation; end
297
-
298
- include Google::Apis::Core::JsonObjectSupport
299
- end
300
-
301
289
  class GoogleCloudBeyondcorpPartnerservicesV1alphaGroup
302
290
  class Representation < Google::Apis::Core::JsonRepresentation; end
303
291
 
304
292
  include Google::Apis::Core::JsonObjectSupport
305
293
  end
306
294
 
307
- class GoogleCloudBeyondcorpPartnerservicesV1alphaListBrowserDlpRulesResponse
308
- class Representation < Google::Apis::Core::JsonRepresentation; end
309
-
310
- include Google::Apis::Core::JsonObjectSupport
311
- end
312
-
313
295
  class GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse
314
296
  class Representation < Google::Apis::Core::JsonRepresentation; end
315
297
 
316
298
  include Google::Apis::Core::JsonObjectSupport
317
299
  end
318
300
 
319
- class GoogleCloudBeyondcorpPartnerservicesV1alphaListProxyConfigsResponse
320
- class Representation < Google::Apis::Core::JsonRepresentation; end
321
-
322
- include Google::Apis::Core::JsonObjectSupport
323
- end
324
-
325
301
  class GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerMetadata
326
302
  class Representation < Google::Apis::Core::JsonRepresentation; end
327
303
 
@@ -340,36 +316,6 @@ module Google
340
316
  include Google::Apis::Core::JsonObjectSupport
341
317
  end
342
318
 
343
- class GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig
344
- class Representation < Google::Apis::Core::JsonRepresentation; end
345
-
346
- include Google::Apis::Core::JsonObjectSupport
347
- end
348
-
349
- class GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig
350
- class Representation < Google::Apis::Core::JsonRepresentation; end
351
-
352
- include Google::Apis::Core::JsonObjectSupport
353
- end
354
-
355
- class GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo
356
- class Representation < Google::Apis::Core::JsonRepresentation; end
357
-
358
- include Google::Apis::Core::JsonObjectSupport
359
- end
360
-
361
- class GoogleCloudBeyondcorpPartnerservicesV1alphaRuleSetting
362
- class Representation < Google::Apis::Core::JsonRepresentation; end
363
-
364
- include Google::Apis::Core::JsonObjectSupport
365
- end
366
-
367
- class GoogleCloudBeyondcorpPartnerservicesV1alphaTransportInfo
368
- class Representation < Google::Apis::Core::JsonRepresentation; end
369
-
370
- include Google::Apis::Core::JsonObjectSupport
371
- end
372
-
373
319
  class GoogleCloudBeyondcorpPartnerservicesV1mainPartnerServiceOperationMetadata
374
320
  class Representation < Google::Apis::Core::JsonRepresentation; end
375
321
 
@@ -664,12 +610,6 @@ module Google
664
610
  include Google::Apis::Core::JsonObjectSupport
665
611
  end
666
612
 
667
- class ShouldThrottleResponse
668
- class Representation < Google::Apis::Core::JsonRepresentation; end
669
-
670
- include Google::Apis::Core::JsonObjectSupport
671
- end
672
-
673
613
  class Tunnelv1ProtoTunnelerError
674
614
  class Representation < Google::Apis::Core::JsonRepresentation; end
675
615
 
@@ -1157,25 +1097,6 @@ module Google
1157
1097
  end
1158
1098
  end
1159
1099
 
1160
- class GoogleCloudBeyondcorpPartnerservicesV1alphaBrowserDlpRule
1161
- # @private
1162
- class Representation < Google::Apis::Core::JsonRepresentation
1163
- property :group, as: 'group', class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaGroup, decorator: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaGroup::Representation
1164
-
1165
- property :name, as: 'name'
1166
- property :rule_setting, as: 'ruleSetting', class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaRuleSetting, decorator: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaRuleSetting::Representation
1167
-
1168
- end
1169
- end
1170
-
1171
- class GoogleCloudBeyondcorpPartnerservicesV1alphaEncryptionInfo
1172
- # @private
1173
- class Representation < Google::Apis::Core::JsonRepresentation
1174
- property :encryption_sa_email, as: 'encryptionSaEmail'
1175
- property :jwk, as: 'jwk'
1176
- end
1177
- end
1178
-
1179
1100
  class GoogleCloudBeyondcorpPartnerservicesV1alphaGroup
1180
1101
  # @private
1181
1102
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1184,14 +1105,6 @@ module Google
1184
1105
  end
1185
1106
  end
1186
1107
 
1187
- class GoogleCloudBeyondcorpPartnerservicesV1alphaListBrowserDlpRulesResponse
1188
- # @private
1189
- class Representation < Google::Apis::Core::JsonRepresentation
1190
- collection :browser_dlp_rules, as: 'browserDlpRules', class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaBrowserDlpRule, decorator: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaBrowserDlpRule::Representation
1191
-
1192
- end
1193
- end
1194
-
1195
1108
  class GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse
1196
1109
  # @private
1197
1110
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1201,15 +1114,6 @@ module Google
1201
1114
  end
1202
1115
  end
1203
1116
 
1204
- class GoogleCloudBeyondcorpPartnerservicesV1alphaListProxyConfigsResponse
1205
- # @private
1206
- class Representation < Google::Apis::Core::JsonRepresentation
1207
- property :next_page_token, as: 'nextPageToken'
1208
- collection :proxy_configs, as: 'proxyConfigs', class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig, decorator: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig::Representation
1209
-
1210
- end
1211
- end
1212
-
1213
1117
  class GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerMetadata
1214
1118
  # @private
1215
1119
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1245,55 +1149,6 @@ module Google
1245
1149
  end
1246
1150
  end
1247
1151
 
1248
- class GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig
1249
- # @private
1250
- class Representation < Google::Apis::Core::JsonRepresentation
1251
- property :create_time, as: 'createTime'
1252
- property :display_name, as: 'displayName'
1253
- property :encryption_info, as: 'encryptionInfo', class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaEncryptionInfo, decorator: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaEncryptionInfo::Representation
1254
-
1255
- property :name, as: 'name'
1256
- property :proxy_protocol_config, as: 'proxyProtocolConfig', class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig, decorator: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig::Representation
1257
-
1258
- property :proxy_uri, as: 'proxyUri'
1259
- property :routing_info, as: 'routingInfo', class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo, decorator: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo::Representation
1260
-
1261
- property :transport_info, as: 'transportInfo', class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaTransportInfo, decorator: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaTransportInfo::Representation
1262
-
1263
- property :update_time, as: 'updateTime'
1264
- end
1265
- end
1266
-
1267
- class GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig
1268
- # @private
1269
- class Representation < Google::Apis::Core::JsonRepresentation
1270
- hash :metadata, as: 'metadata'
1271
- end
1272
- end
1273
-
1274
- class GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo
1275
- # @private
1276
- class Representation < Google::Apis::Core::JsonRepresentation
1277
- property :pac_uri, as: 'pacUri'
1278
- end
1279
- end
1280
-
1281
- class GoogleCloudBeyondcorpPartnerservicesV1alphaRuleSetting
1282
- # @private
1283
- class Representation < Google::Apis::Core::JsonRepresentation
1284
- property :type, as: 'type'
1285
- hash :value, as: 'value'
1286
- end
1287
- end
1288
-
1289
- class GoogleCloudBeyondcorpPartnerservicesV1alphaTransportInfo
1290
- # @private
1291
- class Representation < Google::Apis::Core::JsonRepresentation
1292
- property :server_ca_cert_pem, as: 'serverCaCertPem'
1293
- property :ssl_decrypt_ca_cert_pem, as: 'sslDecryptCaCertPem'
1294
- end
1295
- end
1296
-
1297
1152
  class GoogleCloudBeyondcorpPartnerservicesV1mainPartnerServiceOperationMetadata
1298
1153
  # @private
1299
1154
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1775,13 +1630,6 @@ module Google
1775
1630
  end
1776
1631
  end
1777
1632
 
1778
- class ShouldThrottleResponse
1779
- # @private
1780
- class Representation < Google::Apis::Core::JsonRepresentation
1781
- property :should_throttle, as: 'shouldThrottle'
1782
- end
1783
- end
1784
-
1785
1633
  class Tunnelv1ProtoTunnelerError
1786
1634
  # @private
1787
1635
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -223,163 +223,6 @@ module Google
223
223
  execute_or_queue_command(command, &block)
224
224
  end
225
225
 
226
- # Deletes an existing BrowserDlpRule.
227
- # @param [String] name
228
- # Required. The resource name of the BrowserDlpRule using the form: `
229
- # organizations/`organization_id`/locations/global/partnerTenants/`
230
- # partner_tenant_id`/browserDlpRules/`browser_dlp_rule_id``
231
- # @param [String] request_id
232
- # Optional. An optional request ID to identify requests. Specify a unique
233
- # request ID so that if you must retry your request, the server will know to
234
- # ignore the request if it has already been completed. The server will guarantee
235
- # that for at least 60 minutes after the first request. For example, consider a
236
- # situation where you make an initial request and the request times out. If you
237
- # make the request again with the same request ID, the server can check if
238
- # original operation with the same request ID was received, and if so, will
239
- # ignore the second request. This prevents clients from accidentally creating
240
- # duplicate commitments. The request ID must be a valid UUID with the exception
241
- # that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
242
- # @param [String] fields
243
- # Selector specifying which fields to include in a partial response.
244
- # @param [String] quota_user
245
- # Available to use for quota purposes for server-side applications. Can be any
246
- # arbitrary string assigned to a user, but should not exceed 40 characters.
247
- # @param [Google::Apis::RequestOptions] options
248
- # Request-specific options
249
- #
250
- # @yield [result, err] Result & error if block supplied
251
- # @yieldparam result [Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation] parsed result object
252
- # @yieldparam err [StandardError] error object if request failed
253
- #
254
- # @return [Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation]
255
- #
256
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
257
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
258
- # @raise [Google::Apis::AuthorizationError] Authorization is required
259
- def delete_organization_location_global_partner_tenant_browser_dlp_rule(name, request_id: nil, fields: nil, quota_user: nil, options: nil, &block)
260
- command = make_simple_command(:delete, 'v1alpha/{+name}', options)
261
- command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation::Representation
262
- command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation
263
- command.params['name'] = name unless name.nil?
264
- command.query['requestId'] = request_id unless request_id.nil?
265
- command.query['fields'] = fields unless fields.nil?
266
- command.query['quotaUser'] = quota_user unless quota_user.nil?
267
- execute_or_queue_command(command, &block)
268
- end
269
-
270
- # Gets details of a single BrowserDlpRule.
271
- # @param [String] name
272
- # Required. The resource name of the BrowserDlpRule using the form: `
273
- # organizations/`organization_id`/locations/global/partnerTenants/`
274
- # partner_tenant_id`/browserDlpRules/`browser_dlp_rule_id``
275
- # @param [String] fields
276
- # Selector specifying which fields to include in a partial response.
277
- # @param [String] quota_user
278
- # Available to use for quota purposes for server-side applications. Can be any
279
- # arbitrary string assigned to a user, but should not exceed 40 characters.
280
- # @param [Google::Apis::RequestOptions] options
281
- # Request-specific options
282
- #
283
- # @yield [result, err] Result & error if block supplied
284
- # @yieldparam result [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaBrowserDlpRule] parsed result object
285
- # @yieldparam err [StandardError] error object if request failed
286
- #
287
- # @return [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaBrowserDlpRule]
288
- #
289
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
290
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
291
- # @raise [Google::Apis::AuthorizationError] Authorization is required
292
- def get_organization_location_global_partner_tenant_browser_dlp_rule(name, fields: nil, quota_user: nil, options: nil, &block)
293
- command = make_simple_command(:get, 'v1alpha/{+name}', options)
294
- command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaBrowserDlpRule::Representation
295
- command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaBrowserDlpRule
296
- command.params['name'] = name unless name.nil?
297
- command.query['fields'] = fields unless fields.nil?
298
- command.query['quotaUser'] = quota_user unless quota_user.nil?
299
- execute_or_queue_command(command, &block)
300
- end
301
-
302
- # Lists BrowserDlpRules for PartnerTenant in a given organization.
303
- # @param [String] parent
304
- # Required. The parent partnerTenant to which the BrowserDlpRules belong. Format:
305
- # `organizations/`organization_id`/locations/global/partnerTenants/`
306
- # partner_tenant_id``
307
- # @param [String] fields
308
- # Selector specifying which fields to include in a partial response.
309
- # @param [String] quota_user
310
- # Available to use for quota purposes for server-side applications. Can be any
311
- # arbitrary string assigned to a user, but should not exceed 40 characters.
312
- # @param [Google::Apis::RequestOptions] options
313
- # Request-specific options
314
- #
315
- # @yield [result, err] Result & error if block supplied
316
- # @yieldparam result [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaListBrowserDlpRulesResponse] parsed result object
317
- # @yieldparam err [StandardError] error object if request failed
318
- #
319
- # @return [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaListBrowserDlpRulesResponse]
320
- #
321
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
322
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
323
- # @raise [Google::Apis::AuthorizationError] Authorization is required
324
- def list_organization_location_global_partner_tenant_browser_dlp_rules(parent, fields: nil, quota_user: nil, options: nil, &block)
325
- command = make_simple_command(:get, 'v1alpha/{+parent}/browserDlpRules', options)
326
- command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaListBrowserDlpRulesResponse::Representation
327
- command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaListBrowserDlpRulesResponse
328
- command.params['parent'] = parent unless parent.nil?
329
- command.query['fields'] = fields unless fields.nil?
330
- command.query['quotaUser'] = quota_user unless quota_user.nil?
331
- execute_or_queue_command(command, &block)
332
- end
333
-
334
- # Update an existing BrowserDlpRule in a given organization and PartnerTenant.
335
- # @param [String] name
336
- # Output only. Unique resource name. The name is ignored when creating
337
- # BrowserDlpRule.
338
- # @param [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaBrowserDlpRule] google_cloud_beyondcorp_partnerservices_v1alpha_browser_dlp_rule_object
339
- # @param [String] request_id
340
- # Optional. An optional request ID to identify requests. Specify a unique
341
- # request ID so that if you must retry your request, the server will know to
342
- # ignore the request if it has already been completed. The server will guarantee
343
- # that for at least 60 minutes since the first request. For example, consider a
344
- # situation where you make an initial request and the request times out. If you
345
- # make the request again with the same request ID, the server can check if
346
- # original operation with the same request ID was received, and if so, will
347
- # ignore the second request. This prevents clients from accidentally creating
348
- # duplicate commitments. The request ID must be a valid UUID with the exception
349
- # that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
350
- # @param [String] update_mask
351
- # Required. Supported fields include: rule_setting.value.*, group.id/group.email.
352
- # @param [String] fields
353
- # Selector specifying which fields to include in a partial response.
354
- # @param [String] quota_user
355
- # Available to use for quota purposes for server-side applications. Can be any
356
- # arbitrary string assigned to a user, but should not exceed 40 characters.
357
- # @param [Google::Apis::RequestOptions] options
358
- # Request-specific options
359
- #
360
- # @yield [result, err] Result & error if block supplied
361
- # @yieldparam result [Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation] parsed result object
362
- # @yieldparam err [StandardError] error object if request failed
363
- #
364
- # @return [Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation]
365
- #
366
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
367
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
368
- # @raise [Google::Apis::AuthorizationError] Authorization is required
369
- def patch_organization_location_global_partner_tenant_browser_dlp_rule(name, google_cloud_beyondcorp_partnerservices_v1alpha_browser_dlp_rule_object = nil, request_id: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
370
- command = make_simple_command(:patch, 'v1alpha/{+name}', options)
371
- command.request_representation = Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaBrowserDlpRule::Representation
372
- command.request_object = google_cloud_beyondcorp_partnerservices_v1alpha_browser_dlp_rule_object
373
- command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation::Representation
374
- command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation
375
- command.params['name'] = name unless name.nil?
376
- command.query['requestId'] = request_id unless request_id.nil?
377
- command.query['updateMask'] = update_mask unless update_mask.nil?
378
- command.query['fields'] = fields unless fields.nil?
379
- command.query['quotaUser'] = quota_user unless quota_user.nil?
380
- execute_or_queue_command(command, &block)
381
- end
382
-
383
226
  # Returns permissions that a caller has on the specified resource. If the
384
227
  # resource does not exist, this will return an empty set of permissions, not a `
385
228
  # NOT_FOUND` error. Note: This operation is designed to be used for building
@@ -419,236 +262,6 @@ module Google
419
262
  execute_or_queue_command(command, &block)
420
263
  end
421
264
 
422
- # Creates a new BeyondCorp Enterprise ProxyConfig in a given organization and
423
- # PartnerTenant. Can only be called by on onboarded Beyondcorp Enterprise
424
- # partner.
425
- # @param [String] parent
426
- # Required. The resource name of the parent PartnerTenant using the form: `
427
- # organizations/`organization_id`/locations/global/partnerTenants/`
428
- # partner_tenant_id``
429
- # @param [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig] google_cloud_beyondcorp_partnerservices_v1alpha_proxy_config_object
430
- # @param [String] request_id
431
- # Optional. An optional request ID to identify requests. Specify a unique
432
- # request ID so that if you must retry your request, the server will know to
433
- # ignore the request if it has already been completed. The server will guarantee
434
- # that for at least 60 minutes since the first request. For example, consider a
435
- # situation where you make an initial request and the request times out. If you
436
- # make the request again with the same request ID, the server can check if
437
- # original operation with the same request ID was received, and if so, will
438
- # ignore the second request. This prevents clients from accidentally creating
439
- # duplicate commitments. The request ID must be a valid UUID with the exception
440
- # that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
441
- # @param [String] fields
442
- # Selector specifying which fields to include in a partial response.
443
- # @param [String] quota_user
444
- # Available to use for quota purposes for server-side applications. Can be any
445
- # arbitrary string assigned to a user, but should not exceed 40 characters.
446
- # @param [Google::Apis::RequestOptions] options
447
- # Request-specific options
448
- #
449
- # @yield [result, err] Result & error if block supplied
450
- # @yieldparam result [Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation] parsed result object
451
- # @yieldparam err [StandardError] error object if request failed
452
- #
453
- # @return [Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation]
454
- #
455
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
456
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
457
- # @raise [Google::Apis::AuthorizationError] Authorization is required
458
- def create_organization_location_global_partner_tenant_proxy_config(parent, google_cloud_beyondcorp_partnerservices_v1alpha_proxy_config_object = nil, request_id: nil, fields: nil, quota_user: nil, options: nil, &block)
459
- command = make_simple_command(:post, 'v1alpha/{+parent}/proxyConfigs', options)
460
- command.request_representation = Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig::Representation
461
- command.request_object = google_cloud_beyondcorp_partnerservices_v1alpha_proxy_config_object
462
- command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation::Representation
463
- command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation
464
- command.params['parent'] = parent unless parent.nil?
465
- command.query['requestId'] = request_id unless request_id.nil?
466
- command.query['fields'] = fields unless fields.nil?
467
- command.query['quotaUser'] = quota_user unless quota_user.nil?
468
- execute_or_queue_command(command, &block)
469
- end
470
-
471
- # Deletes a single ProxyConfig.
472
- # @param [String] name
473
- # Required. Name of the resource.
474
- # @param [String] request_id
475
- # Optional. An optional request ID to identify requests. Specify a unique
476
- # request ID so that if you must retry your request, the server will know to
477
- # ignore the request if it has already been completed. The server will guarantee
478
- # that for at least 60 minutes after the first request. For example, consider a
479
- # situation where you make an initial request and the request times out. If you
480
- # make the request again with the same request ID, the server can check if
481
- # original operation with the same request ID was received, and if so, will
482
- # ignore the second request. This prevents clients from accidentally creating
483
- # duplicate commitments. The request ID must be a valid UUID with the exception
484
- # that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
485
- # @param [String] fields
486
- # Selector specifying which fields to include in a partial response.
487
- # @param [String] quota_user
488
- # Available to use for quota purposes for server-side applications. Can be any
489
- # arbitrary string assigned to a user, but should not exceed 40 characters.
490
- # @param [Google::Apis::RequestOptions] options
491
- # Request-specific options
492
- #
493
- # @yield [result, err] Result & error if block supplied
494
- # @yieldparam result [Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation] parsed result object
495
- # @yieldparam err [StandardError] error object if request failed
496
- #
497
- # @return [Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation]
498
- #
499
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
500
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
501
- # @raise [Google::Apis::AuthorizationError] Authorization is required
502
- def delete_organization_location_global_partner_tenant_proxy_config(name, request_id: nil, fields: nil, quota_user: nil, options: nil, &block)
503
- command = make_simple_command(:delete, 'v1alpha/{+name}', options)
504
- command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation::Representation
505
- command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation
506
- command.params['name'] = name unless name.nil?
507
- command.query['requestId'] = request_id unless request_id.nil?
508
- command.query['fields'] = fields unless fields.nil?
509
- command.query['quotaUser'] = quota_user unless quota_user.nil?
510
- execute_or_queue_command(command, &block)
511
- end
512
-
513
- # Gets details of a single ProxyConfig.
514
- # @param [String] name
515
- # Required. The resource name of the ProxyConfig using the form: `organizations/`
516
- # organization_id`/locations/global/partnerTenants/`partner_tenant_id`/
517
- # proxyConfigs/`proxy_config_id``
518
- # @param [String] fields
519
- # Selector specifying which fields to include in a partial response.
520
- # @param [String] quota_user
521
- # Available to use for quota purposes for server-side applications. Can be any
522
- # arbitrary string assigned to a user, but should not exceed 40 characters.
523
- # @param [Google::Apis::RequestOptions] options
524
- # Request-specific options
525
- #
526
- # @yield [result, err] Result & error if block supplied
527
- # @yieldparam result [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig] parsed result object
528
- # @yieldparam err [StandardError] error object if request failed
529
- #
530
- # @return [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig]
531
- #
532
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
533
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
534
- # @raise [Google::Apis::AuthorizationError] Authorization is required
535
- def get_organization_location_global_partner_tenant_proxy_config(name, fields: nil, quota_user: nil, options: nil, &block)
536
- command = make_simple_command(:get, 'v1alpha/{+name}', options)
537
- command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig::Representation
538
- command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig
539
- command.params['name'] = name unless name.nil?
540
- command.query['fields'] = fields unless fields.nil?
541
- command.query['quotaUser'] = quota_user unless quota_user.nil?
542
- execute_or_queue_command(command, &block)
543
- end
544
-
545
- # Lists ProxyConfigs for PartnerTenant in a given organization.
546
- # @param [String] parent
547
- # Required. The parent organization to which the ProxyConfigs belong. Format: `
548
- # organizations/`organization_id`/locations/global/partnerTenants/`
549
- # partner_tenant_id``
550
- # @param [String] filter
551
- # Optional. A filter specifying constraints of a list operation. All fields in
552
- # the ProxyConfig message are supported. For example, the following query will
553
- # return the ProxyConfigs with displayName "test-config" organizations/$`ORG_ID`/
554
- # locations/global/partnerTenants/$`PARTNER_TENANT_ID`/proxyConfigs?filter=
555
- # displayName="test-config" Nested fields are also supported. The follow query
556
- # will return ProxyConfigs with pacUri "example.com/pac.pac" organizations/$`
557
- # ORG_ID`/locations/global/partnerTenants/$`PARTNER_TENANT_ID`/proxyConfigs?
558
- # filter=routingInfo.pacUri="example.com/pac.pac" For more information, please
559
- # refer to https://google.aip.dev/160.
560
- # @param [String] order_by
561
- # Optional. Specifies the ordering of results. See [Sorting order](https://cloud.
562
- # google.com/apis/design/design_patterns#sorting_order) for more information.
563
- # @param [Fixnum] page_size
564
- # Optional. The maximum number of items to return. If not specified, a default
565
- # value of 50 will be used by the service. Regardless of the page_size value,
566
- # the response may include a partial list and a caller should only rely on
567
- # response's next_page_token to determine if there are more instances left to be
568
- # queried.
569
- # @param [String] page_token
570
- # Optional. The next_page_token value returned from a previous
571
- # ListProxyConfigsRequest, if any.
572
- # @param [String] fields
573
- # Selector specifying which fields to include in a partial response.
574
- # @param [String] quota_user
575
- # Available to use for quota purposes for server-side applications. Can be any
576
- # arbitrary string assigned to a user, but should not exceed 40 characters.
577
- # @param [Google::Apis::RequestOptions] options
578
- # Request-specific options
579
- #
580
- # @yield [result, err] Result & error if block supplied
581
- # @yieldparam result [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaListProxyConfigsResponse] parsed result object
582
- # @yieldparam err [StandardError] error object if request failed
583
- #
584
- # @return [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaListProxyConfigsResponse]
585
- #
586
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
587
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
588
- # @raise [Google::Apis::AuthorizationError] Authorization is required
589
- def list_organization_location_global_partner_tenant_proxy_configs(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
590
- command = make_simple_command(:get, 'v1alpha/{+parent}/proxyConfigs', options)
591
- command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaListProxyConfigsResponse::Representation
592
- command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaListProxyConfigsResponse
593
- command.params['parent'] = parent unless parent.nil?
594
- command.query['filter'] = filter unless filter.nil?
595
- command.query['orderBy'] = order_by unless order_by.nil?
596
- command.query['pageSize'] = page_size unless page_size.nil?
597
- command.query['pageToken'] = page_token unless page_token.nil?
598
- command.query['fields'] = fields unless fields.nil?
599
- command.query['quotaUser'] = quota_user unless quota_user.nil?
600
- execute_or_queue_command(command, &block)
601
- end
602
-
603
- # Updates a single proxy config.
604
- # @param [String] name
605
- # Output only. ProxyConfig resource name.
606
- # @param [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig] google_cloud_beyondcorp_partnerservices_v1alpha_proxy_config_object
607
- # @param [String] request_id
608
- # Optional. An optional request ID to identify requests. Specify a unique
609
- # request ID so that if you must retry your request, the server will know to
610
- # ignore the request if it has already been completed. The server will guarantee
611
- # that for at least 60 minutes after the first request. For example, consider a
612
- # situation where you make an initial request and the request times out. If you
613
- # make the request again with the same request ID, the server can check if
614
- # original operation with the same request ID was received, and if so, will
615
- # ignore the second request. This prevents clients from accidentally creating
616
- # duplicate commitments. The request ID must be a valid UUID with the exception
617
- # that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
618
- # @param [String] update_mask
619
- # Required. Mutable fields include: display_name, proxy_uri, routing_info,
620
- # transport_info, encryption_info.
621
- # @param [String] fields
622
- # Selector specifying which fields to include in a partial response.
623
- # @param [String] quota_user
624
- # Available to use for quota purposes for server-side applications. Can be any
625
- # arbitrary string assigned to a user, but should not exceed 40 characters.
626
- # @param [Google::Apis::RequestOptions] options
627
- # Request-specific options
628
- #
629
- # @yield [result, err] Result & error if block supplied
630
- # @yieldparam result [Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation] parsed result object
631
- # @yieldparam err [StandardError] error object if request failed
632
- #
633
- # @return [Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation]
634
- #
635
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
636
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
637
- # @raise [Google::Apis::AuthorizationError] Authorization is required
638
- def patch_organization_location_global_partner_tenant_proxy_config(name, google_cloud_beyondcorp_partnerservices_v1alpha_proxy_config_object = nil, request_id: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
639
- command = make_simple_command(:patch, 'v1alpha/{+name}', options)
640
- command.request_representation = Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig::Representation
641
- command.request_object = google_cloud_beyondcorp_partnerservices_v1alpha_proxy_config_object
642
- command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation::Representation
643
- command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation
644
- command.params['name'] = name unless name.nil?
645
- command.query['requestId'] = request_id unless request_id.nil?
646
- command.query['updateMask'] = update_mask unless update_mask.nil?
647
- command.query['fields'] = fields unless fields.nil?
648
- command.query['quotaUser'] = quota_user unless quota_user.nil?
649
- execute_or_queue_command(command, &block)
650
- end
651
-
652
265
  # Returns permissions that a caller has on the specified resource. If the
653
266
  # resource does not exist, this will return an empty set of permissions, not a `
654
267
  # NOT_FOUND` error. Note: This operation is designed to be used for building
@@ -1311,6 +924,9 @@ module Google
1311
924
  # Lists information about the supported locations for this service.
1312
925
  # @param [String] name
1313
926
  # The resource that owns the locations collection, if applicable.
927
+ # @param [Array<String>, String] extra_location_types
928
+ # Optional. A list of extra location types that should be used as conditions for
929
+ # controlling the visibility of the locations.
1314
930
  # @param [String] filter
1315
931
  # A filter to narrow down results to a preferred subset. The filtering language
1316
932
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
@@ -1338,11 +954,12 @@ module Google
1338
954
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1339
955
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1340
956
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1341
- def list_project_locations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
957
+ def list_project_locations(name, extra_location_types: nil, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1342
958
  command = make_simple_command(:get, 'v1alpha/{+name}/locations', options)
1343
959
  command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleCloudLocationListLocationsResponse::Representation
1344
960
  command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleCloudLocationListLocationsResponse
1345
961
  command.params['name'] = name unless name.nil?
962
+ command.query['extraLocationTypes'] = extra_location_types unless extra_location_types.nil?
1346
963
  command.query['filter'] = filter unless filter.nil?
1347
964
  command.query['pageSize'] = page_size unless page_size.nil?
1348
965
  command.query['pageToken'] = page_token unless page_token.nil?
@@ -2449,43 +2066,6 @@ module Google
2449
2066
  execute_or_queue_command(command, &block)
2450
2067
  end
2451
2068
 
2452
- # Calls the Bouncer method ShouldThrottle to check if a request should be
2453
- # throttled.
2454
- # @param [String] name
2455
- # Required. Name of the resource
2456
- # @param [Fixnum] port
2457
- # Optional. The port that is being throttled
2458
- # @param [Fixnum] requested_amount
2459
- # Optional. The current throughput through the port (mbps)
2460
- # @param [String] fields
2461
- # Selector specifying which fields to include in a partial response.
2462
- # @param [String] quota_user
2463
- # Available to use for quota purposes for server-side applications. Can be any
2464
- # arbitrary string assigned to a user, but should not exceed 40 characters.
2465
- # @param [Google::Apis::RequestOptions] options
2466
- # Request-specific options
2467
- #
2468
- # @yield [result, err] Result & error if block supplied
2469
- # @yieldparam result [Google::Apis::BeyondcorpV1alpha::ShouldThrottleResponse] parsed result object
2470
- # @yieldparam err [StandardError] error object if request failed
2471
- #
2472
- # @return [Google::Apis::BeyondcorpV1alpha::ShouldThrottleResponse]
2473
- #
2474
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2475
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2476
- # @raise [Google::Apis::AuthorizationError] Authorization is required
2477
- def should_project_location_app_gateway_throttle(name, port: nil, requested_amount: nil, fields: nil, quota_user: nil, options: nil, &block)
2478
- command = make_simple_command(:get, 'v1alpha/{+name}:shouldThrottle', options)
2479
- command.response_representation = Google::Apis::BeyondcorpV1alpha::ShouldThrottleResponse::Representation
2480
- command.response_class = Google::Apis::BeyondcorpV1alpha::ShouldThrottleResponse
2481
- command.params['name'] = name unless name.nil?
2482
- command.query['port'] = port unless port.nil?
2483
- command.query['requestedAmount'] = requested_amount unless requested_amount.nil?
2484
- command.query['fields'] = fields unless fields.nil?
2485
- command.query['quotaUser'] = quota_user unless quota_user.nil?
2486
- execute_or_queue_command(command, &block)
2487
- end
2488
-
2489
2069
  # Returns permissions that a caller has on the specified resource. If the
2490
2070
  # resource does not exist, this will return an empty set of permissions, not a `
2491
2071
  # NOT_FOUND` error. Note: This operation is designed to be used for building
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-beyondcorp_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.46.0
4
+ version: 0.47.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-30 00:00:00.000000000 Z
10
+ date: 2025-04-20 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -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.46.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1alpha/v0.47.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: