google-apis-beyondcorp_v1alpha 0.21.0 → 0.23.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 189c62461b095c08002d4dce0db339a893ffe3fbde2f5d686260bcbc72669b38
4
- data.tar.gz: 963708c750fb06ba49e5b645b9931f4315c738b6b7992dff86248f537d0b4d25
3
+ metadata.gz: 25a70fb19861bf9927224905ab174e4285e213d180f893e34cc5af326be35291
4
+ data.tar.gz: f5c5c217c3d52793ba920b8a4b36d5669fc4665b18fe266c96499f219f5b5fe9
5
5
  SHA512:
6
- metadata.gz: bb1c444de1a7d3d68c5ba128d365b3d4764d5e679c7bf0d97e5c9ecb95ad48631add76906745804ecfa691456adc2adc282fbcadf2dd9e26d4bad69150ceb692
7
- data.tar.gz: 9603319112c1a9be76cc7a12bf975b7e285a6ee730d94e51f3901f5460d67c37a895c66a4241ec3806fc14dbb16e8f0076383ac0f6c9d6271c3437da6cf5868f
6
+ metadata.gz: 31df2c17b214b4638d885932e2dab0cf1627f4dde5382772a27a39c3c7a478c3d0e8d4a24901fbd878713baacb5246ad6977880ad142b4fcc441cf4a85d15a34
7
+ data.tar.gz: 1b14f9ca975fdd7282b495ce39d771515ab590aec1431dcf6d037eee12195a2ffe7edd255f1537de84145673e0c730860c92caaaccd8d7e102e4b73354ecae4f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-beyondcorp_v1alpha
2
2
 
3
+ ### v0.23.0 (2023-06-25)
4
+
5
+ * Regenerated from discovery document revision 20230616
6
+
7
+ ### v0.22.0 (2023-06-18)
8
+
9
+ * Regenerated from discovery document revision 20230613
10
+
3
11
  ### v0.21.0 (2023-06-11)
4
12
 
5
13
  * Regenerated from discovery document revision 20230531
@@ -215,234 +215,6 @@ module Google
215
215
  end
216
216
  end
217
217
 
