google-apis-securitycenter_v1beta2 0.98.0 → 0.99.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: 1363770f370b0bd3946e9744a8b06880f655ee94bdfeca1ed5f089afbb4d7030
4
- data.tar.gz: ca1dbb5841f0df46372e0ddc293ab49cd997ba329fcda4d4ab83af640b87b6f7
3
+ metadata.gz: 9a87782dc6de45146e554233c09df522bb9f67724b98a061601d46576ffff411
4
+ data.tar.gz: e6fcdf8d68c414c411209deabbff6e5e599d69d42edc44492623a78aaf23513c
5
5
  SHA512:
6
- metadata.gz: 5a6c4a9a96813123310cbb367d6211fb64a325ae695e5799d64c826f54c2a1736a6e2fff481dfd448a34c124fd2902476d91942bfe5fd364cfcb528af4edac7b
7
- data.tar.gz: 0c1cc09a0aa4c397c068481329b30b2c87a1e9dcdb398b76113cefd8ab8f12ec12c57ff74e93785e2f4418fd68a34d65c1d53063c4b07a0a9f5078c67c70245a
6
+ metadata.gz: cac7c8ea0eb2abd6fcef91c29526947fc7c22a5d7b8df2707458c3171c5560054ce4a0eee765b59628c0d3112d25784dca3e466158597616d28e1fa5099ae5e1
7
+ data.tar.gz: 364add035419caf494104c737714322a99b439f619b54aff43085b5634b33832dd7137f56a8d3c3bccd66398f0362481aca582fbfd5a5738910ed7a7cb42f175
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1beta2
2
2
 
3
+ ### v0.99.0 (2026-05-03)
4
+
5
+ * Regenerated from discovery document revision 20260424
6
+
3
7
  ### v0.98.0 (2026-04-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20260330
@@ -2364,12 +2364,24 @@ module Google
2364
2364
  class ExternalExposure
2365
2365
  include Google::Apis::Core::Hashable
2366
2366
 
2367
+ # The full resource name of the load balancer backend bucket, for example, "//
2368
+ # compute.googleapis.com/projects/`project-id`/global/backendBuckets/`name`"
2369
+ # Corresponds to the JSON property `backendBucket`
2370
+ # @return [String]
2371
+ attr_accessor :backend_bucket
2372
+
2367
2373
  # The full resource name of load balancer backend service, for example, "//
2368
2374
  # compute.googleapis.com/projects/`project-id`/global/backendServices/`name`".
2369
2375
  # Corresponds to the JSON property `backendService`
2370
2376
  # @return [String]
2371
2377
  attr_accessor :backend_service
2372
2378
 
2379
+ # The name and version of the exposed web application, for example, "Jenkins 2.
2380
+ # 184".
2381
+ # Corresponds to the JSON property `exposedApplication`
2382
+ # @return [String]
2383
+ attr_accessor :exposed_application
2384
+
2373
2385
  # The resource which is running the exposed service, for example, "//compute.
2374
2386
  # googleapis.com/projects/`project-id`/zones/`zone`/instances/`instance`.”
2375
2387
  # Corresponds to the JSON property `exposedEndpoint`
@@ -2388,12 +2400,29 @@ module Google
2388
2400
  # @return [String]
2389
2401
  attr_accessor :forwarding_rule
2390
2402
 
2403
+ # Hostname of the exposed application, for example, "https://test-app.a.run.app/"
2404
+ # Corresponds to the JSON property `hostnameUri`
2405
+ # @return [String]
2406
+ attr_accessor :hostname_uri
2407
+
2408
+ # The http response returned by the web application.
2409
+ # Corresponds to the JSON property `httpResponse`
2410
+ # @return [Array<Google::Apis::SecuritycenterV1beta2::HttpResponse>]
2411
+ attr_accessor :http_response
2412
+
2391
2413
  # The full resource name of the instance group, for example, "//compute.
2392
2414
  # googleapis.com/projects/`project-id`/global/instanceGroups/`name`".
2393
2415
  # Corresponds to the JSON property `instanceGroup`
2394
2416
  # @return [String]
