google-apis-networksecurity_v1beta1 0.38.0 → 0.39.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: 972857a8f5719ca08612a11fecbf1dc7452b5159f2337414b008d1b4374f08ba
4
- data.tar.gz: 076dedeff49ecf0edb7834df9f404bc6c6f806906975ae55876a430da89f2cc6
3
+ metadata.gz: a2236b499b122629e3ee43c4bf36d0c464fab13a8686a2d082fa11ede6ea4c60
4
+ data.tar.gz: 810011d857dbad33d35cfa6dba26da62bc5aa4a652c7f5198a5bf10824c5f9da
5
5
  SHA512:
6
- metadata.gz: 37b4908d73647d3ef49523638c96da9337ec7e078f9b14ba40cd2ffb963d2b7b436798a7fdb4aeada6b82db1212a02b685f6c21007f6d80eb499b126b9ac2aa4
7
- data.tar.gz: 77ca96a5047232ec1bec4460ed819cab55025f8d208d7c0dd9319c18abd33e607df8650e9796298a2e5398781e8a422fbfb829465c3c9e10d9dded6b9ec90072
6
+ metadata.gz: b7da7e4136648e32a08264dea7c7661b4e057bf606178ed498a66cfbe7b05e2f7080e6e3a6e54bed8b588360e7d63732f4907f4c366b1f5053af71f660a68579
7
+ data.tar.gz: f58e0c695cd8e1883663de9338e3b2d6d655d2f01b74fbc9c71bd28bcdbde733349c001eb0b7af7cc2a205b474e622ccb13358fd30fb828a9ca90e628101008a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networksecurity_v1beta1
2
2
 
3
+ ### v0.39.0 (2024-12-08)
4
+
5
+ * Regenerated from discovery document revision 20241202
6
+
3
7
  ### v0.38.0 (2024-12-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20241109
@@ -325,7 +325,7 @@ module Google
325
325
  attr_accessor :not_sources
326
326
 
327
327
  # Optional. Describes the properties of a request's sources. At least one of
328
- # sources or notSources must be specified. Limited to 5 sources. A match occurs
328
+ # sources or notSources must be specified. Limited to 1 source. A match occurs
329
329
  # when ANY source (in sources or notSources) matches the request. Within a
330
330
  # single source, the match follows AND semantics across fields and OR semantics
331
331
  # within a single field, i.e. a match occurs when ANY principal matches AND ANY
@@ -517,7 +517,7 @@ module Google
517
517
  attr_accessor :not_operations
518
518
 
519
519
  # Optional. Describes properties of one or more targets of a request. At least
520
- # one of operations or notOperations must be specified. Limited to 5 operations.
520
+ # one of operations or notOperations must be specified. Limited to 1 operation.
521
521
  # A match occurs when ANY operation (in operations or notOperations) matches.
522
522
  # Within an operation, the match follows AND semantics across fields and OR
523
523
  # semantics within a field, i.e. a match occurs when ANY path matches AND ANY
@@ -842,6 +842,27 @@ module Google
842
842
  end
843
843
  end
844
844
 
845
+ # CustomInterceptProfile defines the Packet Intercept Endpoint Group used to
846
+ # intercept traffic to a third-party firewall in a Firewall rule.
847
+ class CustomInterceptProfile
848
+ include Google::Apis::Core::Hashable
849
+
850
+ # Required. The InterceptEndpointGroup to which traffic associated with the SP
851
+ # should be mirrored.
852
+ # Corresponds to the JSON property `interceptEndpointGroup`
853
+ # @return [String]
854
+ attr_accessor :intercept_endpoint_group
855
+
856
+ def initialize(**args)
857
+ update!(**args)
858
+ end
859
+
860
+ # Update properties of this object
861
+ def update!(**args)
862
+ @intercept_endpoint_group = args[:intercept_endpoint_group] if args.key?(:intercept_endpoint_group)
863
+ end
864
+ end
865
+
845
866
  # CustomMirroringProfile defines an action for mirroring traffic to a collector'
846
867
  # s EndpointGroup
847
868
  class CustomMirroringProfile
@@ -1728,6 +1749,362 @@ module Google
1728
1749
  end