218
- # Message describing ClientConnectorService object.
219
- class ClientConnectorService
220
- include Google::Apis::Core::Hashable
221
-
222
- # Output only. [Output only] Create time stamp.
223
- # Corresponds to the JSON property `createTime`
224
- # @return [String]
225
- attr_accessor :create_time
226
-
227
- # Optional. User-provided name. The display name should follow certain format. *
228
- # Must be 6 to 30 characters in length. * Can only contain lowercase letters,
229
- # numbers, and hyphens. * Must start with a letter.
230
- # Corresponds to the JSON property `displayName`
231
- # @return [String]
232
- attr_accessor :display_name
233
-
234
- # The details of the egress info. One of the following options should be set.
235
- # Corresponds to the JSON property `egress`
236
- # @return [Google::Apis::BeyondcorpV1alpha::Egress]
237
- attr_accessor :egress
238
-
239
- # Settings of how to connect to the ClientGateway. One of the following options
240
- # should be set.
241
- # Corresponds to the JSON property `ingress`
242
- # @return [Google::Apis::BeyondcorpV1alpha::Ingress]
243
- attr_accessor :ingress
244
-
245
- # Required. Name of resource. The name is ignored during creation.
246
- # Corresponds to the JSON property `name`
247
- # @return [String]
248
- attr_accessor :name
249
-
250
- # Output only. The operational state of the ClientConnectorService.
251
- # Corresponds to the JSON property `state`
252
- # @return [String]
253
- attr_accessor :state
254
-
255
- # Output only. [Output only] Update time stamp.
256
- # Corresponds to the JSON property `updateTime`
257
- # @return [String]
258
- attr_accessor :update_time
259
-
260
- def initialize(**args)
261
- update!(**args)
262
- end
263
-
264
- # Update properties of this object
265
- def update!(**args)
266
- @create_time = args[:create_time] if args.key?(:create_time)
267
- @display_name = args[:display_name] if args.key?(:display_name)
268
- @egress = args[:egress] if args.key?(:egress)
269
- @ingress = args[:ingress] if args.key?(:ingress)
270
- @name = args[:name] if args.key?(:name)
271
- @state = args[:state] if args.key?(:state)
272
- @update_time = args[:update_time] if args.key?(:update_time)
273
- end
274
- end
275
-
276
- # Represents the metadata of the long-running operation.
277
- class ClientConnectorServiceOperationMetadata
278
- include Google::Apis::Core::Hashable
279
-
280
- # Output only. API version used to start the operation.
281
- # Corresponds to the JSON property `apiVersion`
282
- # @return [String]
283
- attr_accessor :api_version
284
-
285
- # Output only. The time the operation was created.
286
- # Corresponds to the JSON property `createTime`
287
- # @return [String]
288
- attr_accessor :create_time
289
-
290
- # Output only. The time the operation finished running.
291
- # Corresponds to the JSON property `endTime`
292
- # @return [String]
293
- attr_accessor :end_time
294
-
295
- # Output only. Identifies whether the user has requested cancellation of the
296
- # operation. Operations that have successfully been cancelled have Operation.
297
- # error value with a google.rpc.Status.code of 1, corresponding to `Code.
298
- # CANCELLED`.
299
- # Corresponds to the JSON property `requestedCancellation`
300
- # @return [Boolean]
301
- attr_accessor :requested_cancellation
302
- alias_method :requested_cancellation?, :requested_cancellation
303
-
304
- # Output only. Human-readable status of the operation, if any.
305
- # Corresponds to the JSON property `statusMessage`
306
- # @return [String]
307
- attr_accessor :status_message
308
-
309
- # Output only. Server-defined resource path for the target of the operation.
310
- # Corresponds to the JSON property `target`
311
- # @return [String]
312
- attr_accessor :target
313
-
314
- # Output only. Name of the verb executed by the operation.
315
- # Corresponds to the JSON property `verb`
316
- # @return [String]
317
- attr_accessor :verb
318
-
319
- def initialize(**args)
320
- update!(**args)
321
- end
322
-
323
- # Update properties of this object
324
- def update!(**args)
325
- @api_version = args[:api_version] if args.key?(:api_version)
326
- @create_time = args[:create_time] if args.key?(:create_time)
327
- @end_time = args[:end_time] if args.key?(:end_time)
328
- @requested_cancellation = args[:requested_cancellation] if args.key?(:requested_cancellation)
329
- @status_message = args[:status_message] if args.key?(:status_message)
330
- @target = args[:target] if args.key?(:target)
331
- @verb = args[:verb] if args.key?(:verb)
332
- end
333
- end
334
-
335
- # Message describing ClientGateway object.
336
- class ClientGateway
337
- include Google::Apis::Core::Hashable
338
-
339
- # Output only. The client connector service name that the client gateway is
340
- # associated to. Client Connector Services, named as follows: `projects/`
341
- # project_id`/locations/`location_id`/client_connector_services/`
342
- # client_connector_service_id``.
343
- # Corresponds to the JSON property `clientConnectorService`
344
- # @return [String]
345
- attr_accessor :client_connector_service
346
-
347
- # Output only. [Output only] Create time stamp.
348
- # Corresponds to the JSON property `createTime`
349
- # @return [String]
350
- attr_accessor :create_time
351
-
352
- # Output only. A unique identifier for the instance generated by the system.
353
- # Corresponds to the JSON property `id`
354
- # @return [String]
355
- attr_accessor :id
356
-
357
- # Required. name of resource. The name is ignored during creation.
358
- # Corresponds to the JSON property `name`
359
- # @return [String]
360
- attr_accessor :name
361
-
362
- # Output only. The operational state of the gateway.
363
- # Corresponds to the JSON property `state`
364
- # @return [String]
365
- attr_accessor :state
366
-
367
- # Output only. [Output only] Update time stamp.
368
- # Corresponds to the JSON property `updateTime`
369
- # @return [String]
370
- attr_accessor :update_time
371
-
372
- def initialize(**args)
373
- update!(**args)
374
- end
375
-
376
- # Update properties of this object
377
- def update!(**args)
378
- @client_connector_service = args[:client_connector_service] if args.key?(:client_connector_service)
379
- @create_time = args[:create_time] if args.key?(:create_time)
380
- @id = args[:id] if args.key?(:id)
381
- @name = args[:name] if args.key?(:name)
382
- @state = args[:state] if args.key?(:state)
383
- @update_time = args[:update_time] if args.key?(:update_time)
384
- end
385
- end
386
-
387
- # Represents the metadata of the long-running operation.
388
- class ClientGatewayOperationMetadata
389
- include Google::Apis::Core::Hashable
390
-
391
- # Output only. API version used to start the operation.
392
- # Corresponds to the JSON property `apiVersion`
393
- # @return [String]
394
- attr_accessor :api_version
395
-
396
- # Output only. The time the operation was created.
397
- # Corresponds to the JSON property `createTime`
398
- # @return [String]
399
- attr_accessor :create_time
400
-
401
- # Output only. The time the operation finished running.
402
- # Corresponds to the JSON property `endTime`
403
- # @return [String]
404
- attr_accessor :end_time
405
-
406
- # Output only. Identifies whether the user has requested cancellation of the
407
- # operation. Operations that have been cancelled successfully have Operation.
408
- # error value with a google.rpc.Status.code of 1, corresponding to `Code.
409
- # CANCELLED`.
410
- # Corresponds to the JSON property `requestedCancellation`
411
- # @return [Boolean]
412
- attr_accessor :requested_cancellation
413
- alias_method :requested_cancellation?, :requested_cancellation
414
-
415
- # Output only. Human-readable status of the operation, if any.
416
- # Corresponds to the JSON property `statusMessage`
417
- # @return [String]
418
- attr_accessor :status_message
419
-
420
- # Output only. Server-defined resource path for the target of the operation.
421
- # Corresponds to the JSON property `target`
422
- # @return [String]
423
- attr_accessor :target
424
-
425
- # Output only. Name of the verb executed by the operation.
426
- # Corresponds to the JSON property `verb`
427
- # @return [String]
428
- attr_accessor :verb
429
-
430
- def initialize(**args)
431
- update!(**args)
432
- end
433
-
434
- # Update properties of this object
435
- def update!(**args)
436
- @api_version = args[:api_version] if args.key?(:api_version)
437
- @create_time = args[:create_time] if args.key?(:create_time)
438
- @end_time = args[:end_time] if args.key?(:end_time)
439
- @requested_cancellation = args[:requested_cancellation] if args.key?(:requested_cancellation)
440
- @status_message = args[:status_message] if args.key?(:status_message)
441
- @target = args[:target] if args.key?(:target)
442
- @verb = args[:verb] if args.key?(:verb)
443
- end
444
- end
445
-
446
218
  # The configuration for Pub/Sub messaging for the connector.