2395
2417
  attr_accessor :instance_group
2396
2418
 
2419
+ # The full resource name of load balancer backend service in the internal
2420
+ # project having resource exposed via PSC, for example, "//compute.googleapis.
2421
+ # com/projects/`project-id`/global/backendServices/`name`".
2422
+ # Corresponds to the JSON property `internalBackendService`
2423
+ # @return [String]
2424
+ attr_accessor :internal_backend_service
2425
+
2397
2426
  # The full resource name of the load balancer firewall policy, for example, "//
2398
2427
  # compute.googleapis.com/projects/`project-id`/global/firewallPolicies/`policy-
2399
2428
  # name`".
@@ -2407,6 +2436,12 @@ module Google
2407
2436
  # @return [String]
2408
2437
  attr_accessor :network_endpoint_group
2409
2438
 
2439
+ # The full resource name of the network ingress firewall policy, for example, "//
2440
+ # compute.googleapis.com/projects/`project-id`/global/firewallPolicies/`name`".
2441
+ # Corresponds to the JSON property `networkIngressFirewallPolicy`
2442
+ # @return [String]
2443
+ attr_accessor :network_ingress_firewall_policy
2444
+
2410
2445
  # Private IP address of the exposed endpoint.
2411
2446
  # Corresponds to the JSON property `privateIpAddress`
2412
2447
  # @return [String]
@@ -2417,6 +2452,22 @@ module Google
2417
2452
  # @return [String]
2418
2453
  attr_accessor :private_port
2419
2454
 
2455
+ # The full resource name of the PSC (Private Service Connect) network attachment
2456
+ # that network interface controller is attached to, for example, "//compute.
2457
+ # googleapis.com/projects/`project-id`/regions/`region`/networkAttachments/`name`
2458
+ # "
2459
+ # Corresponds to the JSON property `pscNetworkAttachment`
2460
+ # @return [String]
2461
+ attr_accessor :psc_network_attachment
2462
+
2463
+ # The full resource name of the PSC (Private Service Connect) service attachment
2464
+ # that the load balancer network endpoint group targets, for example, "//compute.
2465
+ # googleapis.com/projects/`project-id`/regions/`region`/serviceAttachments/`name`
2466
+ # "
2467
+ # Corresponds to the JSON property `pscServiceAttachment`
2468
+ # @return [String]
2469
+ attr_accessor :psc_service_attachment
2470
+
2420
2471
  # Public IP address of the exposed endpoint.
2421
2472
  # Corresponds to the JSON property `publicIpAddress`
2422
2473
  # @return [String]
@@ -2440,15 +2491,23 @@ module Google
2440
2491
 
2441
2492
  # Update properties of this object
2442
2493
  def update!(**args)
2494
+ @backend_bucket = args[:backend_bucket] if args.key?(:backend_bucket)
2443
2495
  @backend_service = args[:backend_service] if args.key?(:backend_service)
2496
+ @exposed_application = args[:exposed_application] if args.key?(:exposed_application)
2444
2497
  @exposed_endpoint = args[:exposed_endpoint] if args.key?(:exposed_endpoint)
2445
2498
  @exposed_service = args[:exposed_service] if args.key?(:exposed_service)
2446
2499
  @forwarding_rule = args[:forwarding_rule] if args.key?(:forwarding_rule)
2500
+ @hostname_uri = args[:hostname_uri] if args.key?(:hostname_uri)
2501
+ @http_response = args[:http_response] if args.key?(:http_response)
2447
2502
  @instance_group = args[:instance_group] if args.key?(:instance_group)
2503
+ @internal_backend_service = args[:internal_backend_service] if args.key?(:internal_backend_service)
2448
2504
  @load_balancer_firewall_policy = args[:load_balancer_firewall_policy] if args.key?(:load_balancer_firewall_policy)
2449
2505
  @network_endpoint_group = args[:network_endpoint_group] if args.key?(:network_endpoint_group)
2506
+ @network_ingress_firewall_policy = args[:network_ingress_firewall_policy] if args.key?(:network_ingress_firewall_policy)
2450
2507
  @private_ip_address = args[:private_ip_address] if args.key?(:private_ip_address)