1729
1750
  end
1730
1751
 
1752
+ # Message describing InterceptDeployment object
1753
+ class InterceptDeployment
1754
+ include Google::Apis::Core::Hashable
1755
+
1756
+ # Output only. [Output only] Create time stamp
1757
+ # Corresponds to the JSON property `createTime`
1758
+ # @return [String]
1759
+ attr_accessor :create_time
1760
+
1761
+ # Required. Immutable. The regional load balancer which the intercepted traffic
1762
+ # should be forwarded to. Format is: projects/`project`/regions/`region`/
1763
+ # forwardingRules/`forwardingRule`
1764
+ # Corresponds to the JSON property `forwardingRule`
1765
+ # @return [String]
1766
+ attr_accessor :forwarding_rule
1767
+
1768
+ # Required. Immutable. The Intercept Deployment Group that this resource is part
1769
+ # of. Format is: `projects/`project`/locations/global/interceptDeploymentGroups/`
1770
+ # interceptDeploymentGroup``
1771
+ # Corresponds to the JSON property `interceptDeploymentGroup`
1772
+ # @return [String]
1773
+ attr_accessor :intercept_deployment_group
1774
+
1775
+ # Optional. Labels as key value pairs
1776
+ # Corresponds to the JSON property `labels`
1777
+ # @return [Hash<String,String>]
1778
+ attr_accessor :labels
1779
+
1780
+ # Immutable. Identifier. The name of the InterceptDeployment.
1781
+ # Corresponds to the JSON property `name`
1782
+ # @return [String]
1783
+ attr_accessor :name
1784
+
1785
+ # Output only. Whether reconciling is in progress, recommended per https://
1786
+ # google.aip.dev/128.
1787
+ # Corresponds to the JSON property `reconciling`
1788
+ # @return [Boolean]
1789
+ attr_accessor :reconciling
1790
+ alias_method :reconciling?, :reconciling
1791
+
1792
+ # Output only. Current state of the deployment.
1793
+ # Corresponds to the JSON property `state`
1794
+ # @return [String]
1795
+ attr_accessor :state
1796
+
1797
+ # Output only. [Output only] Update time stamp
1798
+ # Corresponds to the JSON property `updateTime`
1799
+ # @return [String]
1800
+ attr_accessor :update_time
1801
+
1802
+ def initialize(**args)
1803
+ update!(**args)
1804
+ end
1805
+
1806
+ # Update properties of this object
1807
+ def update!(**args)
1808
+ @create_time = args[:create_time] if args.key?(:create_time)
1809
+ @forwarding_rule = args[:forwarding_rule] if args.key?(:forwarding_rule)
1810
+ @intercept_deployment_group = args[:intercept_deployment_group] if args.key?(:intercept_deployment_group)
1811
+ @labels = args[:labels] if args.key?(:labels)
1812
+ @name = args[:name] if args.key?(:name)
1813
+ @reconciling = args[:reconciling] if args.key?(:reconciling)
1814
+ @state = args[:state] if args.key?(:state)
1815
+ @update_time = args[:update_time] if args.key?(:update_time)
1816
+ end
1817
+ end
1818
+
1819
+ # Message describing InterceptDeploymentGroup object
1820
+ class InterceptDeploymentGroup
1821
+ include Google::Apis::Core::Hashable
1822
+
1823
+ # Output only. The list of Intercept Endpoint Groups that are connected to this
1824
+ # resource.
1825
+ # Corresponds to the JSON property `connectedEndpointGroups`
1826
+ # @return [Array<Google::Apis::NetworksecurityV1beta1::InterceptDeploymentGroupConnectedEndpointGroup>]
1827
+ attr_accessor :connected_endpoint_groups
1828
+
1829
+ # Output only. [Output only] Create time stamp
1830
+ # Corresponds to the JSON property `createTime`
1831
+ # @return [String]
1832
+ attr_accessor :create_time
1833
+
1834
+ # Optional. Labels as key value pairs
1835
+ # Corresponds to the JSON property `labels`
1836
+ # @return [Hash<String,String>]
1837
+ attr_accessor :labels
1838
+
1839
+ # Immutable. Identifier. Then name of the InterceptDeploymentGroup.
1840
+ # Corresponds to the JSON property `name`
1841
+ # @return [String]
1842
+ attr_accessor :name
1843
+
1844
+ # Required. Immutable. The network that is being used for the deployment. Format
1845
+ # is: projects/`project`/global/networks/`network`.
1846
+ # Corresponds to the JSON property `network`
1847
+ # @return [String]
1848
+ attr_accessor :network
1849
+
1850
+ # Output only. Whether reconciling is in progress, recommended per https://
1851
+ # google.aip.dev/128.
1852
+ # Corresponds to the JSON property `reconciling`
1853
+ # @return [Boolean]
1854
+ attr_accessor :reconciling
1855
+ alias_method :reconciling?, :reconciling
1856
+
1857
+ # Output only. Current state of the deployment group.
1858
+ # Corresponds to the JSON property `state`
1859
+ # @return [String]
1860
+ attr_accessor :state
1861
+
1862
+ # Output only. [Output only] Update time stamp
1863
+ # Corresponds to the JSON property `updateTime`
1864
+ # @return [String]
1865
+ attr_accessor :update_time
1866
+
1867
+ def initialize(**args)
1868
+ update!(**args)
1869
+ end
1870
+
1871
+ # Update properties of this object
1872
+ def update!(**args)
1873
+ @connected_endpoint_groups = args[:connected_endpoint_groups] if args.key?(:connected_endpoint_groups)
1874
+ @create_time = args[:create_time] if args.key?(:create_time)
1875
+ @labels = args[:labels] if args.key?(:labels)
1876
+ @name = args[:name] if args.key?(:name)
1877
+ @network = args[:network] if args.key?(:network)
1878
+ @reconciling = args[:reconciling] if args.key?(:reconciling)
1879
+ @state = args[:state] if args.key?(:state)
1880
+ @update_time = args[:update_time] if args.key?(:update_time)
1881
+ end
1882
+ end
1883
+
1884
+ # An endpoint group connected to this deployment group.
1885
+ class InterceptDeploymentGroupConnectedEndpointGroup
1886
+ include Google::Apis::Core::Hashable
1887
+
1888
+ # Output only. A connected intercept endpoint group.
1889
+ # Corresponds to the JSON property `name`
1890
+ # @return [String]
1891
+ attr_accessor :name
1892
+
1893
+ def initialize(**args)
1894
+ update!(**args)
1895
+ end
1896
+
1897
+ # Update properties of this object
1898
+ def update!(**args)
1899
+ @name = args[:name] if args.key?(:name)
1900
+ end
1901
+ end
1902
+
1903
+ # Message describing InterceptEndpointGroup object.
1904
+ class InterceptEndpointGroup
1905
+ include Google::Apis::Core::Hashable
1906
+
1907
+ # Output only. List of Intercept Endpoint Group Associations that are associated
1908
+ # to this endpoint group.
1909
+ # Corresponds to the JSON property `associations`
1910
+ # @return [Array<Google::Apis::NetworksecurityV1beta1::InterceptEndpointGroupAssociationDetails>]
1911
+ attr_accessor :associations
1912
+
1913
+ # Output only. [Output only] Create time stamp
1914
+ # Corresponds to the JSON property `createTime`
1915
+ # @return [String]
1916
+ attr_accessor :create_time
1917
+
1918
+ # Optional. User-provided description of the endpoint group. Used as additional
1919
+ # context for the endpoint group.
1920
+ # Corresponds to the JSON property `description`
1921
+ # @return [String]
1922
+ attr_accessor :description
1923
+
1924
+ # Required. Immutable. The Intercept Deployment Group that this resource is
1925
+ # connected to. Format is: `projects/`project`/locations/global/
1926
+ # interceptDeploymentGroups/`interceptDeploymentGroup``
1927
+ # Corresponds to the JSON property `interceptDeploymentGroup`
1928
+ # @return [String]
1929
+ attr_accessor :intercept_deployment_group
1930
+
1931
+ # Optional. Labels as key value pairs
1932
+ # Corresponds to the JSON property `labels`
1933
+ # @return [Hash<String,String>]
1934
+ attr_accessor :labels
1935
+
1936
+ # Immutable. Identifier. The name of the InterceptEndpointGroup.
1937
+ # Corresponds to the JSON property `name`
1938
+ # @return [String]
1939
+ attr_accessor :name
1940
+
1941
+ # Output only. Whether reconciling is in progress, recommended per https://
1942
+ # google.aip.dev/128.
1943
+ # Corresponds to the JSON property `reconciling`
1944
+ # @return [Boolean]
1945
+ attr_accessor :reconciling
1946
+ alias_method :reconciling?, :reconciling
1947
+
1948
+ # Output only. Current state of the endpoint group.
1949
+ # Corresponds to the JSON property `state`
1950
+ # @return [String]
1951
+ attr_accessor :state
1952
+
1953
+ # Output only. [Output only] Update time stamp
1954
+ # Corresponds to the JSON property `updateTime`
1955
+ # @return [String]
1956
+ attr_accessor :update_time
1957
+
1958
+ def initialize(**args)
1959
+ update!(**args)
1960
+ end
1961
+
1962
+ # Update properties of this object
1963
+ def update!(**args)
1964
+ @associations = args[:associations] if args.key?(:associations)
1965
+ @create_time = args[:create_time] if args.key?(:create_time)
1966
+ @description = args[:description] if args.key?(:description)
1967
+ @intercept_deployment_group = args[:intercept_deployment_group] if args.key?(:intercept_deployment_group)
1968
+ @labels = args[:labels] if args.key?(:labels)
1969
+ @name = args[:name] if args.key?(:name)
1970
+ @reconciling = args[:reconciling] if args.key?(:reconciling)
1971
+ @state = args[:state] if args.key?(:state)
1972
+ @update_time = args[:update_time] if args.key?(:update_time)
1973
+ end
1974
+ end
1975
+
1976
+ # Message describing InterceptEndpointGroupAssociation object
1977
+ class InterceptEndpointGroupAssociation
1978
+ include Google::Apis::Core::Hashable
1979
+
1980
+ # Output only. [Output only] Create time stamp
1981
+ # Corresponds to the JSON property `createTime`
1982
+ # @return [String]
1983
+ attr_accessor :create_time
1984
+
1985
+ # Required. Immutable. The Intercept Endpoint Group that this resource is
1986
+ # connected to. Format is: `projects/`project`/locations/global/
1987
+ # interceptEndpointGroups/`interceptEndpointGroup``
1988
+ # Corresponds to the JSON property `interceptEndpointGroup`
1989
+ # @return [String]
1990
+ attr_accessor :intercept_endpoint_group
1991
+
1992
+ # Optional. Labels as key value pairs
1993
+ # Corresponds to the JSON property `labels`
1994
+ # @return [Hash<String,String>]
1995
+ attr_accessor :labels
1996
+
1997
+ # Output only. The list of locations that this association is in and its details.
1998
+ # Corresponds to the JSON property `locationsDetails`
1999
+ # @return [Array<Google::Apis::NetworksecurityV1beta1::InterceptEndpointGroupAssociationLocationDetails>]
2000
+ attr_accessor :locations_details
2001
+
2002
+ # Immutable. Identifier. The name of the InterceptEndpointGroupAssociation.
2003
+ # Corresponds to the JSON property `name`
2004
+ # @return [String]
2005
+ attr_accessor :name
2006
+
2007
+ # Required. Immutable. The VPC network associated. Format: projects/`project`/
2008
+ # global/networks/`network`.
2009
+ # Corresponds to the JSON property `network`
2010
+ # @return [String]
2011
+ attr_accessor :network
2012
+
2013
+ # Output only. Whether reconciling is in progress, recommended per https://
2014
+ # google.aip.dev/128.
2015
+ # Corresponds to the JSON property `reconciling`
2016
+ # @return [Boolean]
2017
+ attr_accessor :reconciling
2018
+ alias_method :reconciling?, :reconciling
2019
+
2020
+ # Output only. Current state of the endpoint group association.
2021
+ # Corresponds to the JSON property `state`
2022
+ # @return [String]
2023
+ attr_accessor :state
2024
+
2025
+ # Output only. [Output only] Update time stamp
2026
+ # Corresponds to the JSON property `updateTime`
2027
+ # @return [String]
2028
+ attr_accessor :update_time
2029
+
2030
+ def initialize(**args)
2031
+ update!(**args)
2032
+ end
2033
+
2034
+ # Update properties of this object
2035
+ def update!(**args)
2036
+ @create_time = args[:create_time] if args.key?(:create_time)
2037
+ @intercept_endpoint_group = args[:intercept_endpoint_group] if args.key?(:intercept_endpoint_group)
2038
+ @labels = args[:labels] if args.key?(:labels)
2039
+ @locations_details = args[:locations_details] if args.key?(:locations_details)
2040
+ @name = args[:name] if args.key?(:name)
2041
+ @network = args[:network] if args.key?(:network)
2042
+ @reconciling = args[:reconciling] if args.key?(:reconciling)
2043
+ @state = args[:state] if args.key?(:state)
2044
+ @update_time = args[:update_time] if args.key?(:update_time)
2045
+ end
2046
+ end
2047
+
2048
+ # This is a subset of the InterceptEndpointGroupAssociation message, containing
2049
+ # fields to be used by the consumer.
2050
+ class InterceptEndpointGroupAssociationDetails
2051
+ include Google::Apis::Core::Hashable
2052
+
2053
+ # Output only. The resource name of the InterceptEndpointGroupAssociation.
2054
+ # Format: projects/`project`/locations/`location`/
2055
+ # interceptEndpointGroupAssociations/`interceptEndpointGroupAssociation`
2056
+ # Corresponds to the JSON property `name`
2057
+ # @return [String]
2058
+ attr_accessor :name
2059
+
2060
+ # Output only. The VPC network associated. Format: projects/`project`/global/
2061
+ # networks/`name`.
2062
+ # Corresponds to the JSON property `network`
2063
+ # @return [String]
2064
+ attr_accessor :network
2065
+
2066
+ # Output only. Current state of the association.
2067
+ # Corresponds to the JSON property `state`
2068
+ # @return [String]
2069
+ attr_accessor :state
2070
+
2071
+ def initialize(**args)
2072
+ update!(**args)
2073
+ end
2074
+
2075
+ # Update properties of this object
2076
+ def update!(**args)
2077
+ @name = args[:name] if args.key?(:name)
2078
+ @network = args[:network] if args.key?(:network)
2079
+ @state = args[:state] if args.key?(:state)
2080
+ end
2081
+ end
2082
+
2083
+ # Details about the association status in a specific cloud location.
2084
+ class InterceptEndpointGroupAssociationLocationDetails
2085
+ include Google::Apis::Core::Hashable
2086
+
2087
+ # Output only. The cloud location.
2088
+ # Corresponds to the JSON property `location`
2089
+ # @return [String]
2090
+ attr_accessor :location
2091
+
2092
+ # Output only. The association state in this location.
2093
+ # Corresponds to the JSON property `state`
2094
+ # @return [String]
2095
+ attr_accessor :state
2096
+
2097
+ def initialize(**args)
2098
+ update!(**args)
2099
+ end
2100
+
2101
+ # Update properties of this object
2102
+ def update!(**args)
2103
+ @location = args[:location] if args.key?(:location)
2104
+ @state = args[:state] if args.key?(:state)
2105
+ end
2106
+ end
2107
+
1731
2108
  # Response of the ListAddressGroupReferences method.
