google-apis-beyondcorp_v1alpha 0.45.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/beyondcorp_v1alpha/classes.rb +0 -281
- data/lib/google/apis/beyondcorp_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/beyondcorp_v1alpha/representations.rb +0 -152
- data/lib/google/apis/beyondcorp_v1alpha/service.rb +5 -573
- 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: ce8b7735e4f96e1394d0dab7478b79911a9828d6de54e7755dac1baed3ff736b
|
4
|
+
data.tar.gz: 375d965b61cdd4440e48cfea8cb9a0e3c4a71632c9c40fa8a9b380e110dfeb29
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '096629cfb27c0cb3d9f66f17e20b3bc5b9c4e32b427af8f3d01ec0c4d923c39fdd0272e22c1ea175fac2baf3a280dd7ff5e992148b98b60d8565cd0003104697'
|
7
|
+
data.tar.gz: 1d22b79557211c307e2607f950eb804d6277254ece74e89fca4d38d2f6835191bb207318e6984d9b574478b9b3931add6b359fe03ed211f2838b1fa371031746
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
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
|
+
|
7
|
+
### v0.46.0 (2025-03-30)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250319
|
10
|
+
|
3
11
|
### v0.45.0 (2025-03-16)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250305
|
@@ -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.
|
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 = "
|
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
|
@@ -54,53 +54,6 @@ module Google
|
|
54
54
|
@batch_path = 'batch'
|
55
55
|
end
|
56
56
|
|
57
|
-
# Creates a new BeyondCorp Enterprise partnerTenant in a given organization and
|
58
|
-
# can only be called by onboarded BeyondCorp Enterprise partner.
|
59
|
-
# @param [String] parent
|
60
|
-
# Required. The resource name of the parent organization using the form: `
|
61
|
-
# organizations/`organization_id`/locations/global`
|
62
|
-
# @param [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerTenant] google_cloud_beyondcorp_partnerservices_v1alpha_partner_tenant_object
|
63
|
-
# @param [String] request_id
|
64
|
-
# Optional. An optional request ID to identify requests. Specify a unique
|
65
|
-
# request ID so that if you must retry your request, the server will know to
|
66
|
-
# ignore the request if it has already been completed. The server will guarantee
|
67
|
-
# that for at least 60 minutes since the first request. For example, consider a
|
68
|
-
# situation where you make an initial request and the request times out. If you
|
69
|
-
# make the request again with the same request ID, the server can check if
|
70
|
-
# original operation with the same request ID was received, and if so, will
|
71
|
-
# ignore the second request. This prevents clients from accidentally creating
|
72
|
-
# duplicate commitments. The request ID must be a valid UUID with the exception
|
73
|
-
# that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
74
|
-
# @param [String] fields
|
75
|
-
# Selector specifying which fields to include in a partial response.
|
76
|
-
# @param [String] quota_user
|
77
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
78
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
79
|
-
# @param [Google::Apis::RequestOptions] options
|
80
|
-
# Request-specific options
|
81
|
-
#
|
82
|
-
# @yield [result, err] Result & error if block supplied
|
83
|
-
# @yieldparam result [Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation] parsed result object
|
84
|
-
# @yieldparam err [StandardError] error object if request failed
|
85
|
-
#
|
86
|
-
# @return [Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation]
|
87
|
-
#
|
88
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
89
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
90
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
91
|
-
def create_organization_location_global_partner_tenant(parent, google_cloud_beyondcorp_partnerservices_v1alpha_partner_tenant_object = nil, request_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
92
|
-
command = make_simple_command(:post, 'v1alpha/{+parent}/partnerTenants', options)
|
93
|
-
command.request_representation = Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerTenant::Representation
|
94
|
-
command.request_object = google_cloud_beyondcorp_partnerservices_v1alpha_partner_tenant_object
|
95
|
-
command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation::Representation
|
96
|
-
command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation
|
97
|
-
command.params['parent'] = parent unless parent.nil?
|
98
|
-
command.query['requestId'] = request_id unless request_id.nil?
|
99
|
-
command.query['fields'] = fields unless fields.nil?
|
100
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
101
|
-
execute_or_queue_command(command, &block)
|
102
|
-
end
|
103
|
-
|
104
57
|
# Deletes a single PartnerTenant.
|
105
58
|
# @param [String] name
|
106
59
|
# Required. Name of the resource.
|
@@ -231,60 +184,6 @@ module Google
|
|
231
184
|
execute_or_queue_command(command, &block)
|
232
185
|
end
|
233
186
|
|
234
|
-
# Updates a single PartnerTenant.
|
235
|
-
# @param [String] name
|
236
|
-
# Output only. Unique resource name of the PartnerTenant. The name is ignored
|
237
|
-
# when creating PartnerTenant.
|
238
|
-
# @param [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerTenant] google_cloud_beyondcorp_partnerservices_v1alpha_partner_tenant_object
|
239
|
-
# @param [String] request_id
|
240
|
-
# Optional. An optional request ID to identify requests. Specify a unique
|
241
|
-
# request ID so that if you must retry your request, the server will know to
|
242
|
-
# ignore the request if it has already been completed. The server will guarantee
|
243
|
-
# that for at least 60 minutes since the first request. For example, consider a
|
244
|
-
# situation where you make an initial request and the request times out. If you
|
245
|
-
# make the request again with the same request ID, the server can check if
|
246
|
-
# original operation with the same request ID was received, and if so, will
|
247
|
-
# ignore the second request. This prevents clients from accidentally creating
|
248
|
-
# duplicate commitments. The request ID must be a valid UUID with the exception
|
249
|
-
# that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
250
|
-
# @param [String] update_mask
|
251
|
-
# Required. Field mask is used to specify the fields to be overwritten in the
|
252
|
-
# PartnerTenant resource by the update. The fields specified in the update_mask
|
253
|
-
# are relative to the resource, not the full request. A field will be
|
254
|
-
# overwritten if it is in the mask. If the user does not provide a mask then all
|
255
|
-
# fields will be overwritten. Mutable fields: display_name, partner_metadata,
|
256
|
-
# group_information.
|
257
|
-
# @param [String] fields
|
258
|
-
# Selector specifying which fields to include in a partial response.
|
259
|
-
# @param [String] quota_user
|
260
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
261
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
262
|
-
# @param [Google::Apis::RequestOptions] options
|
263
|
-
# Request-specific options
|
264
|
-
#
|
265
|
-
# @yield [result, err] Result & error if block supplied
|
266
|
-
# @yieldparam result [Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation] parsed result object
|
267
|
-
# @yieldparam err [StandardError] error object if request failed
|
268
|
-
#
|
269
|
-
# @return [Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation]
|
270
|
-
#
|
271
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
272
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
273
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
274
|
-
def patch_organization_location_global_partner_tenant(name, google_cloud_beyondcorp_partnerservices_v1alpha_partner_tenant_object = nil, request_id: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
|
275
|
-
command = make_simple_command(:patch, 'v1alpha/{+name}', options)
|
276
|
-
command.request_representation = Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerTenant::Representation
|
277
|
-
command.request_object = google_cloud_beyondcorp_partnerservices_v1alpha_partner_tenant_object
|
278
|
-
command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation::Representation
|
279
|
-
command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation
|
280
|
-
command.params['name'] = name unless name.nil?
|
281
|
-
command.query['requestId'] = request_id unless request_id.nil?
|
282
|
-
command.query['updateMask'] = update_mask unless update_mask.nil?
|
283
|
-
command.query['fields'] = fields unless fields.nil?
|
284
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
285
|
-
execute_or_queue_command(command, &block)
|
286
|
-
end
|
287
|
-
|
288
187
|
# Returns permissions that a caller has on the specified resource. If the
|
289
188
|
# resource does not exist, this will return an empty set of permissions, not a `
|
290
189
|
# NOT_FOUND` error. Note: This operation is designed to be used for building
|
@@ -324,210 +223,6 @@ module Google
|
|
324
223
|
execute_or_queue_command(command, &block)
|
325
224
|
end
|
326
225
|
|
327
|
-
# Creates a new BrowserDlpRule in a given organization and PartnerTenant.
|
328
|
-
# @param [String] parent
|
329
|
-
# Required. The resource name of the BrowserDlpRule parent using the form: `
|
330
|
-
# organizations/`organization_id`/locations/global/partnerTenants/`
|
331
|
-
# partner_tenant_id``
|
332
|
-
# @param [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaBrowserDlpRule] google_cloud_beyondcorp_partnerservices_v1alpha_browser_dlp_rule_object
|
333
|
-
# @param [String] request_id
|
334
|
-
# Optional. An optional request ID to identify requests. Specify a unique
|
335
|
-
# request ID so that if you must retry your request, the server will know to
|
336
|
-
# ignore the request if it has already been completed. The server will guarantee
|
337
|
-
# that for at least 60 minutes since the first request. For example, consider a
|
338
|
-
# situation where you make an initial request and the request times out. If you
|
339
|
-
# make the request again with the same request ID, the server can check if
|
340
|
-
# original operation with the same request ID was received, and if so, will
|
341
|
-
# ignore the second request. This prevents clients from accidentally creating
|
342
|
-
# duplicate commitments. The request ID must be a valid UUID with the exception
|
343
|
-
# that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
344
|
-
# @param [String] fields
|
345
|
-
# Selector specifying which fields to include in a partial response.
|
346
|
-
# @param [String] quota_user
|
347
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
348
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
349
|
-
# @param [Google::Apis::RequestOptions] options
|
350
|
-
# Request-specific options
|
351
|
-
#
|
352
|
-
# @yield [result, err] Result & error if block supplied
|
353
|
-
# @yieldparam result [Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation] parsed result object
|
354
|
-
# @yieldparam err [StandardError] error object if request failed
|
355
|
-
#
|
356
|
-
# @return [Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation]
|
357
|
-
#
|
358
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
359
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
360
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
361
|
-
def create_organization_location_global_partner_tenant_browser_dlp_rule(parent, google_cloud_beyondcorp_partnerservices_v1alpha_browser_dlp_rule_object = nil, request_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
362
|
-
command = make_simple_command(:post, 'v1alpha/{+parent}/browserDlpRules', options)
|
363
|
-
command.request_representation = Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaBrowserDlpRule::Representation
|
364
|
-
command.request_object = google_cloud_beyondcorp_partnerservices_v1alpha_browser_dlp_rule_object
|
365
|
-
command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation::Representation
|
366
|
-
command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation
|
367
|
-
command.params['parent'] = parent unless parent.nil?
|
368
|
-
command.query['requestId'] = request_id unless request_id.nil?
|
369
|
-
command.query['fields'] = fields unless fields.nil?
|
370
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
371
|
-
execute_or_queue_command(command, &block)
|
372
|
-
end
|
373
|
-
|
374
|
-
# Deletes an existing BrowserDlpRule.
|
375
|
-
# @param [String] name
|
376
|
-
# Required. The resource name of the BrowserDlpRule using the form: `
|
377
|
-
# organizations/`organization_id`/locations/global/partnerTenants/`
|
378
|
-
# partner_tenant_id`/browserDlpRules/`browser_dlp_rule_id``
|
379
|
-
# @param [String] request_id
|
380
|
-
# Optional. An optional request ID to identify requests. Specify a unique
|
381
|
-
# request ID so that if you must retry your request, the server will know to
|
382
|
-
# ignore the request if it has already been completed. The server will guarantee
|
383
|
-
# that for at least 60 minutes after the first request. For example, consider a
|
384
|
-
# situation where you make an initial request and the request times out. If you
|
385
|
-
# make the request again with the same request ID, the server can check if
|
386
|
-
# original operation with the same request ID was received, and if so, will
|
387
|
-
# ignore the second request. This prevents clients from accidentally creating
|
388
|
-
# duplicate commitments. The request ID must be a valid UUID with the exception
|
389
|
-
# that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
390
|
-
# @param [String] fields
|
391
|
-
# Selector specifying which fields to include in a partial response.
|
392
|
-
# @param [String] quota_user
|
393
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
394
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
395
|
-
# @param [Google::Apis::RequestOptions] options
|
396
|
-
# Request-specific options
|
397
|
-
#
|
398
|
-
# @yield [result, err] Result & error if block supplied
|
399
|
-
# @yieldparam result [Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation] parsed result object
|
400
|
-
# @yieldparam err [StandardError] error object if request failed
|
401
|
-
#
|
402
|
-
# @return [Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation]
|
403
|
-
#
|
404
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
405
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
406
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
407
|
-
def delete_organization_location_global_partner_tenant_browser_dlp_rule(name, request_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
408
|
-
command = make_simple_command(:delete, 'v1alpha/{+name}', options)
|
409
|
-
command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation::Representation
|
410
|
-
command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation
|
411
|
-
command.params['name'] = name unless name.nil?
|
412
|
-
command.query['requestId'] = request_id unless request_id.nil?
|
413
|
-
command.query['fields'] = fields unless fields.nil?
|
414
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
415
|
-
execute_or_queue_command(command, &block)
|
416
|
-
end
|
417
|
-
|
418
|
-
# Gets details of a single BrowserDlpRule.
|
419
|
-
# @param [String] name
|
420
|
-
# Required. The resource name of the BrowserDlpRule using the form: `
|
421
|
-
# organizations/`organization_id`/locations/global/partnerTenants/`
|
422
|
-
# partner_tenant_id`/browserDlpRules/`browser_dlp_rule_id``
|
423
|
-
# @param [String] fields
|
424
|
-
# Selector specifying which fields to include in a partial response.
|
425
|
-
# @param [String] quota_user
|
426
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
427
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
428
|
-
# @param [Google::Apis::RequestOptions] options
|
429
|
-
# Request-specific options
|
430
|
-
#
|
431
|
-
# @yield [result, err] Result & error if block supplied
|
432
|
-
# @yieldparam result [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaBrowserDlpRule] parsed result object
|
433
|
-
# @yieldparam err [StandardError] error object if request failed
|
434
|
-
#
|
435
|
-
# @return [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaBrowserDlpRule]
|
436
|
-
#
|
437
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
438
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
439
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
440
|
-
def get_organization_location_global_partner_tenant_browser_dlp_rule(name, fields: nil, quota_user: nil, options: nil, &block)
|
441
|
-
command = make_simple_command(:get, 'v1alpha/{+name}', options)
|
442
|
-
command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaBrowserDlpRule::Representation
|
443
|
-
command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaBrowserDlpRule
|
444
|
-
command.params['name'] = name unless name.nil?
|
445
|
-
command.query['fields'] = fields unless fields.nil?
|
446
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
447
|
-
execute_or_queue_command(command, &block)
|
448
|
-
end
|
449
|
-
|
450
|
-
# Lists BrowserDlpRules for PartnerTenant in a given organization.
|
451
|
-
# @param [String] parent
|
452
|
-
# Required. The parent partnerTenant to which the BrowserDlpRules belong. Format:
|
453
|
-
# `organizations/`organization_id`/locations/global/partnerTenants/`
|
454
|
-
# partner_tenant_id``
|
455
|
-
# @param [String] fields
|
456
|
-
# Selector specifying which fields to include in a partial response.
|
457
|
-
# @param [String] quota_user
|
458
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
459
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
460
|
-
# @param [Google::Apis::RequestOptions] options
|
461
|
-
# Request-specific options
|
462
|
-
#
|
463
|
-
# @yield [result, err] Result & error if block supplied
|
464
|
-
# @yieldparam result [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaListBrowserDlpRulesResponse] parsed result object
|
465
|
-
# @yieldparam err [StandardError] error object if request failed
|
466
|
-
#
|
467
|
-
# @return [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaListBrowserDlpRulesResponse]
|
468
|
-
#
|
469
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
470
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
471
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
472
|
-
def list_organization_location_global_partner_tenant_browser_dlp_rules(parent, fields: nil, quota_user: nil, options: nil, &block)
|
473
|
-
command = make_simple_command(:get, 'v1alpha/{+parent}/browserDlpRules', options)
|
474
|
-
command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaListBrowserDlpRulesResponse::Representation
|
475
|
-
command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaListBrowserDlpRulesResponse
|
476
|
-
command.params['parent'] = parent unless parent.nil?
|
477
|
-
command.query['fields'] = fields unless fields.nil?
|
478
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
479
|
-
execute_or_queue_command(command, &block)
|
480
|
-
end
|
481
|
-
|
482
|
-
# Update an existing BrowserDlpRule in a given organization and PartnerTenant.
|
483
|
-
# @param [String] name
|
484
|
-
# Output only. Unique resource name. The name is ignored when creating
|
485
|
-
# BrowserDlpRule.
|
486
|
-
# @param [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaBrowserDlpRule] google_cloud_beyondcorp_partnerservices_v1alpha_browser_dlp_rule_object
|
487
|
-
# @param [String] request_id
|
488
|
-
# Optional. An optional request ID to identify requests. Specify a unique
|
489
|
-
# request ID so that if you must retry your request, the server will know to
|
490
|
-
# ignore the request if it has already been completed. The server will guarantee
|
491
|
-
# that for at least 60 minutes since the first request. For example, consider a
|
492
|
-
# situation where you make an initial request and the request times out. If you
|
493
|
-
# make the request again with the same request ID, the server can check if
|
494
|
-
# original operation with the same request ID was received, and if so, will
|
495
|
-
# ignore the second request. This prevents clients from accidentally creating
|
496
|
-
# duplicate commitments. The request ID must be a valid UUID with the exception
|
497
|
-
# that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
498
|
-
# @param [String] update_mask
|
499
|
-
# Required. Supported fields include: rule_setting.value.*, group.id/group.email.
|
500
|
-
# @param [String] fields
|
501
|
-
# Selector specifying which fields to include in a partial response.
|
502
|
-
# @param [String] quota_user
|
503
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
504
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
505
|
-
# @param [Google::Apis::RequestOptions] options
|
506
|
-
# Request-specific options
|
507
|
-
#
|
508
|
-
# @yield [result, err] Result & error if block supplied
|
509
|
-
# @yieldparam result [Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation] parsed result object
|
510
|
-
# @yieldparam err [StandardError] error object if request failed
|
511
|
-
#
|
512
|
-
# @return [Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation]
|
513
|
-
#
|
514
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
515
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
516
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
517
|
-
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)
|
518
|
-
command = make_simple_command(:patch, 'v1alpha/{+name}', options)
|
519
|
-
command.request_representation = Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaBrowserDlpRule::Representation
|
520
|
-
command.request_object = google_cloud_beyondcorp_partnerservices_v1alpha_browser_dlp_rule_object
|
521
|
-
command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation::Representation
|
522
|
-
command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation
|
523
|
-
command.params['name'] = name unless name.nil?
|
524
|
-
command.query['requestId'] = request_id unless request_id.nil?
|
525
|
-
command.query['updateMask'] = update_mask unless update_mask.nil?
|
526
|
-
command.query['fields'] = fields unless fields.nil?
|
527
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
528
|
-
execute_or_queue_command(command, &block)
|
529
|
-
end
|
530
|
-
|
531
226
|
# Returns permissions that a caller has on the specified resource. If the
|
532
227
|
# resource does not exist, this will return an empty set of permissions, not a `
|
533
228
|
# NOT_FOUND` error. Note: This operation is designed to be used for building
|
@@ -567,236 +262,6 @@ module Google
|
|
567
262
|
execute_or_queue_command(command, &block)
|
568
263
|
end
|
569
264
|
|
570
|
-
# Creates a new BeyondCorp Enterprise ProxyConfig in a given organization and
|
571
|
-
# PartnerTenant. Can only be called by on onboarded Beyondcorp Enterprise
|
572
|
-
# partner.
|
573
|
-
# @param [String] parent
|
574
|
-
# Required. The resource name of the parent PartnerTenant using the form: `
|
575
|
-
# organizations/`organization_id`/locations/global/partnerTenants/`
|
576
|
-
# partner_tenant_id``
|
577
|
-
# @param [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig] google_cloud_beyondcorp_partnerservices_v1alpha_proxy_config_object
|
578
|
-
# @param [String] request_id
|
579
|
-
# Optional. An optional request ID to identify requests. Specify a unique
|
580
|
-
# request ID so that if you must retry your request, the server will know to
|
581
|
-
# ignore the request if it has already been completed. The server will guarantee
|
582
|
-
# that for at least 60 minutes since the first request. For example, consider a
|
583
|
-
# situation where you make an initial request and the request times out. If you
|
584
|
-
# make the request again with the same request ID, the server can check if
|
585
|
-
# original operation with the same request ID was received, and if so, will
|
586
|
-
# ignore the second request. This prevents clients from accidentally creating
|
587
|
-
# duplicate commitments. The request ID must be a valid UUID with the exception
|
588
|
-
# that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
589
|
-
# @param [String] fields
|
590
|
-
# Selector specifying which fields to include in a partial response.
|
591
|
-
# @param [String] quota_user
|
592
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
593
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
594
|
-
# @param [Google::Apis::RequestOptions] options
|
595
|
-
# Request-specific options
|
596
|
-
#
|
597
|
-
# @yield [result, err] Result & error if block supplied
|
598
|
-
# @yieldparam result [Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation] parsed result object
|
599
|
-
# @yieldparam err [StandardError] error object if request failed
|
600
|
-
#
|
601
|
-
# @return [Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation]
|
602
|
-
#
|
603
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
604
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
605
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
606
|
-
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)
|
607
|
-
command = make_simple_command(:post, 'v1alpha/{+parent}/proxyConfigs', options)
|
608
|
-
command.request_representation = Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig::Representation
|
609
|
-
command.request_object = google_cloud_beyondcorp_partnerservices_v1alpha_proxy_config_object
|
610
|
-
command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation::Representation
|
611
|
-
command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation
|
612
|
-
command.params['parent'] = parent unless parent.nil?
|
613
|
-
command.query['requestId'] = request_id unless request_id.nil?
|
614
|
-
command.query['fields'] = fields unless fields.nil?
|
615
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
616
|
-
execute_or_queue_command(command, &block)
|
617
|
-
end
|
618
|
-
|
619
|
-
# Deletes a single ProxyConfig.
|
620
|
-
# @param [String] name
|
621
|
-
# Required. Name of the resource.
|
622
|
-
# @param [String] request_id
|
623
|
-
# Optional. An optional request ID to identify requests. Specify a unique
|
624
|
-
# request ID so that if you must retry your request, the server will know to
|
625
|
-
# ignore the request if it has already been completed. The server will guarantee
|
626
|
-
# that for at least 60 minutes after the first request. For example, consider a
|
627
|
-
# situation where you make an initial request and the request times out. If you
|
628
|
-
# make the request again with the same request ID, the server can check if
|
629
|
-
# original operation with the same request ID was received, and if so, will
|
630
|
-
# ignore the second request. This prevents clients from accidentally creating
|
631
|
-
# duplicate commitments. The request ID must be a valid UUID with the exception
|
632
|
-
# that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
633
|
-
# @param [String] fields
|
634
|
-
# Selector specifying which fields to include in a partial response.
|
635
|
-
# @param [String] quota_user
|
636
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
637
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
638
|
-
# @param [Google::Apis::RequestOptions] options
|
639
|
-
# Request-specific options
|
640
|
-
#
|
641
|
-
# @yield [result, err] Result & error if block supplied
|
642
|
-
# @yieldparam result [Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation] parsed result object
|
643
|
-
# @yieldparam err [StandardError] error object if request failed
|
644
|
-
#
|
645
|
-
# @return [Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation]
|
646
|
-
#
|
647
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
648
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
649
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
650
|
-
def delete_organization_location_global_partner_tenant_proxy_config(name, request_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
651
|
-
command = make_simple_command(:delete, 'v1alpha/{+name}', options)
|
652
|
-
command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation::Representation
|
653
|
-
command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation
|
654
|
-
command.params['name'] = name unless name.nil?
|
655
|
-
command.query['requestId'] = request_id unless request_id.nil?
|
656
|
-
command.query['fields'] = fields unless fields.nil?
|
657
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
658
|
-
execute_or_queue_command(command, &block)
|
659
|
-
end
|
660
|
-
|
661
|
-
# Gets details of a single ProxyConfig.
|
662
|
-
# @param [String] name
|
663
|
-
# Required. The resource name of the ProxyConfig using the form: `organizations/`
|
664
|
-
# organization_id`/locations/global/partnerTenants/`partner_tenant_id`/
|
665
|
-
# proxyConfigs/`proxy_config_id``
|
666
|
-
# @param [String] fields
|
667
|
-
# Selector specifying which fields to include in a partial response.
|
668
|
-
# @param [String] quota_user
|
669
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
670
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
671
|
-
# @param [Google::Apis::RequestOptions] options
|
672
|
-
# Request-specific options
|
673
|
-
#
|
674
|
-
# @yield [result, err] Result & error if block supplied
|
675
|
-
# @yieldparam result [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig] parsed result object
|
676
|
-
# @yieldparam err [StandardError] error object if request failed
|
677
|
-
#
|
678
|
-
# @return [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig]
|
679
|
-
#
|
680
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
681
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
682
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
683
|
-
def get_organization_location_global_partner_tenant_proxy_config(name, fields: nil, quota_user: nil, options: nil, &block)
|
684
|
-
command = make_simple_command(:get, 'v1alpha/{+name}', options)
|
685
|
-
command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig::Representation
|
686
|
-
command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig
|
687
|
-
command.params['name'] = name unless name.nil?
|
688
|
-
command.query['fields'] = fields unless fields.nil?
|
689
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
690
|
-
execute_or_queue_command(command, &block)
|
691
|
-
end
|
692
|
-
|
693
|
-
# Lists ProxyConfigs for PartnerTenant in a given organization.
|
694
|
-
# @param [String] parent
|
695
|
-
# Required. The parent organization to which the ProxyConfigs belong. Format: `
|
696
|
-
# organizations/`organization_id`/locations/global/partnerTenants/`
|
697
|
-
# partner_tenant_id``
|
698
|
-
# @param [String] filter
|
699
|
-
# Optional. A filter specifying constraints of a list operation. All fields in
|
700
|
-
# the ProxyConfig message are supported. For example, the following query will
|
701
|
-
# return the ProxyConfigs with displayName "test-config" organizations/$`ORG_ID`/
|
702
|
-
# locations/global/partnerTenants/$`PARTNER_TENANT_ID`/proxyConfigs?filter=
|
703
|
-
# displayName="test-config" Nested fields are also supported. The follow query
|
704
|
-
# will return ProxyConfigs with pacUri "example.com/pac.pac" organizations/$`
|
705
|
-
# ORG_ID`/locations/global/partnerTenants/$`PARTNER_TENANT_ID`/proxyConfigs?
|
706
|
-
# filter=routingInfo.pacUri="example.com/pac.pac" For more information, please
|
707
|
-
# refer to https://google.aip.dev/160.
|
708
|
-
# @param [String] order_by
|
709
|
-
# Optional. Specifies the ordering of results. See [Sorting order](https://cloud.
|
710
|
-
# google.com/apis/design/design_patterns#sorting_order) for more information.
|
711
|
-
# @param [Fixnum] page_size
|
712
|
-
# Optional. The maximum number of items to return. If not specified, a default
|
713
|
-
# value of 50 will be used by the service. Regardless of the page_size value,
|
714
|
-
# the response may include a partial list and a caller should only rely on
|
715
|
-
# response's next_page_token to determine if there are more instances left to be
|
716
|
-
# queried.
|
717
|
-
# @param [String] page_token
|
718
|
-
# Optional. The next_page_token value returned from a previous
|
719
|
-
# ListProxyConfigsRequest, if any.
|
720
|
-
# @param [String] fields
|
721
|
-
# Selector specifying which fields to include in a partial response.
|
722
|
-
# @param [String] quota_user
|
723
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
724
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
725
|
-
# @param [Google::Apis::RequestOptions] options
|
726
|
-
# Request-specific options
|
727
|
-
#
|
728
|
-
# @yield [result, err] Result & error if block supplied
|
729
|
-
# @yieldparam result [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaListProxyConfigsResponse] parsed result object
|
730
|
-
# @yieldparam err [StandardError] error object if request failed
|
731
|
-
#
|
732
|
-
# @return [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaListProxyConfigsResponse]
|
733
|
-
#
|
734
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
735
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
736
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
737
|
-
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)
|
738
|
-
command = make_simple_command(:get, 'v1alpha/{+parent}/proxyConfigs', options)
|
739
|
-
command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaListProxyConfigsResponse::Representation
|
740
|
-
command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaListProxyConfigsResponse
|
741
|
-
command.params['parent'] = parent unless parent.nil?
|
742
|
-
command.query['filter'] = filter unless filter.nil?
|
743
|
-
command.query['orderBy'] = order_by unless order_by.nil?
|
744
|
-
command.query['pageSize'] = page_size unless page_size.nil?
|
745
|
-
command.query['pageToken'] = page_token unless page_token.nil?
|
746
|
-
command.query['fields'] = fields unless fields.nil?
|
747
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
748
|
-
execute_or_queue_command(command, &block)
|
749
|
-
end
|
750
|
-
|
751
|
-
# Updates a single proxy config.
|
752
|
-
# @param [String] name
|
753
|
-
# Output only. ProxyConfig resource name.
|
754
|
-
# @param [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig] google_cloud_beyondcorp_partnerservices_v1alpha_proxy_config_object
|
755
|
-
# @param [String] request_id
|
756
|
-
# Optional. An optional request ID to identify requests. Specify a unique
|
757
|
-
# request ID so that if you must retry your request, the server will know to
|
758
|
-
# ignore the request if it has already been completed. The server will guarantee
|
759
|
-
# that for at least 60 minutes after the first request. For example, consider a
|
760
|
-
# situation where you make an initial request and the request times out. If you
|
761
|
-
# make the request again with the same request ID, the server can check if
|
762
|
-
# original operation with the same request ID was received, and if so, will
|
763
|
-
# ignore the second request. This prevents clients from accidentally creating
|
764
|
-
# duplicate commitments. The request ID must be a valid UUID with the exception
|
765
|
-
# that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
766
|
-
# @param [String] update_mask
|
767
|
-
# Required. Mutable fields include: display_name, proxy_uri, routing_info,
|
768
|
-
# transport_info, encryption_info.
|
769
|
-
# @param [String] fields
|
770
|
-
# Selector specifying which fields to include in a partial response.
|
771
|
-
# @param [String] quota_user
|
772
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
773
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
774
|
-
# @param [Google::Apis::RequestOptions] options
|
775
|
-
# Request-specific options
|
776
|
-
#
|
777
|
-
# @yield [result, err] Result & error if block supplied
|
778
|
-
# @yieldparam result [Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation] parsed result object
|
779
|
-
# @yieldparam err [StandardError] error object if request failed
|
780
|
-
#
|
781
|
-
# @return [Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation]
|
782
|
-
#
|
783
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
784
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
785
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
786
|
-
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)
|
787
|
-
command = make_simple_command(:patch, 'v1alpha/{+name}', options)
|
788
|
-
command.request_representation = Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig::Representation
|
789
|
-
command.request_object = google_cloud_beyondcorp_partnerservices_v1alpha_proxy_config_object
|
790
|
-
command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation::Representation
|
791
|
-
command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation
|
792
|
-
command.params['name'] = name unless name.nil?
|
793
|
-
command.query['requestId'] = request_id unless request_id.nil?
|
794
|
-
command.query['updateMask'] = update_mask unless update_mask.nil?
|
795
|
-
command.query['fields'] = fields unless fields.nil?
|
796
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
797
|
-
execute_or_queue_command(command, &block)
|
798
|
-
end
|
799
|
-
|
800
265
|
# Returns permissions that a caller has on the specified resource. If the
|
801
266
|
# resource does not exist, this will return an empty set of permissions, not a `
|
802
267
|
# NOT_FOUND` error. Note: This operation is designed to be used for building
|
@@ -1459,6 +924,9 @@ module Google
|
|
1459
924
|
# Lists information about the supported locations for this service.
|
1460
925
|
# @param [String] name
|
1461
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.
|
1462
930
|
# @param [String] filter
|
1463
931
|
# A filter to narrow down results to a preferred subset. The filtering language
|
1464
932
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
@@ -1486,11 +954,12 @@ module Google
|
|
1486
954
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1487
955
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1488
956
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1489
|
-
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)
|
1490
958
|
command = make_simple_command(:get, 'v1alpha/{+name}/locations', options)
|
1491
959
|
command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleCloudLocationListLocationsResponse::Representation
|
1492
960
|
command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleCloudLocationListLocationsResponse
|
1493
961
|
command.params['name'] = name unless name.nil?
|
962
|
+
command.query['extraLocationTypes'] = extra_location_types unless extra_location_types.nil?
|
1494
963
|
command.query['filter'] = filter unless filter.nil?
|
1495
964
|
command.query['pageSize'] = page_size unless page_size.nil?
|
1496
965
|
command.query['pageToken'] = page_token unless page_token.nil?
|
@@ -2597,43 +2066,6 @@ module Google
|
|
2597
2066
|
execute_or_queue_command(command, &block)
|
2598
2067
|
end
|
2599
2068
|
|
2600
|
-
# Calls the Bouncer method ShouldThrottle to check if a request should be
|
2601
|
-
# throttled.
|
2602
|
-
# @param [String] name
|
2603
|
-
# Required. Name of the resource
|
2604
|
-
# @param [Fixnum] port
|
2605
|
-
# Optional. The port that is being throttled
|
2606
|
-
# @param [Fixnum] requested_amount
|
2607
|
-
# Optional. The current throughput through the port (mbps)
|
2608
|
-
# @param [String] fields
|
2609
|
-
# Selector specifying which fields to include in a partial response.
|
2610
|
-
# @param [String] quota_user
|
2611
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
2612
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
2613
|
-
# @param [Google::Apis::RequestOptions] options
|
2614
|
-
# Request-specific options
|
2615
|
-
#
|
2616
|
-
# @yield [result, err] Result & error if block supplied
|
2617
|
-
# @yieldparam result [Google::Apis::BeyondcorpV1alpha::ShouldThrottleResponse] parsed result object
|
2618
|
-
# @yieldparam err [StandardError] error object if request failed
|
2619
|
-
#
|
2620
|
-
# @return [Google::Apis::BeyondcorpV1alpha::ShouldThrottleResponse]
|
2621
|
-
#
|
2622
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
2623
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
2624
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
2625
|
-
def should_project_location_app_gateway_throttle(name, port: nil, requested_amount: nil, fields: nil, quota_user: nil, options: nil, &block)
|
2626
|
-
command = make_simple_command(:get, 'v1alpha/{+name}:shouldThrottle', options)
|
2627
|
-
command.response_representation = Google::Apis::BeyondcorpV1alpha::ShouldThrottleResponse::Representation
|
2628
|
-
command.response_class = Google::Apis::BeyondcorpV1alpha::ShouldThrottleResponse
|
2629
|
-
command.params['name'] = name unless name.nil?
|
2630
|
-
command.query['port'] = port unless port.nil?
|
2631
|
-
command.query['requestedAmount'] = requested_amount unless requested_amount.nil?
|
2632
|
-
command.query['fields'] = fields unless fields.nil?
|
2633
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
2634
|
-
execute_or_queue_command(command, &block)
|
2635
|
-
end
|
2636
|
-
|
2637
2069
|
# Returns permissions that a caller has on the specified resource. If the
|
2638
2070
|
# resource does not exist, this will return an empty set of permissions, not a `
|
2639
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.
|
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-
|
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.
|
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:
|