2451
2508
  @private_port = args[:private_port] if args.key?(:private_port)
2509
+ @psc_network_attachment = args[:psc_network_attachment] if args.key?(:psc_network_attachment)
2510
+ @psc_service_attachment = args[:psc_service_attachment] if args.key?(:psc_service_attachment)
2452
2511
  @public_ip_address = args[:public_ip_address] if args.key?(:public_ip_address)
2453
2512
  @public_port = args[:public_port] if args.key?(:public_port)
2454
2513
  @service_firewall_policy = args[:service_firewall_policy] if args.key?(:service_firewall_policy)
@@ -6802,12 +6861,24 @@ module Google
6802
6861
  class GoogleCloudSecuritycenterV2ExternalExposure
6803
6862
  include Google::Apis::Core::Hashable
6804
6863
 
6864
+ # The full resource name of the load balancer backend bucket, for example, "//
6865
+ # compute.googleapis.com/projects/`project-id`/global/backendBuckets/`name`"
6866
+ # Corresponds to the JSON property `backendBucket`
6867
+ # @return [String]
6868
+ attr_accessor :backend_bucket
6869
+
6805
6870
  # The full resource name of load balancer backend service, for example, "//
6806
6871
  # compute.googleapis.com/projects/`project-id`/global/backendServices/`name`".
6807
6872
  # Corresponds to the JSON property `backendService`
6808
6873
  # @return [String]
6809
6874
  attr_accessor :backend_service
6810
6875
 
6876
+ # The name and version of the exposed web application, for example, "Jenkins 2.
6877
+ # 184".
6878
+ # Corresponds to the JSON property `exposedApplication`
6879
+ # @return [String]
6880
+ attr_accessor :exposed_application
6881
+
6811
6882
  # The resource which is running the exposed service, for example, "//compute.
6812
6883
  # googleapis.com/projects/`project-id`/zones/`zone`/instances/`instance`.”
6813
6884
  # Corresponds to the JSON property `exposedEndpoint`
@@ -6826,12 +6897,29 @@ module Google
6826
6897
  # @return [String]
6827
6898
  attr_accessor :forwarding_rule
6828
6899
 
6900
+ # Hostname of the exposed application, for example, "https://test-app.a.run.app/"
6901
+ # Corresponds to the JSON property `hostnameUri`
6902
+ # @return [String]
6903
+ attr_accessor :hostname_uri
6904
+
6905
+ # The http response returned by the web application.
6906
+ # Corresponds to the JSON property `httpResponse`
6907
+ # @return [Array<Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2HttpResponse>]
6908
+ attr_accessor :http_response
6909
+
6829
6910
  # The full resource name of the instance group, for example, "//compute.
6830
6911
  # googleapis.com/projects/`project-id`/global/instanceGroups/`name`".
6831
6912
  # Corresponds to the JSON property `instanceGroup`
6832
6913
  # @return [String]
6833
6914
  attr_accessor :instance_group
6834
6915
 
6916
+ # The full resource name of load balancer backend service in the internal
6917
+ # project having resource exposed via PSC, for example, "//compute.googleapis.
6918
+ # com/projects/`project-id`/global/backendServices/`name`".
6919
+ # Corresponds to the JSON property `internalBackendService`
6920
+ # @return [String]
6921
+ attr_accessor :internal_backend_service
6922
+
6835
6923
  # The full resource name of the load balancer firewall policy, for example, "//
6836
6924
  # compute.googleapis.com/projects/`project-id`/global/firewallPolicies/`policy-
6837
6925
  # name`".
@@ -6845,6 +6933,12 @@ module Google
6845
6933
  # @return [String]
6846
6934
  attr_accessor :network_endpoint_group
6847
6935
 
6936
+ # The full resource name of the network ingress firewall policy, for example, "//
6937
+ # compute.googleapis.com/projects/`project-id`/global/firewallPolicies/`name`".
6938
+ # Corresponds to the JSON property `networkIngressFirewallPolicy`
6939
+ # @return [String]
6940
+ attr_accessor :network_ingress_firewall_policy
6941
+
6848
6942
  # Private IP address of the exposed endpoint.