447
219
  class CloudPubSubNotificationConfig
448
220
  include Google::Apis::Core::Hashable
@@ -611,32 +383,6 @@ module Google
611
383
  end
612
384
  end
613
385
 
614
- # The basic ingress config for ClientGateways.
615
- class Config
616
- include Google::Apis::Core::Hashable
617
-
618
- # Required. The settings used to configure basic ClientGateways.
619
- # Corresponds to the JSON property `destinationRoutes`
620
- # @return [Array<Google::Apis::BeyondcorpV1alpha::DestinationRoute>]
621
- attr_accessor :destination_routes
622
-
623
- # Required. Immutable. The transport protocol used between the client and the
624
- # server.
625
- # Corresponds to the JSON property `transportProtocol`
626
- # @return [String]
627
- attr_accessor :transport_protocol
628
-
629
- def initialize(**args)
630
- update!(**args)
631
- end
632
-
633
- # Update properties of this object
634
- def update!(**args)
635
- @destination_routes = args[:destination_routes] if args.key?(:destination_routes)
636
- @transport_protocol = args[:transport_protocol] if args.key?(:transport_protocol)
637
- end
638
- end
639
-
640
386
  # A BeyondCorp Connection resource represents a BeyondCorp protected connection
641
387
  # to a remote application. It creates all the necessary GCP components needed
642
388
  # for creating a BeyondCorp protected connection. Multiple connectors can be
@@ -1020,53 +766,6 @@ module Google
1020
766
  end
1021
767
  end
1022
768
 
