google-apis-beyondcorp_v1alpha 0.34.0 → 0.35.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f41230fa1658581b3975928a686f54e46fd89e7efa5220680187e204d77a38f9
4
- data.tar.gz: 956b9436c5dfc5460b614c10f092994d25a217b01690af551a42032b37cd6283
3
+ metadata.gz: '083a0013740ba912e4df29d215d8dfd5ab4272d8bb82243476f505598eb9ff11'
4
+ data.tar.gz: 6da3c7cb80f6b7e74cda4970cdedfd541ea7f5afada184543bae1514e66ef3a4
5
5
  SHA512:
6
- metadata.gz: 0d5ca04ce59848c23116300e53cc77f39747d1d5aa593a970fe551438282a23e424680782c2069172a31c08fffb2e8cb085b4ca80631aa9f5a3afcf3260aef7a
7
- data.tar.gz: 36fdb71d86e84e0b920fc400820f5f595a1b0cee3a1fb3c8f0b408374ba8e84588624f9bd95ac19f2cb95b39e044222581aa85538a1a691b9981267a5bd13e8e
6
+ metadata.gz: a7b2864b5f40c5eedbdd3c5dac0895cecdd2496e05a0a670217c770c5f8726f45b2d37b3126856e18957d74158c6e5b610343c35ce995da3c903164f5793cc9f
7
+ data.tar.gz: 57d8bca10455a278737e866dbc7d9bad158f624b4bf5ba74157a6397acbd187433012cff31abfa15a4585b4750f0e4b8241922c415bc0e221d55ad34f29d3ccb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-beyondcorp_v1alpha
2
2
 
3
+ ### v0.35.0 (2024-04-21)
4
+
5
+ * Regenerated from discovery document revision 20240410
6
+
3
7
  ### v0.34.0 (2024-03-31)
4
8
 
5
9
  * Regenerated from discovery document revision 20240320
@@ -2786,33 +2786,6 @@ module Google
2786
2786
  end
2787
2787
  end
2788
2788
 
2789
- # Message contains the configuration for each supported region for the
2790
- # securityGateway instance.
2791
- class GoogleCloudBeyondcorpSecuritygatewaysV1alphaRegionConfig
2792
- include Google::Apis::Core::Hashable
2793
-
2794
- # Output only. External IP addresses that will be used for establishing
2795
- # connection to the egress endpoints.
2796
- # Corresponds to the JSON property `egressIpAddresses`
2797
- # @return [Array<String>]
2798
- attr_accessor :egress_ip_addresses
2799
-
2800
- # Required. The region where the egress connectivity is required.
2801
- # Corresponds to the JSON property `region`
2802
- # @return [String]
2803
- attr_accessor :region
2804
-
2805
- def initialize(**args)
2806
- update!(**args)
2807
- end
2808
-
2809
- # Update properties of this object
2810
- def update!(**args)
2811
- @egress_ip_addresses = args[:egress_ip_addresses] if args.key?(:egress_ip_addresses)
2812
- @region = args[:region] if args.key?(:region)
2813
- end
2814
- end
2815
-
2816
2789
  # Information about a BeyoncCorp SecurityGateway resource.
2817
2790
  class GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGateway
2818
2791
  include Google::Apis::Core::Hashable
@@ -2828,16 +2801,17 @@ module Google
2828
2801
  # @return [String]
2829
2802
  attr_accessor :display_name
2830
2803
 
2804
+ # Output only. IP addresses that will be used for establishing connection to the
2805
+ # endpoints.
2806
+ # Corresponds to the JSON property `externalIps`
2807
+ # @return [Array<String>]
2808
+ attr_accessor :external_ips
2809
+
2831
2810
  # Identifier. Name of the resource.
2832
2811
  # Corresponds to the JSON property `name`
2833
2812
  # @return [String]
2834
2813
  attr_accessor :name
2835
2814
 
2836
- # Optional. List of regions where the egress connectivity is required.
2837
- # Corresponds to the JSON property `regionConfigs`
2838
- # @return [Array<Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaRegionConfig>]
2839
- attr_accessor :region_configs
2840
-
2841
2815
  # Output only. The operational state of the SecurityGateway.
2842
2816
  # Corresponds to the JSON property `state`
2843
2817
  # @return [String]
@@ -2856,8 +2830,8 @@ module Google
2856
2830
  def update!(**args)
2857
2831
  @create_time = args[:create_time] if args.key?(:create_time)
2858
2832
  @display_name = args[:display_name] if args.key?(:display_name)
2833
+ @external_ips = args[:external_ips] if args.key?(:external_ips)
2859
2834
  @name = args[:name] if args.key?(:name)
2860
- @region_configs = args[:region_configs] if args.key?(:region_configs)
2861
2835
  @state = args[:state] if args.key?(:state)
2862
2836
  @update_time = args[:update_time] if args.key?(:update_time)
2863
2837
  end
@@ -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.34.0"
19
+ GEM_VERSION = "0.35.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240320"
25
+ REVISION = "20240410"
26
26
  end
27
27
  end
28
28
  end
@@ -442,12 +442,6 @@ module Google
442
442
  include Google::Apis::Core::JsonObjectSupport
443
443
  end
444
444
 
445
- class GoogleCloudBeyondcorpSecuritygatewaysV1alphaRegionConfig
446
- class Representation < Google::Apis::Core::JsonRepresentation; end
447
-
448
- include Google::Apis::Core::JsonObjectSupport
449
- end
450
-
451
445
  class GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGateway
452
446
  class Representation < Google::Apis::Core::JsonRepresentation; end
453
447
 
@@ -1372,22 +1366,13 @@ module Google
1372
1366
  end
1373
1367
  end
1374
1368
 
1375
- class GoogleCloudBeyondcorpSecuritygatewaysV1alphaRegionConfig
1376
- # @private
1377
- class Representation < Google::Apis::Core::JsonRepresentation
1378
- collection :egress_ip_addresses, as: 'egressIpAddresses'
1379
- property :region, as: 'region'
1380
- end
1381
- end
1382
-
1383
1369
  class GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGateway
1384
1370
  # @private
1385
1371
  class Representation < Google::Apis::Core::JsonRepresentation
1386
1372
  property :create_time, as: 'createTime'
1387
1373
  property :display_name, as: 'displayName'
1374
+ collection :external_ips, as: 'externalIps'
1388
1375
  property :name, as: 'name'
1389
- collection :region_configs, as: 'regionConfigs', class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaRegionConfig, decorator: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaRegionConfig::Representation
1390
-
1391
1376
  property :state, as: 'state'
1392
1377
  property :update_time, as: 'updateTime'
1393
1378
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-beyondcorp_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.34.0
4
+ version: 0.35.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-31 00:00:00.000000000 Z
11
+ date: 2024-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-beyondcorp_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1alpha/v0.34.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1alpha/v0.35.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-beyondcorp_v1alpha
63
63
  post_install_message:
64
64
  rdoc_options: []