6849
6943
  # Corresponds to the JSON property `privateIpAddress`
6850
6944
  # @return [String]
@@ -6855,6 +6949,22 @@ module Google
6855
6949
  # @return [String]
6856
6950
  attr_accessor :private_port
6857
6951
 
6952
+ # The full resource name of the PSC (Private Service Connect) network attachment
6953
+ # that network interface controller is attached to, for example, "//compute.
6954
+ # googleapis.com/projects/`project-id`/regions/`region`/networkAttachments/`name`
6955
+ # "
6956
+ # Corresponds to the JSON property `pscNetworkAttachment`
6957
+ # @return [String]
6958
+ attr_accessor :psc_network_attachment
6959
+
6960
+ # The full resource name of the PSC (Private Service Connect) service attachment
6961
+ # that the load balancer network endpoint group targets, for example, "//compute.
6962
+ # googleapis.com/projects/`project-id`/regions/`region`/serviceAttachments/`name`
6963
+ # "
6964
+ # Corresponds to the JSON property `pscServiceAttachment`
6965
+ # @return [String]
6966
+ attr_accessor :psc_service_attachment
6967
+
6858
6968
  # Public IP address of the exposed endpoint.
6859
6969
  # Corresponds to the JSON property `publicIpAddress`
6860
6970
  # @return [String]
@@ -6878,15 +6988,23 @@ module Google
6878
6988
 
6879
6989
  # Update properties of this object
6880
6990
  def update!(**args)
6991
+ @backend_bucket = args[:backend_bucket] if args.key?(:backend_bucket)
6881
6992
  @backend_service = args[:backend_service] if args.key?(:backend_service)
6993
+ @exposed_application = args[:exposed_application] if args.key?(:exposed_application)
6882
6994
  @exposed_endpoint = args[:exposed_endpoint] if args.key?(:exposed_endpoint)
6883
6995
  @exposed_service = args[:exposed_service] if args.key?(:exposed_service)
6884
6996
  @forwarding_rule = args[:forwarding_rule] if args.key?(:forwarding_rule)
6997
+ @hostname_uri = args[:hostname_uri] if args.key?(:hostname_uri)
6998
+ @http_response = args[:http_response] if args.key?(:http_response)
6885
6999
  @instance_group = args[:instance_group] if args.key?(:instance_group)
7000
+ @internal_backend_service = args[:internal_backend_service] if args.key?(:internal_backend_service)
6886
7001
  @load_balancer_firewall_policy = args[:load_balancer_firewall_policy] if args.key?(:load_balancer_firewall_policy)
6887
7002
  @network_endpoint_group = args[:network_endpoint_group] if args.key?(:network_endpoint_group)
7003
+ @network_ingress_firewall_policy = args[:network_ingress_firewall_policy] if args.key?(:network_ingress_firewall_policy)
6888
7004
  @private_ip_address = args[:private_ip_address] if args.key?(:private_ip_address)
6889
7005
  @private_port = args[:private_port] if args.key?(:private_port)
7006
+ @psc_network_attachment = args[:psc_network_attachment] if args.key?(:psc_network_attachment)
7007
+ @psc_service_attachment = args[:psc_service_attachment] if args.key?(:psc_service_attachment)
6890
7008
  @public_ip_address = args[:public_ip_address] if args.key?(:public_ip_address)
6891
7009
  @public_port = args[:public_port] if args.key?(:public_port)
6892
7010
  @service_firewall_policy = args[:service_firewall_policy] if args.key?(:service_firewall_policy)
@@ -7714,6 +7832,32 @@ module Google
7714
7832
  end
7715
7833
  end
7716
7834
 