1023
- # The setting used to configure ClientGateways. It is adding routes to the
1024
- # client's routing table after the connection is established.
1025
- class DestinationRoute
1026
- include Google::Apis::Core::Hashable
1027
-
1028
- # Required. The network address of the subnet for which the packet is routed to
1029
- # the ClientGateway.
1030
- # Corresponds to the JSON property `address`
1031
- # @return [String]
1032
- attr_accessor :address
1033
-
1034
- # Required. The network mask of the subnet for which the packet is routed to the
1035
- # ClientGateway.
1036
- # Corresponds to the JSON property `netmask`
1037
- # @return [String]
1038
- attr_accessor :netmask
1039
-
1040
- def initialize(**args)
1041
- update!(**args)
1042
- end
1043
-
1044
- # Update properties of this object
1045
- def update!(**args)
1046
- @address = args[:address] if args.key?(:address)
1047
- @netmask = args[:netmask] if args.key?(:netmask)
1048
- end
1049
- end
1050
-
1051
- # The details of the egress info. One of the following options should be set.
1052
- class Egress
1053
- include Google::Apis::Core::Hashable
1054
-
1055
- # The peered VPC owned by the consumer project.
1056
- # Corresponds to the JSON property `peeredVpc`
1057
- # @return [Google::Apis::BeyondcorpV1alpha::PeeredVpc]
1058
- attr_accessor :peered_vpc
1059
-
1060
- def initialize(**args)
1061
- update!(**args)
1062
- end
1063
-
1064
- # Update properties of this object
1065
- def update!(**args)
1066
- @peered_vpc = args[:peered_vpc] if args.key?(:peered_vpc)
1067
- end
1068
- end
1069
-
1070
769
  # A generic empty message that you can re-use to avoid defining duplicated empty
1071
770
  # messages in your APIs. A typical example is to use it as the request or the
1072
771
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
@@ -2207,31 +1906,37 @@ module Google
2207
1906
  class GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse
2208
1907
  include Google::Apis::Core::Hashable
2209
1908
 
2210
- # A token which can be sent as `page_token` to retrieve the next page. If this
2211
- # field is omitted, there are no subsequent pages.
2212
- # Corresponds to the JSON property `nextPageToken`
2213
- # @return [String]
2214
- attr_accessor :next_page_token
2215
-
2216
1909
  # The list of PartnerTenant objects.
2217
1910
  # Corresponds to the JSON property `partnerTenants`
2218
1911
  # @return [Array<Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerTenant>]
2219
1912
  attr_accessor :partner_tenants
2220
1913
 
2221
- # Locations that could not be reached.
2222
- # Corresponds to the JSON property `unreachable`
2223
- # @return [Array<String>]
2224
- attr_accessor :unreachable
2225
-
2226
1914
  def initialize(**args)
2227
1915
  update!(**args)
2228
1916
  end
2229
1917
 
2230
1918
  # Update properties of this object
2231
1919
  def update!(**args)
2232
- @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
2233
1920
  @partner_tenants = args[:partner_tenants] if args.key?(:partner_tenants)
2234
- @unreachable = args[:unreachable] if args.key?(:unreachable)
1921
+ end
1922
+ end
1923
+
1924
+ # Message for response to listing ProxyConfigs.
1925
+ class GoogleCloudBeyondcorpPartnerservicesV1alphaListProxyConfigsResponse
1926
+ include Google::Apis::Core::Hashable
1927
+
1928
+ # The list of ProxyConfig objects.
1929
+ # Corresponds to the JSON property `proxyConfigs`
1930
+ # @return [Array<Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig>]
1931
+ attr_accessor :proxy_configs
1932
+
1933
+ def initialize(**args)
1934
+ update!(**args)
1935
+ end
1936
+
1937
+ # Update properties of this object
1938
+ def update!(**args)
1939
+ @proxy_configs = args[:proxy_configs] if args.key?(:proxy_configs)
2235
1940
  end
2236
1941
  end
2237
1942
 
@@ -2239,6 +1944,12 @@ module Google
2239
1944
  class GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerMetadata
2240
1945
  include Google::Apis::Core::Hashable
2241
1946
 
1947
+ # Optional. UUID used by the Partner to refer to the PartnerTenant in their
1948
+ # internal systems.
1949
+ # Corresponds to the JSON property `internalTenantId`
1950
+ # @return [String]
1951
+ attr_accessor :internal_tenant_id
1952
+
2242
1953
  # Optional. UUID used by the Partner to refer to the PartnerTenant in their
2243
1954
  # internal systems.
2244
1955
  # Corresponds to the JSON property `partnerTenantId`
@@ -2251,6 +1962,7 @@ module Google
2251
1962
 
2252
1963
  # Update properties of this object
2253
1964
  def update!(**args)
1965
+ @internal_tenant_id = args[:internal_tenant_id] if args.key?(:internal_tenant_id)
2254
1966
  @partner_tenant_id = args[:partner_tenant_id] if args.key?(:partner_tenant_id)
2255
1967
  end
2256
1968
  end
@@ -3692,26 +3404,6 @@ module Google
3692
3404
  end
3693
3405
  end
3694
3406
 