1732
2109
  class ListAddressGroupReferencesResponse
1733
2110
  include Google::Apis::Core::Hashable
@@ -2026,6 +2403,112 @@ module Google
2026
2403
  end
2027
2404
  end
2028
2405
 
2406
+ # Message for response to listing InterceptDeploymentGroups
2407
+ class ListInterceptDeploymentGroupsResponse
2408
+ include Google::Apis::Core::Hashable
2409
+
2410
+ # The list of InterceptDeploymentGroup
2411
+ # Corresponds to the JSON property `interceptDeploymentGroups`
2412
+ # @return [Array<Google::Apis::NetworksecurityV1beta1::InterceptDeploymentGroup>]
2413
+ attr_accessor :intercept_deployment_groups
2414
+
2415
+ # A token identifying a page of results the server should return.
2416
+ # Corresponds to the JSON property `nextPageToken`
2417
+ # @return [String]
2418
+ attr_accessor :next_page_token
2419
+
2420
+ def initialize(**args)
2421
+ update!(**args)
2422
+ end
2423
+
2424
+ # Update properties of this object
2425
+ def update!(**args)
2426
+ @intercept_deployment_groups = args[:intercept_deployment_groups] if args.key?(:intercept_deployment_groups)
2427
+ @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
2428
+ end
2429
+ end
2430
+
2431
+ # Message for response to listing InterceptDeployments
2432
+ class ListInterceptDeploymentsResponse
2433
+ include Google::Apis::Core::Hashable
2434
+
2435
+ # The list of InterceptDeployment
2436
+ # Corresponds to the JSON property `interceptDeployments`
2437
+ # @return [Array<Google::Apis::NetworksecurityV1beta1::InterceptDeployment>]
2438
+ attr_accessor :intercept_deployments
2439
+
2440
+ # A token identifying a page of results the server should return.
2441
+ # Corresponds to the JSON property `nextPageToken`
2442
+ # @return [String]
2443
+ attr_accessor :next_page_token
2444
+
2445
+ # Locations that could not be reached.
2446
+ # Corresponds to the JSON property `unreachable`
2447
+ # @return [Array<String>]
2448
+ attr_accessor :unreachable
2449
+
2450
+ def initialize(**args)
2451
+ update!(**args)
2452
+ end
2453
+
2454
+ # Update properties of this object
2455
+ def update!(**args)
2456
+ @intercept_deployments = args[:intercept_deployments] if args.key?(:intercept_deployments)
2457
+ @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
2458
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
2459
+ end
2460
+ end
2461
+
2462
+ # Message for response to listing InterceptEndpointGroupAssociations
2463
+ class ListInterceptEndpointGroupAssociationsResponse
2464
+ include Google::Apis::Core::Hashable
2465
+
2466
+ # The list of InterceptEndpointGroupAssociation
2467
+ # Corresponds to the JSON property `interceptEndpointGroupAssociations`
2468
+ # @return [Array<Google::Apis::NetworksecurityV1beta1::InterceptEndpointGroupAssociation>]
2469
+ attr_accessor :intercept_endpoint_group_associations
2470
+
2471
+ # A token identifying a page of results the server should return.
2472
+ # Corresponds to the JSON property `nextPageToken`
2473
+ # @return [String]
2474
+ attr_accessor :next_page_token
2475
+
2476
+ def initialize(**args)
2477
+ update!(**args)
2478
+ end
2479
+
2480
+ # Update properties of this object
2481
+ def update!(**args)
2482
+ @intercept_endpoint_group_associations = args[:intercept_endpoint_group_associations] if args.key?(:intercept_endpoint_group_associations)
2483
+ @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
2484
+ end
2485
+ end
2486
+
2487
+ # Message for response to listing InterceptEndpointGroups
2488
+ class ListInterceptEndpointGroupsResponse
2489
+ include Google::Apis::Core::Hashable
2490
+
2491
+ # The list of InterceptEndpointGroup
2492
+ # Corresponds to the JSON property `interceptEndpointGroups`
2493
+ # @return [Array<Google::Apis::NetworksecurityV1beta1::InterceptEndpointGroup>]
2494
+ attr_accessor :intercept_endpoint_groups
2495
+
2496
+ # A token identifying a page of results the server should return.
2497
+ # Corresponds to the JSON property `nextPageToken`
2498
+ # @return [String]
2499
+ attr_accessor :next_page_token
2500
+
2501
+ def initialize(**args)
2502
+ update!(**args)
2503
+ end
2504
+
2505
+ # Update properties of this object
2506
+ def update!(**args)
2507
+ @intercept_endpoint_groups = args[:intercept_endpoint_groups] if args.key?(:intercept_endpoint_groups)
2508
+ @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
2509
+ end
2510
+ end
2511
+
2029
2512
  # The response message for Locations.ListLocations.