7835
+ # The http response returned by the web application.
7836
+ class GoogleCloudSecuritycenterV2HttpResponse
7837
+ include Google::Apis::Core::Hashable
7838
+
7839
+ # The http path for which response code was returned by web application, for
7840
+ # example, "https://test-app.a.run.app/test".
7841
+ # Corresponds to the JSON property `path`
7842
+ # @return [String]
7843
+ attr_accessor :path
7844
+
7845
+ # The http response code returned by the web application, for example, 200.
7846
+ # Corresponds to the JSON property `statusCode`
7847
+ # @return [String]
7848
+ attr_accessor :status_code
7849
+
7850
+ def initialize(**args)
7851
+ update!(**args)
7852
+ end
7853
+
7854
+ # Update properties of this object
7855
+ def update!(**args)
7856
+ @path = args[:path] if args.key?(:path)
7857
+ @status_code = args[:status_code] if args.key?(:status_code)
7858
+ end
7859
+ end
7860
+
7717
7861
  # Represents a particular IAM binding, which captures a member's role addition,
7718
7862
  # removal, or state.
7719
7863
  class GoogleCloudSecuritycenterV2IamBinding
@@ -10707,6 +10851,32 @@ module Google
10707
10851
  end
10708
10852
  end
10709
10853
 
10854
+ # The http response returned by the web application.
10855
+ class HttpResponse
10856
+ include Google::Apis::Core::Hashable
10857
+
10858
+ # The http path for which response code was returned by web application, for
10859
+ # example, "https://test-app.a.run.app/test".
10860
+ # Corresponds to the JSON property `path`
10861
+ # @return [String]
10862
+ attr_accessor :path
10863
+
10864
+ # The http response code returned by the web application, for example, 200.
10865
+ # Corresponds to the JSON property `statusCode`
10866
+ # @return [String]
10867
+ attr_accessor :status_code
10868
+
10869
+ def initialize(**args)
10870
+ update!(**args)
10871
+ end
10872
+
10873
+ # Update properties of this object
10874
+ def update!(**args)
10875
+ @path = args[:path] if args.key?(:path)
10876
+ @status_code = args[:status_code] if args.key?(:status_code)
10877
+ end
10878
+ end
10879
+
10710
10880
  # Represents a particular IAM binding, which captures a member's role addition,
10711
10881
  # removal, or state.
10712
10882
  class IamBinding
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SecuritycenterV1beta2
18
18
  # Version of the google-apis-securitycenter_v1beta2 gem
19
- GEM_VERSION = "0.98.0"
19
+ GEM_VERSION = "0.99.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260330"
25
+ REVISION = "20260424"
26
26
  end
27
27
  end
28
28
  end
@@ -1018,6 +1018,12 @@ module Google
1018
1018
  include Google::Apis::Core::JsonObjectSupport
1019
1019
  end
1020
1020
 
1021
+ class GoogleCloudSecuritycenterV2HttpResponse
1022
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1023
+
1024
+ include Google::Apis::Core::JsonObjectSupport
1025
+ end
1026
+
1021
1027
  class GoogleCloudSecuritycenterV2IamBinding
1022
1028
  class Representation < Google::Apis::Core::JsonRepresentation; end
1023
1029
 
@@ -1522,6 +1528,12 @@ module Google
1522
1528
  include Google::Apis::Core::JsonObjectSupport
1523
1529
  end
1524
1530
 
1531
+ class HttpResponse
1532
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1533
+
1534
+ include Google::Apis::Core::JsonObjectSupport
1535
+ end
1536
+
1525
1537
  class IamBinding
1526
1538
  class Representation < Google::Apis::Core::JsonRepresentation; end
1527
1539
 
@@ -2494,15 +2506,24 @@ module Google
2494
2506
  class ExternalExposure
2495
2507
  # @private
2496
2508
  class Representation < Google::Apis::Core::JsonRepresentation
2509
+ property :backend_bucket, as: 'backendBucket'
2497
2510
  property :backend_service, as: 'backendService'
2511
+ property :exposed_application, as: 'exposedApplication'
2498
2512
  property :exposed_endpoint, as: 'exposedEndpoint'
2499
2513
  property :exposed_service, as: 'exposedService'
2500
2514
  property :forwarding_rule, as: 'forwardingRule'