3695
- # Settings of how to connect to the ClientGateway. One of the following options
3696
- # should be set.
3697
- class Ingress
3698
- include Google::Apis::Core::Hashable
3699
-
3700
- # The basic ingress config for ClientGateways.
3701
- # Corresponds to the JSON property `config`
3702
- # @return [Google::Apis::BeyondcorpV1alpha::Config]
3703
- attr_accessor :config
3704
-
3705
- def initialize(**args)
3706
- update!(**args)
3707
- end
3708
-
3709
- # Update properties of this object
3710
- def update!(**args)
3711
- @config = args[:config] if args.key?(:config)
3712
- end
3713
- end
3714
-
3715
3407
  # Response message for BeyondCorp.ListAppGateways.
3716
3408
  class ListAppGatewaysResponse
3717
3409
  include Google::Apis::Core::Hashable
@@ -3744,68 +3436,6 @@ module Google
3744
3436
  end
3745
3437
  end
3746
3438
 
3747
- # Message for response to listing ClientConnectorServices.
3748
- class ListClientConnectorServicesResponse
3749
- include Google::Apis::Core::Hashable
3750
-
3751
- # The list of ClientConnectorService.
3752
- # Corresponds to the JSON property `clientConnectorServices`
3753
- # @return [Array<Google::Apis::BeyondcorpV1alpha::ClientConnectorService>]
3754
- attr_accessor :client_connector_services
3755
-
3756
- # A token identifying a page of results the server should return.
3757
- # Corresponds to the JSON property `nextPageToken`
3758
- # @return [String]
3759
- attr_accessor :next_page_token
3760
-
3761
- # Locations that could not be reached.
3762
- # Corresponds to the JSON property `unreachable`
3763
- # @return [Array<String>]
3764
- attr_accessor :unreachable
3765
-
3766
- def initialize(**args)
3767
- update!(**args)
3768
- end
3769
-
3770
- # Update properties of this object
3771
- def update!(**args)
3772
- @client_connector_services = args[:client_connector_services] if args.key?(:client_connector_services)
3773
- @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
3774
- @unreachable = args[:unreachable] if args.key?(:unreachable)
3775
- end
3776
- end
3777
-
3778
- # Message for response to listing ClientGateways.
3779
- class ListClientGatewaysResponse
3780
- include Google::Apis::Core::Hashable
3781
-
3782
- # The list of ClientGateway.
3783
- # Corresponds to the JSON property `clientGateways`
3784
- # @return [Array<Google::Apis::BeyondcorpV1alpha::ClientGateway>]
3785
- attr_accessor :client_gateways
3786
-
3787
- # A token identifying a page of results the server should return.
3788
- # Corresponds to the JSON property `nextPageToken`
3789
- # @return [String]
3790
- attr_accessor :next_page_token
3791
-
3792
- # Locations that could not be reached.
3793
- # Corresponds to the JSON property `unreachable`
3794
- # @return [Array<String>]
3795
- attr_accessor :unreachable
3796
-
3797
- def initialize(**args)
3798
- update!(**args)
3799
- end
3800
-
3801
- # Update properties of this object
3802
- def update!(**args)
3803
- @client_gateways = args[:client_gateways] if args.key?(:client_gateways)
3804
- @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
3805
- @unreachable = args[:unreachable] if args.key?(:unreachable)
3806
- end
3807
- end
3808
-
3809
3439
  # Response message for BeyondCorp.ListConnections.
3810
3440
  class ListConnectionsResponse
3811
3441
  include Google::Apis::Core::Hashable
@@ -3889,25 +3519,6 @@ module Google
3889
3519
  end
3890
3520
  end
3891
3521
 
3892
- # The peered VPC owned by the consumer project.
3893
- class PeeredVpc
3894
- include Google::Apis::Core::Hashable
3895
-
3896
- # Required. The name of the peered VPC owned by the consumer project.
3897
- # Corresponds to the JSON property `networkVpc`
3898
- # @return [String]
3899
- attr_accessor :network_vpc
3900
-
3901
- def initialize(**args)
3902
- update!(**args)
3903
- end
3904
-
3905
- # Update properties of this object
3906
- def update!(**args)
3907
- @network_vpc = args[:network_vpc] if args.key?(:network_vpc)
3908
- end
3909
- end
3910
-
3911
3522
  # PrincipalInfo represents an Identity oneof.
3912
3523
  class PrincipalInfo
3913
3524
  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.21.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230531"
25
+ REVISION = "20230616"
26
26
  end
27
27
  end
28
28
  end