2030
2513
  class ListLocationsResponse
2031
2514
  include Google::Apis::Core::Hashable
@@ -2482,7 +2965,7 @@ module Google
2482
2965
  end
2483
2966
  end
2484
2967
 
2485
- # Message describing MirroringDeploymentGroup object
2968
+ # Message describing MirroringDeploymentGroup object NEXT ID: 10
2486
2969
  class MirroringDeploymentGroup
2487
2970
  include Google::Apis::Core::Hashable
2488
2971
 
@@ -2910,7 +3393,7 @@ module Google
2910
3393
  end
2911
3394
 
2912
3395
  # SecurityProfile is a resource that defines the behavior for one of many
2913
- # ProfileTypes. Next ID: 12
3396
+ # ProfileTypes.
2914
3397
  class SecurityProfile
2915
3398
  include Google::Apis::Core::Hashable
2916
3399
 
@@ -2919,6 +3402,12 @@ module Google
2919
3402
  # @return [String]
2920
3403
  attr_accessor :create_time
2921
3404
 
3405
+ # CustomInterceptProfile defines the Packet Intercept Endpoint Group used to
3406
+ # intercept traffic to a third-party firewall in a Firewall rule.
3407
+ # Corresponds to the JSON property `customInterceptProfile`
3408
+ # @return [Google::Apis::NetworksecurityV1beta1::CustomInterceptProfile]
3409
+ attr_accessor :custom_intercept_profile
3410
+
2922
3411
  # CustomMirroringProfile defines an action for mirroring traffic to a collector'
2923
3412
  # s EndpointGroup
2924
3413
  # Corresponds to the JSON property `customMirroringProfile`
@@ -2972,6 +3461,7 @@ module Google
2972
3461
  # Update properties of this object
2973
3462
  def update!(**args)
2974
3463
  @create_time = args[:create_time] if args.key?(:create_time)
3464
+ @custom_intercept_profile = args[:custom_intercept_profile] if args.key?(:custom_intercept_profile)
2975
3465
  @custom_mirroring_profile = args[:custom_mirroring_profile] if args.key?(:custom_mirroring_profile)
2976
3466
  @description = args[:description] if args.key?(:description)
2977
3467
  @etag = args[:etag] if args.key?(:etag)
@@ -2984,7 +3474,7 @@ module Google
2984
3474
  end
2985
3475
 
2986
3476
  # SecurityProfileGroup is a resource that defines the behavior for various
2987
- # ProfileTypes. Next ID: 11
3477
+ # ProfileTypes.
2988
3478
  class SecurityProfileGroup
2989
3479
  include Google::Apis::Core::Hashable
2990
3480
 
@@ -2993,6 +3483,12 @@ module Google
2993
3483
  # @return [String]
2994
3484
  attr_accessor :create_time
2995
3485
 
3486
+ # Optional. Reference to a SecurityProfile with the CustomIntercept
3487
+ # configuration.
3488
+ # Corresponds to the JSON property `customInterceptProfile`
3489
+ # @return [String]
3490
+ attr_accessor :custom_intercept_profile
3491
+
2996
3492
  # Optional. Reference to a SecurityProfile with the CustomMirroring
2997
3493
  # configuration.
2998
3494
  # Corresponds to the JSON property `customMirroringProfile`
@@ -3042,6 +3538,7 @@ module Google
3042
3538
  # Update properties of this object
3043
3539
  def update!(**args)
3044
3540
  @create_time = args[:create_time] if args.key?(:create_time)
3541
+ @custom_intercept_profile = args[:custom_intercept_profile] if args.key?(:custom_intercept_profile)
3045
3542
  @custom_mirroring_profile = args[:custom_mirroring_profile] if args.key?(:custom_mirroring_profile)
3046
3543
  @description = args[:description] if args.key?(:description)
3047
3544
  @etag = args[:etag] if args.key?(:etag)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworksecurityV1beta1
18
18
  # Version of the google-apis-networksecurity_v1beta1 gem
19
- GEM_VERSION = "0.38.0"
19
+ GEM_VERSION = "0.39.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241109"
25
+ REVISION = "20241202"
26
26
  end
27
27
  end
28
28
  end