2515
+ property :hostname_uri, as: 'hostnameUri'
2516
+ collection :http_response, as: 'httpResponse', class: Google::Apis::SecuritycenterV1beta2::HttpResponse, decorator: Google::Apis::SecuritycenterV1beta2::HttpResponse::Representation
2517
+
2501
2518
  property :instance_group, as: 'instanceGroup'
2519
+ property :internal_backend_service, as: 'internalBackendService'
2502
2520
  property :load_balancer_firewall_policy, as: 'loadBalancerFirewallPolicy'
2503
2521
  property :network_endpoint_group, as: 'networkEndpointGroup'
2522
+ property :network_ingress_firewall_policy, as: 'networkIngressFirewallPolicy'
2504
2523
  property :private_ip_address, as: 'privateIpAddress'
2505
2524
  property :private_port, as: 'privatePort'
2525
+ property :psc_network_attachment, as: 'pscNetworkAttachment'
2526
+ property :psc_service_attachment, as: 'pscServiceAttachment'
2506
2527
  property :public_ip_address, as: 'publicIpAddress'
2507
2528
  property :public_port, as: 'publicPort'
2508
2529
  property :service_firewall_policy, as: 'serviceFirewallPolicy'
@@ -3613,15 +3634,24 @@ module Google
3613
3634
  class GoogleCloudSecuritycenterV2ExternalExposure
3614
3635
  # @private
3615
3636
  class Representation < Google::Apis::Core::JsonRepresentation
3637
+ property :backend_bucket, as: 'backendBucket'
3616
3638
  property :backend_service, as: 'backendService'
3639
+ property :exposed_application, as: 'exposedApplication'
3617
3640
  property :exposed_endpoint, as: 'exposedEndpoint'
3618
3641
  property :exposed_service, as: 'exposedService'
3619
3642
  property :forwarding_rule, as: 'forwardingRule'
3643
+ property :hostname_uri, as: 'hostnameUri'
3644
+ collection :http_response, as: 'httpResponse', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2HttpResponse, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2HttpResponse::Representation
3645
+
3620
3646
  property :instance_group, as: 'instanceGroup'
3647
+ property :internal_backend_service, as: 'internalBackendService'
3621
3648
  property :load_balancer_firewall_policy, as: 'loadBalancerFirewallPolicy'
3622
3649
  property :network_endpoint_group, as: 'networkEndpointGroup'
3650
+ property :network_ingress_firewall_policy, as: 'networkIngressFirewallPolicy'
3623
3651
  property :private_ip_address, as: 'privateIpAddress'
3624
3652
  property :private_port, as: 'privatePort'
3653
+ property :psc_network_attachment, as: 'pscNetworkAttachment'
3654
+ property :psc_service_attachment, as: 'pscServiceAttachment'
3625
3655
  property :public_ip_address, as: 'publicIpAddress'
3626
3656
  property :public_port, as: 'publicPort'
3627
3657
  property :service_firewall_policy, as: 'serviceFirewallPolicy'
@@ -3829,6 +3859,14 @@ module Google
3829
3859
  end
3830
3860
  end
3831
3861
 
3862
+ class GoogleCloudSecuritycenterV2HttpResponse
3863
+ # @private
3864
+ class Representation < Google::Apis::Core::JsonRepresentation
3865
+ property :path, as: 'path'
3866
+ property :status_code, as: 'statusCode'
3867
+ end
3868
+ end
3869
+
3832
3870
  class GoogleCloudSecuritycenterV2IamBinding
3833
3871
  # @private
3834
3872
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4693,6 +4731,14 @@ module Google
4693
4731
  end
4694
4732
  end
4695
4733
 
4734
+ class HttpResponse
4735
+ # @private
4736
+ class Representation < Google::Apis::Core::JsonRepresentation
4737
+ property :path, as: 'path'
4738
+ property :status_code, as: 'statusCode'
4739
+ end
4740
+ end
4741
+
4696
4742
  class IamBinding
4697
4743
  # @private
4698
4744
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-securitycenter_v1beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.98.0
4
+ version: 0.99.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -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-securitycenter_v1beta2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.98.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.99.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2
62
62
  rdoc_options: []
63
63
  require_paths: