@google-cloud/dlp 6.4.0 → 6.6.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.
@@ -1,4 +1,4 @@
1
- // Copyright 2025 Google LLC
1
+ // Copyright 2026 Google LLC
2
2
  //
3
3
  // Licensed under the Apache License, Version 2.0 (the "License");
4
4
  // you may not use this file except in compliance with the License.
@@ -1405,6 +1405,109 @@ export namespace google {
1405
1405
  public static getTypeUrl(typeUrlPrefix?: string): string;
1406
1406
  }
1407
1407
 
1408
+ /** Properties of an ExcludeByImageFindings. */
1409
+ interface IExcludeByImageFindings {
1410
+
1411
+ /** ExcludeByImageFindings infoTypes */
1412
+ infoTypes?: (google.privacy.dlp.v2.IInfoType[]|null);
1413
+
1414
+ /** ExcludeByImageFindings imageContainmentType */
1415
+ imageContainmentType?: (google.privacy.dlp.v2.IImageContainmentType|null);
1416
+ }
1417
+
1418
+ /** Represents an ExcludeByImageFindings. */
1419
+ class ExcludeByImageFindings implements IExcludeByImageFindings {
1420
+
1421
+ /**
1422
+ * Constructs a new ExcludeByImageFindings.
1423
+ * @param [properties] Properties to set
1424
+ */
1425
+ constructor(properties?: google.privacy.dlp.v2.IExcludeByImageFindings);
1426
+
1427
+ /** ExcludeByImageFindings infoTypes. */
1428
+ public infoTypes: google.privacy.dlp.v2.IInfoType[];
1429
+
1430
+ /** ExcludeByImageFindings imageContainmentType. */
1431
+ public imageContainmentType?: (google.privacy.dlp.v2.IImageContainmentType|null);
1432
+
1433
+ /**
1434
+ * Creates a new ExcludeByImageFindings instance using the specified properties.
1435
+ * @param [properties] Properties to set
1436
+ * @returns ExcludeByImageFindings instance
1437
+ */
1438
+ public static create(properties?: google.privacy.dlp.v2.IExcludeByImageFindings): google.privacy.dlp.v2.ExcludeByImageFindings;
1439
+
1440
+ /**
1441
+ * Encodes the specified ExcludeByImageFindings message. Does not implicitly {@link google.privacy.dlp.v2.ExcludeByImageFindings.verify|verify} messages.
1442
+ * @param message ExcludeByImageFindings message or plain object to encode
1443
+ * @param [writer] Writer to encode to
1444
+ * @returns Writer
1445
+ */
1446
+ public static encode(message: google.privacy.dlp.v2.IExcludeByImageFindings, writer?: $protobuf.Writer): $protobuf.Writer;
1447
+
1448
+ /**
1449
+ * Encodes the specified ExcludeByImageFindings message, length delimited. Does not implicitly {@link google.privacy.dlp.v2.ExcludeByImageFindings.verify|verify} messages.
1450
+ * @param message ExcludeByImageFindings message or plain object to encode
1451
+ * @param [writer] Writer to encode to
1452
+ * @returns Writer
1453
+ */
1454
+ public static encodeDelimited(message: google.privacy.dlp.v2.IExcludeByImageFindings, writer?: $protobuf.Writer): $protobuf.Writer;
1455
+
1456
+ /**
1457
+ * Decodes an ExcludeByImageFindings message from the specified reader or buffer.
1458
+ * @param reader Reader or buffer to decode from
1459
+ * @param [length] Message length if known beforehand
1460
+ * @returns ExcludeByImageFindings
1461
+ * @throws {Error} If the payload is not a reader or valid buffer
1462
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
1463
+ */
1464
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.privacy.dlp.v2.ExcludeByImageFindings;
1465
+
1466
+ /**
1467
+ * Decodes an ExcludeByImageFindings message from the specified reader or buffer, length delimited.
1468
+ * @param reader Reader or buffer to decode from
1469
+ * @returns ExcludeByImageFindings
1470
+ * @throws {Error} If the payload is not a reader or valid buffer
1471
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
1472
+ */
1473
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.privacy.dlp.v2.ExcludeByImageFindings;
1474
+
1475
+ /**
1476
+ * Verifies an ExcludeByImageFindings message.
1477
+ * @param message Plain object to verify
1478
+ * @returns `null` if valid, otherwise the reason why it is not
1479
+ */
1480
+ public static verify(message: { [k: string]: any }): (string|null);
1481
+
1482
+ /**
1483
+ * Creates an ExcludeByImageFindings message from a plain object. Also converts values to their respective internal types.
1484
+ * @param object Plain object
1485
+ * @returns ExcludeByImageFindings
1486
+ */
1487
+ public static fromObject(object: { [k: string]: any }): google.privacy.dlp.v2.ExcludeByImageFindings;
1488
+
1489
+ /**
1490
+ * Creates a plain object from an ExcludeByImageFindings message. Also converts values to other types if specified.
1491
+ * @param message ExcludeByImageFindings
1492
+ * @param [options] Conversion options
1493
+ * @returns Plain object
1494
+ */
1495
+ public static toObject(message: google.privacy.dlp.v2.ExcludeByImageFindings, options?: $protobuf.IConversionOptions): { [k: string]: any };
1496
+
1497
+ /**
1498
+ * Converts this ExcludeByImageFindings to JSON.
1499
+ * @returns JSON object
1500
+ */
1501
+ public toJSON(): { [k: string]: any };
1502
+
1503
+ /**
1504
+ * Gets the default type url for ExcludeByImageFindings
1505
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
1506
+ * @returns The default type url
1507
+ */
1508
+ public static getTypeUrl(typeUrlPrefix?: string): string;
1509
+ }
1510
+
1408
1511
  /** Properties of an ExclusionRule. */
1409
1512
  interface IExclusionRule {
1410
1513
 
@@ -1420,6 +1523,9 @@ export namespace google {
1420
1523
  /** ExclusionRule excludeByHotword */
1421
1524
  excludeByHotword?: (google.privacy.dlp.v2.IExcludeByHotword|null);
1422
1525
 
1526
+ /** ExclusionRule excludeByImageFindings */
1527
+ excludeByImageFindings?: (google.privacy.dlp.v2.IExcludeByImageFindings|null);
1528
+
1423
1529
  /** ExclusionRule matchingType */
1424
1530
  matchingType?: (google.privacy.dlp.v2.MatchingType|keyof typeof google.privacy.dlp.v2.MatchingType|null);
1425
1531
  }
@@ -1445,11 +1551,14 @@ export namespace google {
1445
1551
  /** ExclusionRule excludeByHotword. */
1446
1552
  public excludeByHotword?: (google.privacy.dlp.v2.IExcludeByHotword|null);
1447
1553
 
1554
+ /** ExclusionRule excludeByImageFindings. */
1555
+ public excludeByImageFindings?: (google.privacy.dlp.v2.IExcludeByImageFindings|null);
1556
+
1448
1557
  /** ExclusionRule matchingType. */
1449
1558
  public matchingType: (google.privacy.dlp.v2.MatchingType|keyof typeof google.privacy.dlp.v2.MatchingType);
1450
1559
 
1451
1560
  /** ExclusionRule type. */
1452
- public type?: ("dictionary"|"regex"|"excludeInfoTypes"|"excludeByHotword");
1561
+ public type?: ("dictionary"|"regex"|"excludeInfoTypes"|"excludeByHotword"|"excludeByImageFindings");
1453
1562
 
1454
1563
  /**
1455
1564
  * Creates a new ExclusionRule instance using the specified properties.
@@ -1529,6 +1638,336 @@ export namespace google {
1529
1638
  public static getTypeUrl(typeUrlPrefix?: string): string;
1530
1639
  }
1531
1640
 
1641
+ /** Properties of an AdjustByMatchingInfoTypes. */
1642
+ interface IAdjustByMatchingInfoTypes {
1643
+
1644
+ /** AdjustByMatchingInfoTypes infoTypes */
1645
+ infoTypes?: (google.privacy.dlp.v2.IInfoType[]|null);
1646
+
1647
+ /** AdjustByMatchingInfoTypes minLikelihood */
1648
+ minLikelihood?: (google.privacy.dlp.v2.Likelihood|keyof typeof google.privacy.dlp.v2.Likelihood|null);
1649
+
1650
+ /** AdjustByMatchingInfoTypes matchingType */
1651
+ matchingType?: (google.privacy.dlp.v2.MatchingType|keyof typeof google.privacy.dlp.v2.MatchingType|null);
1652
+ }
1653
+
1654
+ /** Represents an AdjustByMatchingInfoTypes. */
1655
+ class AdjustByMatchingInfoTypes implements IAdjustByMatchingInfoTypes {
1656
+
1657
+ /**
1658
+ * Constructs a new AdjustByMatchingInfoTypes.
1659
+ * @param [properties] Properties to set
1660
+ */
1661
+ constructor(properties?: google.privacy.dlp.v2.IAdjustByMatchingInfoTypes);
1662
+
1663
+ /** AdjustByMatchingInfoTypes infoTypes. */
1664
+ public infoTypes: google.privacy.dlp.v2.IInfoType[];
1665
+
1666
+ /** AdjustByMatchingInfoTypes minLikelihood. */
1667
+ public minLikelihood: (google.privacy.dlp.v2.Likelihood|keyof typeof google.privacy.dlp.v2.Likelihood);
1668
+
1669
+ /** AdjustByMatchingInfoTypes matchingType. */
1670
+ public matchingType: (google.privacy.dlp.v2.MatchingType|keyof typeof google.privacy.dlp.v2.MatchingType);
1671
+
1672
+ /**
1673
+ * Creates a new AdjustByMatchingInfoTypes instance using the specified properties.
1674
+ * @param [properties] Properties to set
1675
+ * @returns AdjustByMatchingInfoTypes instance
1676
+ */
1677
+ public static create(properties?: google.privacy.dlp.v2.IAdjustByMatchingInfoTypes): google.privacy.dlp.v2.AdjustByMatchingInfoTypes;
1678
+
1679
+ /**
1680
+ * Encodes the specified AdjustByMatchingInfoTypes message. Does not implicitly {@link google.privacy.dlp.v2.AdjustByMatchingInfoTypes.verify|verify} messages.
1681
+ * @param message AdjustByMatchingInfoTypes message or plain object to encode
1682
+ * @param [writer] Writer to encode to
1683
+ * @returns Writer
1684
+ */
1685
+ public static encode(message: google.privacy.dlp.v2.IAdjustByMatchingInfoTypes, writer?: $protobuf.Writer): $protobuf.Writer;
1686
+
1687
+ /**
1688
+ * Encodes the specified AdjustByMatchingInfoTypes message, length delimited. Does not implicitly {@link google.privacy.dlp.v2.AdjustByMatchingInfoTypes.verify|verify} messages.
1689
+ * @param message AdjustByMatchingInfoTypes message or plain object to encode
1690
+ * @param [writer] Writer to encode to
1691
+ * @returns Writer
1692
+ */
1693
+ public static encodeDelimited(message: google.privacy.dlp.v2.IAdjustByMatchingInfoTypes, writer?: $protobuf.Writer): $protobuf.Writer;
1694
+
1695
+ /**
1696
+ * Decodes an AdjustByMatchingInfoTypes message from the specified reader or buffer.
1697
+ * @param reader Reader or buffer to decode from
1698
+ * @param [length] Message length if known beforehand
1699
+ * @returns AdjustByMatchingInfoTypes
1700
+ * @throws {Error} If the payload is not a reader or valid buffer
1701
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
1702
+ */
1703
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.privacy.dlp.v2.AdjustByMatchingInfoTypes;
1704
+
1705
+ /**
1706
+ * Decodes an AdjustByMatchingInfoTypes message from the specified reader or buffer, length delimited.
1707
+ * @param reader Reader or buffer to decode from
1708
+ * @returns AdjustByMatchingInfoTypes
1709
+ * @throws {Error} If the payload is not a reader or valid buffer
1710
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
1711
+ */
1712
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.privacy.dlp.v2.AdjustByMatchingInfoTypes;
1713
+
1714
+ /**
1715
+ * Verifies an AdjustByMatchingInfoTypes message.
1716
+ * @param message Plain object to verify
1717
+ * @returns `null` if valid, otherwise the reason why it is not
1718
+ */
1719
+ public static verify(message: { [k: string]: any }): (string|null);
1720
+
1721
+ /**
1722
+ * Creates an AdjustByMatchingInfoTypes message from a plain object. Also converts values to their respective internal types.
1723
+ * @param object Plain object
1724
+ * @returns AdjustByMatchingInfoTypes
1725
+ */
1726
+ public static fromObject(object: { [k: string]: any }): google.privacy.dlp.v2.AdjustByMatchingInfoTypes;
1727
+
1728
+ /**
1729
+ * Creates a plain object from an AdjustByMatchingInfoTypes message. Also converts values to other types if specified.
1730
+ * @param message AdjustByMatchingInfoTypes
1731
+ * @param [options] Conversion options
1732
+ * @returns Plain object
1733
+ */
1734
+ public static toObject(message: google.privacy.dlp.v2.AdjustByMatchingInfoTypes, options?: $protobuf.IConversionOptions): { [k: string]: any };
1735
+
1736
+ /**
1737
+ * Converts this AdjustByMatchingInfoTypes to JSON.
1738
+ * @returns JSON object
1739
+ */
1740
+ public toJSON(): { [k: string]: any };
1741
+
1742
+ /**
1743
+ * Gets the default type url for AdjustByMatchingInfoTypes
1744
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
1745
+ * @returns The default type url
1746
+ */
1747
+ public static getTypeUrl(typeUrlPrefix?: string): string;
1748
+ }
1749
+
1750
+ /** Properties of an AdjustByImageFindings. */
1751
+ interface IAdjustByImageFindings {
1752
+
1753
+ /** AdjustByImageFindings infoTypes */
1754
+ infoTypes?: (google.privacy.dlp.v2.IInfoType[]|null);
1755
+
1756
+ /** AdjustByImageFindings minLikelihood */
1757
+ minLikelihood?: (google.privacy.dlp.v2.Likelihood|keyof typeof google.privacy.dlp.v2.Likelihood|null);
1758
+
1759
+ /** AdjustByImageFindings imageContainmentType */
1760
+ imageContainmentType?: (google.privacy.dlp.v2.IImageContainmentType|null);
1761
+ }
1762
+
1763
+ /** Represents an AdjustByImageFindings. */
1764
+ class AdjustByImageFindings implements IAdjustByImageFindings {
1765
+
1766
+ /**
1767
+ * Constructs a new AdjustByImageFindings.
1768
+ * @param [properties] Properties to set
1769
+ */
1770
+ constructor(properties?: google.privacy.dlp.v2.IAdjustByImageFindings);
1771
+
1772
+ /** AdjustByImageFindings infoTypes. */
1773
+ public infoTypes: google.privacy.dlp.v2.IInfoType[];
1774
+
1775
+ /** AdjustByImageFindings minLikelihood. */
1776
+ public minLikelihood: (google.privacy.dlp.v2.Likelihood|keyof typeof google.privacy.dlp.v2.Likelihood);
1777
+
1778
+ /** AdjustByImageFindings imageContainmentType. */
1779
+ public imageContainmentType?: (google.privacy.dlp.v2.IImageContainmentType|null);
1780
+
1781
+ /**
1782
+ * Creates a new AdjustByImageFindings instance using the specified properties.
1783
+ * @param [properties] Properties to set
1784
+ * @returns AdjustByImageFindings instance
1785
+ */
1786
+ public static create(properties?: google.privacy.dlp.v2.IAdjustByImageFindings): google.privacy.dlp.v2.AdjustByImageFindings;
1787
+
1788
+ /**
1789
+ * Encodes the specified AdjustByImageFindings message. Does not implicitly {@link google.privacy.dlp.v2.AdjustByImageFindings.verify|verify} messages.
1790
+ * @param message AdjustByImageFindings message or plain object to encode
1791
+ * @param [writer] Writer to encode to
1792
+ * @returns Writer
1793
+ */
1794
+ public static encode(message: google.privacy.dlp.v2.IAdjustByImageFindings, writer?: $protobuf.Writer): $protobuf.Writer;
1795
+
1796
+ /**
1797
+ * Encodes the specified AdjustByImageFindings message, length delimited. Does not implicitly {@link google.privacy.dlp.v2.AdjustByImageFindings.verify|verify} messages.
1798
+ * @param message AdjustByImageFindings message or plain object to encode
1799
+ * @param [writer] Writer to encode to
1800
+ * @returns Writer
1801
+ */
1802
+ public static encodeDelimited(message: google.privacy.dlp.v2.IAdjustByImageFindings, writer?: $protobuf.Writer): $protobuf.Writer;
1803
+
1804
+ /**
1805
+ * Decodes an AdjustByImageFindings message from the specified reader or buffer.
1806
+ * @param reader Reader or buffer to decode from
1807
+ * @param [length] Message length if known beforehand
1808
+ * @returns AdjustByImageFindings
1809
+ * @throws {Error} If the payload is not a reader or valid buffer
1810
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
1811
+ */
1812
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.privacy.dlp.v2.AdjustByImageFindings;
1813
+
1814
+ /**
1815
+ * Decodes an AdjustByImageFindings message from the specified reader or buffer, length delimited.
1816
+ * @param reader Reader or buffer to decode from
1817
+ * @returns AdjustByImageFindings
1818
+ * @throws {Error} If the payload is not a reader or valid buffer
1819
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
1820
+ */
1821
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.privacy.dlp.v2.AdjustByImageFindings;
1822
+
1823
+ /**
1824
+ * Verifies an AdjustByImageFindings message.
1825
+ * @param message Plain object to verify
1826
+ * @returns `null` if valid, otherwise the reason why it is not
1827
+ */
1828
+ public static verify(message: { [k: string]: any }): (string|null);
1829
+
1830
+ /**
1831
+ * Creates an AdjustByImageFindings message from a plain object. Also converts values to their respective internal types.
1832
+ * @param object Plain object
1833
+ * @returns AdjustByImageFindings
1834
+ */
1835
+ public static fromObject(object: { [k: string]: any }): google.privacy.dlp.v2.AdjustByImageFindings;
1836
+
1837
+ /**
1838
+ * Creates a plain object from an AdjustByImageFindings message. Also converts values to other types if specified.
1839
+ * @param message AdjustByImageFindings
1840
+ * @param [options] Conversion options
1841
+ * @returns Plain object
1842
+ */
1843
+ public static toObject(message: google.privacy.dlp.v2.AdjustByImageFindings, options?: $protobuf.IConversionOptions): { [k: string]: any };
1844
+
1845
+ /**
1846
+ * Converts this AdjustByImageFindings to JSON.
1847
+ * @returns JSON object
1848
+ */
1849
+ public toJSON(): { [k: string]: any };
1850
+
1851
+ /**
1852
+ * Gets the default type url for AdjustByImageFindings
1853
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
1854
+ * @returns The default type url
1855
+ */
1856
+ public static getTypeUrl(typeUrlPrefix?: string): string;
1857
+ }
1858
+
1859
+ /** Properties of an AdjustmentRule. */
1860
+ interface IAdjustmentRule {
1861
+
1862
+ /** AdjustmentRule adjustByMatchingInfoTypes */
1863
+ adjustByMatchingInfoTypes?: (google.privacy.dlp.v2.IAdjustByMatchingInfoTypes|null);
1864
+
1865
+ /** AdjustmentRule adjustByImageFindings */
1866
+ adjustByImageFindings?: (google.privacy.dlp.v2.IAdjustByImageFindings|null);
1867
+
1868
+ /** AdjustmentRule likelihoodAdjustment */
1869
+ likelihoodAdjustment?: (google.privacy.dlp.v2.CustomInfoType.DetectionRule.ILikelihoodAdjustment|null);
1870
+ }
1871
+
1872
+ /** Represents an AdjustmentRule. */
1873
+ class AdjustmentRule implements IAdjustmentRule {
1874
+
1875
+ /**
1876
+ * Constructs a new AdjustmentRule.
1877
+ * @param [properties] Properties to set
1878
+ */
1879
+ constructor(properties?: google.privacy.dlp.v2.IAdjustmentRule);
1880
+
1881
+ /** AdjustmentRule adjustByMatchingInfoTypes. */
1882
+ public adjustByMatchingInfoTypes?: (google.privacy.dlp.v2.IAdjustByMatchingInfoTypes|null);
1883
+
1884
+ /** AdjustmentRule adjustByImageFindings. */
1885
+ public adjustByImageFindings?: (google.privacy.dlp.v2.IAdjustByImageFindings|null);
1886
+
1887
+ /** AdjustmentRule likelihoodAdjustment. */
1888
+ public likelihoodAdjustment?: (google.privacy.dlp.v2.CustomInfoType.DetectionRule.ILikelihoodAdjustment|null);
1889
+
1890
+ /** AdjustmentRule conditions. */
1891
+ public conditions?: ("adjustByMatchingInfoTypes"|"adjustByImageFindings");
1892
+
1893
+ /**
1894
+ * Creates a new AdjustmentRule instance using the specified properties.
1895
+ * @param [properties] Properties to set
1896
+ * @returns AdjustmentRule instance
1897
+ */
1898
+ public static create(properties?: google.privacy.dlp.v2.IAdjustmentRule): google.privacy.dlp.v2.AdjustmentRule;
1899
+
1900
+ /**
1901
+ * Encodes the specified AdjustmentRule message. Does not implicitly {@link google.privacy.dlp.v2.AdjustmentRule.verify|verify} messages.
1902
+ * @param message AdjustmentRule message or plain object to encode
1903
+ * @param [writer] Writer to encode to
1904
+ * @returns Writer
1905
+ */
1906
+ public static encode(message: google.privacy.dlp.v2.IAdjustmentRule, writer?: $protobuf.Writer): $protobuf.Writer;
1907
+
1908
+ /**
1909
+ * Encodes the specified AdjustmentRule message, length delimited. Does not implicitly {@link google.privacy.dlp.v2.AdjustmentRule.verify|verify} messages.
1910
+ * @param message AdjustmentRule message or plain object to encode
1911
+ * @param [writer] Writer to encode to
1912
+ * @returns Writer
1913
+ */
1914
+ public static encodeDelimited(message: google.privacy.dlp.v2.IAdjustmentRule, writer?: $protobuf.Writer): $protobuf.Writer;
1915
+
1916
+ /**
1917
+ * Decodes an AdjustmentRule message from the specified reader or buffer.
1918
+ * @param reader Reader or buffer to decode from
1919
+ * @param [length] Message length if known beforehand
1920
+ * @returns AdjustmentRule
1921
+ * @throws {Error} If the payload is not a reader or valid buffer
1922
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
1923
+ */
1924
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.privacy.dlp.v2.AdjustmentRule;
1925
+
1926
+ /**
1927
+ * Decodes an AdjustmentRule message from the specified reader or buffer, length delimited.
1928
+ * @param reader Reader or buffer to decode from
1929
+ * @returns AdjustmentRule
1930
+ * @throws {Error} If the payload is not a reader or valid buffer
1931
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
1932
+ */
1933
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.privacy.dlp.v2.AdjustmentRule;
1934
+
1935
+ /**
1936
+ * Verifies an AdjustmentRule message.
1937
+ * @param message Plain object to verify
1938
+ * @returns `null` if valid, otherwise the reason why it is not
1939
+ */
1940
+ public static verify(message: { [k: string]: any }): (string|null);
1941
+
1942
+ /**
1943
+ * Creates an AdjustmentRule message from a plain object. Also converts values to their respective internal types.
1944
+ * @param object Plain object
1945
+ * @returns AdjustmentRule
1946
+ */
1947
+ public static fromObject(object: { [k: string]: any }): google.privacy.dlp.v2.AdjustmentRule;
1948
+
1949
+ /**
1950
+ * Creates a plain object from an AdjustmentRule message. Also converts values to other types if specified.
1951
+ * @param message AdjustmentRule
1952
+ * @param [options] Conversion options
1953
+ * @returns Plain object
1954
+ */
1955
+ public static toObject(message: google.privacy.dlp.v2.AdjustmentRule, options?: $protobuf.IConversionOptions): { [k: string]: any };
1956
+
1957
+ /**
1958
+ * Converts this AdjustmentRule to JSON.
1959
+ * @returns JSON object
1960
+ */
1961
+ public toJSON(): { [k: string]: any };
1962
+
1963
+ /**
1964
+ * Gets the default type url for AdjustmentRule
1965
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
1966
+ * @returns The default type url
1967
+ */
1968
+ public static getTypeUrl(typeUrlPrefix?: string): string;
1969
+ }
1970
+
1532
1971
  /** Properties of an InspectionRule. */
1533
1972
  interface IInspectionRule {
1534
1973
 
@@ -1537,6 +1976,9 @@ export namespace google {
1537
1976
 
1538
1977
  /** InspectionRule exclusionRule */
1539
1978
  exclusionRule?: (google.privacy.dlp.v2.IExclusionRule|null);
1979
+
1980
+ /** InspectionRule adjustmentRule */
1981
+ adjustmentRule?: (google.privacy.dlp.v2.IAdjustmentRule|null);
1540
1982
  }
1541
1983
 
1542
1984
  /** Represents an InspectionRule. */
@@ -1554,8 +1996,11 @@ export namespace google {
1554
1996
  /** InspectionRule exclusionRule. */
1555
1997
  public exclusionRule?: (google.privacy.dlp.v2.IExclusionRule|null);
1556
1998
 
1999
+ /** InspectionRule adjustmentRule. */
2000
+ public adjustmentRule?: (google.privacy.dlp.v2.IAdjustmentRule|null);
2001
+
1557
2002
  /** InspectionRule type. */
1558
- public type?: ("hotwordRule"|"exclusionRule");
2003
+ public type?: ("hotwordRule"|"exclusionRule"|"adjustmentRule");
1559
2004
 
1560
2005
  /**
1561
2006
  * Creates a new InspectionRule instance using the specified properties.
@@ -3178,6 +3623,9 @@ export namespace google {
3178
3623
 
3179
3624
  /** MetadataLocation storageLabel */
3180
3625
  storageLabel?: (google.privacy.dlp.v2.IStorageMetadataLabel|null);
3626
+
3627
+ /** MetadataLocation keyValueMetadataLabel */
3628
+ keyValueMetadataLabel?: (google.privacy.dlp.v2.IKeyValueMetadataLabel|null);
3181
3629
  }
3182
3630
 
3183
3631
  /** Represents a MetadataLocation. */
@@ -3195,8 +3643,11 @@ export namespace google {
3195
3643
  /** MetadataLocation storageLabel. */
3196
3644
  public storageLabel?: (google.privacy.dlp.v2.IStorageMetadataLabel|null);
3197
3645
 
3646
+ /** MetadataLocation keyValueMetadataLabel. */
3647
+ public keyValueMetadataLabel?: (google.privacy.dlp.v2.IKeyValueMetadataLabel|null);
3648
+
3198
3649
  /** MetadataLocation label. */
3199
- public label?: "storageLabel";
3650
+ public label?: ("storageLabel"|"keyValueMetadataLabel");
3200
3651
 
3201
3652
  /**
3202
3653
  * Creates a new MetadataLocation instance using the specified properties.
@@ -3373,6 +3824,103 @@ export namespace google {
3373
3824
  public static getTypeUrl(typeUrlPrefix?: string): string;
3374
3825
  }
3375
3826
 
3827
+ /** Properties of a KeyValueMetadataLabel. */
3828
+ interface IKeyValueMetadataLabel {
3829
+
3830
+ /** KeyValueMetadataLabel key */
3831
+ key?: (string|null);
3832
+ }
3833
+
3834
+ /** Represents a KeyValueMetadataLabel. */
3835
+ class KeyValueMetadataLabel implements IKeyValueMetadataLabel {
3836
+
3837
+ /**
3838
+ * Constructs a new KeyValueMetadataLabel.
3839
+ * @param [properties] Properties to set
3840
+ */
3841
+ constructor(properties?: google.privacy.dlp.v2.IKeyValueMetadataLabel);
3842
+
3843
+ /** KeyValueMetadataLabel key. */
3844
+ public key: string;
3845
+
3846
+ /**
3847
+ * Creates a new KeyValueMetadataLabel instance using the specified properties.
3848
+ * @param [properties] Properties to set
3849
+ * @returns KeyValueMetadataLabel instance
3850
+ */
3851
+ public static create(properties?: google.privacy.dlp.v2.IKeyValueMetadataLabel): google.privacy.dlp.v2.KeyValueMetadataLabel;
3852
+
3853
+ /**
3854
+ * Encodes the specified KeyValueMetadataLabel message. Does not implicitly {@link google.privacy.dlp.v2.KeyValueMetadataLabel.verify|verify} messages.
3855
+ * @param message KeyValueMetadataLabel message or plain object to encode
3856
+ * @param [writer] Writer to encode to
3857
+ * @returns Writer
3858
+ */
3859
+ public static encode(message: google.privacy.dlp.v2.IKeyValueMetadataLabel, writer?: $protobuf.Writer): $protobuf.Writer;
3860
+
3861
+ /**
3862
+ * Encodes the specified KeyValueMetadataLabel message, length delimited. Does not implicitly {@link google.privacy.dlp.v2.KeyValueMetadataLabel.verify|verify} messages.
3863
+ * @param message KeyValueMetadataLabel message or plain object to encode
3864
+ * @param [writer] Writer to encode to
3865
+ * @returns Writer
3866
+ */
3867
+ public static encodeDelimited(message: google.privacy.dlp.v2.IKeyValueMetadataLabel, writer?: $protobuf.Writer): $protobuf.Writer;
3868
+
3869
+ /**
3870
+ * Decodes a KeyValueMetadataLabel message from the specified reader or buffer.
3871
+ * @param reader Reader or buffer to decode from
3872
+ * @param [length] Message length if known beforehand
3873
+ * @returns KeyValueMetadataLabel
3874
+ * @throws {Error} If the payload is not a reader or valid buffer
3875
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
3876
+ */
3877
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.privacy.dlp.v2.KeyValueMetadataLabel;
3878
+
3879
+ /**
3880
+ * Decodes a KeyValueMetadataLabel message from the specified reader or buffer, length delimited.
3881
+ * @param reader Reader or buffer to decode from
3882
+ * @returns KeyValueMetadataLabel
3883
+ * @throws {Error} If the payload is not a reader or valid buffer
3884
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
3885
+ */
3886
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.privacy.dlp.v2.KeyValueMetadataLabel;
3887
+
3888
+ /**
3889
+ * Verifies a KeyValueMetadataLabel message.
3890
+ * @param message Plain object to verify
3891
+ * @returns `null` if valid, otherwise the reason why it is not
3892
+ */
3893
+ public static verify(message: { [k: string]: any }): (string|null);
3894
+
3895
+ /**
3896
+ * Creates a KeyValueMetadataLabel message from a plain object. Also converts values to their respective internal types.
3897
+ * @param object Plain object
3898
+ * @returns KeyValueMetadataLabel
3899
+ */
3900
+ public static fromObject(object: { [k: string]: any }): google.privacy.dlp.v2.KeyValueMetadataLabel;
3901
+
3902
+ /**
3903
+ * Creates a plain object from a KeyValueMetadataLabel message. Also converts values to other types if specified.
3904
+ * @param message KeyValueMetadataLabel
3905
+ * @param [options] Conversion options
3906
+ * @returns Plain object
3907
+ */
3908
+ public static toObject(message: google.privacy.dlp.v2.KeyValueMetadataLabel, options?: $protobuf.IConversionOptions): { [k: string]: any };
3909
+
3910
+ /**
3911
+ * Converts this KeyValueMetadataLabel to JSON.
3912
+ * @returns JSON object
3913
+ */
3914
+ public toJSON(): { [k: string]: any };
3915
+
3916
+ /**
3917
+ * Gets the default type url for KeyValueMetadataLabel
3918
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
3919
+ * @returns The default type url
3920
+ */
3921
+ public static getTypeUrl(typeUrlPrefix?: string): string;
3922
+ }
3923
+
3376
3924
  /** Properties of a DocumentLocation. */
3377
3925
  interface IDocumentLocation {
3378
3926
 
@@ -4144,6 +4692,12 @@ export namespace google {
4144
4692
 
4145
4693
  /** RedactImageRequest byteItem */
4146
4694
  byteItem?: (google.privacy.dlp.v2.IByteContentItem|null);
4695
+
4696
+ /** RedactImageRequest inspectTemplate */
4697
+ inspectTemplate?: (string|null);
4698
+
4699
+ /** RedactImageRequest deidentifyTemplate */
4700
+ deidentifyTemplate?: (string|null);
4147
4701
  }
4148
4702
 
4149
4703
  /** Represents a RedactImageRequest. */
@@ -4173,6 +4727,12 @@ export namespace google {
4173
4727
  /** RedactImageRequest byteItem. */
4174
4728
  public byteItem?: (google.privacy.dlp.v2.IByteContentItem|null);
4175
4729
 
4730
+ /** RedactImageRequest inspectTemplate. */
4731
+ public inspectTemplate: string;
4732
+
4733
+ /** RedactImageRequest deidentifyTemplate. */
4734
+ public deidentifyTemplate: string;
4735
+
4176
4736
  /**
4177
4737
  * Creates a new RedactImageRequest instance using the specified properties.
4178
4738
  * @param [properties] Properties to set
@@ -5280,6 +5840,9 @@ export namespace google {
5280
5840
  /** OutputStorageConfig table */
5281
5841
  table?: (google.privacy.dlp.v2.IBigQueryTable|null);
5282
5842
 
5843
+ /** OutputStorageConfig storagePath */
5844
+ storagePath?: (google.privacy.dlp.v2.ICloudStoragePath|null);
5845
+
5283
5846
  /** OutputStorageConfig outputSchema */
5284
5847
  outputSchema?: (google.privacy.dlp.v2.OutputStorageConfig.OutputSchema|keyof typeof google.privacy.dlp.v2.OutputStorageConfig.OutputSchema|null);
5285
5848
  }
@@ -5296,11 +5859,14 @@ export namespace google {
5296
5859
  /** OutputStorageConfig table. */
5297
5860
  public table?: (google.privacy.dlp.v2.IBigQueryTable|null);
5298
5861
 
5862
+ /** OutputStorageConfig storagePath. */
5863
+ public storagePath?: (google.privacy.dlp.v2.ICloudStoragePath|null);
5864
+
5299
5865
  /** OutputStorageConfig outputSchema. */
5300
5866
  public outputSchema: (google.privacy.dlp.v2.OutputStorageConfig.OutputSchema|keyof typeof google.privacy.dlp.v2.OutputStorageConfig.OutputSchema);
5301
5867
 
5302
5868
  /** OutputStorageConfig type. */
5303
- public type?: "table";
5869
+ public type?: ("table"|"storagePath");
5304
5870
 
5305
5871
  /**
5306
5872
  * Creates a new OutputStorageConfig instance using the specified properties.
@@ -6616,6 +7182,9 @@ export namespace google {
6616
7182
 
6617
7183
  /** InfoTypeDescription specificInfoTypes */
6618
7184
  specificInfoTypes?: (string[]|null);
7185
+
7186
+ /** InfoTypeDescription launchStatus */
7187
+ launchStatus?: (google.privacy.dlp.v2.InfoTypeDescription.InfoTypeLaunchStatus|keyof typeof google.privacy.dlp.v2.InfoTypeDescription.InfoTypeLaunchStatus|null);
6619
7188
  }
6620
7189
 
6621
7190
  /** Represents an InfoTypeDescription. */
@@ -6657,6 +7226,9 @@ export namespace google {
6657
7226
  /** InfoTypeDescription specificInfoTypes. */
6658
7227
  public specificInfoTypes: string[];
6659
7228
 
7229
+ /** InfoTypeDescription launchStatus. */
7230
+ public launchStatus: (google.privacy.dlp.v2.InfoTypeDescription.InfoTypeLaunchStatus|keyof typeof google.privacy.dlp.v2.InfoTypeDescription.InfoTypeLaunchStatus);
7231
+
6660
7232
  /**
6661
7233
  * Creates a new InfoTypeDescription instance using the specified properties.
6662
7234
  * @param [properties] Properties to set
@@ -6735,6 +7307,17 @@ export namespace google {
6735
7307
  public static getTypeUrl(typeUrlPrefix?: string): string;
6736
7308
  }
6737
7309
 
7310
+ namespace InfoTypeDescription {
7311
+
7312
+ /** InfoTypeLaunchStatus enum. */
7313
+ enum InfoTypeLaunchStatus {
7314
+ INFO_TYPE_LAUNCH_STATUS_UNSPECIFIED = 0,
7315
+ GENERAL_AVAILABILITY = 1,
7316
+ PUBLIC_PREVIEW = 2,
7317
+ PRIVATE_PREVIEW = 3
7318
+ }
7319
+ }
7320
+
6738
7321
  /** Properties of an InfoTypeCategory. */
6739
7322
  interface IInfoTypeCategory {
6740
7323
 
@@ -17059,6 +17642,9 @@ export namespace google {
17059
17642
  /** Action publishFindingsToCloudDataCatalog */
17060
17643
  publishFindingsToCloudDataCatalog?: (google.privacy.dlp.v2.Action.IPublishFindingsToCloudDataCatalog|null);
17061
17644
 
17645
+ /** Action publishFindingsToDataplexCatalog */
17646
+ publishFindingsToDataplexCatalog?: (google.privacy.dlp.v2.Action.IPublishFindingsToDataplexCatalog|null);
17647
+
17062
17648
  /** Action deidentify */
17063
17649
  deidentify?: (google.privacy.dlp.v2.Action.IDeidentify|null);
17064
17650
 
@@ -17090,6 +17676,9 @@ export namespace google {
17090
17676
  /** Action publishFindingsToCloudDataCatalog. */
17091
17677
  public publishFindingsToCloudDataCatalog?: (google.privacy.dlp.v2.Action.IPublishFindingsToCloudDataCatalog|null);
17092
17678
 
17679
+ /** Action publishFindingsToDataplexCatalog. */
17680
+ public publishFindingsToDataplexCatalog?: (google.privacy.dlp.v2.Action.IPublishFindingsToDataplexCatalog|null);
17681
+
17093
17682
  /** Action deidentify. */
17094
17683
  public deidentify?: (google.privacy.dlp.v2.Action.IDeidentify|null);
17095
17684
 
@@ -17100,7 +17689,7 @@ export namespace google {
17100
17689
  public publishToStackdriver?: (google.privacy.dlp.v2.Action.IPublishToStackdriver|null);
17101
17690
 
17102
17691
  /** Action action. */
17103
- public action?: ("saveFindings"|"pubSub"|"publishSummaryToCscc"|"publishFindingsToCloudDataCatalog"|"deidentify"|"jobNotificationEmails"|"publishToStackdriver");
17692
+ public action?: ("saveFindings"|"pubSub"|"publishSummaryToCscc"|"publishFindingsToCloudDataCatalog"|"publishFindingsToDataplexCatalog"|"deidentify"|"jobNotificationEmails"|"publishToStackdriver");
17104
17693
 
17105
17694
  /**
17106
17695
  * Creates a new Action instance using the specified properties.
@@ -17558,6 +18147,97 @@ export namespace google {
17558
18147
  public static getTypeUrl(typeUrlPrefix?: string): string;
17559
18148
  }
17560
18149
 
18150
+ /** Properties of a PublishFindingsToDataplexCatalog. */
18151
+ interface IPublishFindingsToDataplexCatalog {
18152
+ }
18153
+
18154
+ /** Represents a PublishFindingsToDataplexCatalog. */
18155
+ class PublishFindingsToDataplexCatalog implements IPublishFindingsToDataplexCatalog {
18156
+
18157
+ /**
18158
+ * Constructs a new PublishFindingsToDataplexCatalog.
18159
+ * @param [properties] Properties to set
18160
+ */
18161
+ constructor(properties?: google.privacy.dlp.v2.Action.IPublishFindingsToDataplexCatalog);
18162
+
18163
+ /**
18164
+ * Creates a new PublishFindingsToDataplexCatalog instance using the specified properties.
18165
+ * @param [properties] Properties to set
18166
+ * @returns PublishFindingsToDataplexCatalog instance
18167
+ */
18168
+ public static create(properties?: google.privacy.dlp.v2.Action.IPublishFindingsToDataplexCatalog): google.privacy.dlp.v2.Action.PublishFindingsToDataplexCatalog;
18169
+
18170
+ /**
18171
+ * Encodes the specified PublishFindingsToDataplexCatalog message. Does not implicitly {@link google.privacy.dlp.v2.Action.PublishFindingsToDataplexCatalog.verify|verify} messages.
18172
+ * @param message PublishFindingsToDataplexCatalog message or plain object to encode
18173
+ * @param [writer] Writer to encode to
18174
+ * @returns Writer
18175
+ */
18176
+ public static encode(message: google.privacy.dlp.v2.Action.IPublishFindingsToDataplexCatalog, writer?: $protobuf.Writer): $protobuf.Writer;
18177
+
18178
+ /**
18179
+ * Encodes the specified PublishFindingsToDataplexCatalog message, length delimited. Does not implicitly {@link google.privacy.dlp.v2.Action.PublishFindingsToDataplexCatalog.verify|verify} messages.
18180
+ * @param message PublishFindingsToDataplexCatalog message or plain object to encode
18181
+ * @param [writer] Writer to encode to
18182
+ * @returns Writer
18183
+ */
18184
+ public static encodeDelimited(message: google.privacy.dlp.v2.Action.IPublishFindingsToDataplexCatalog, writer?: $protobuf.Writer): $protobuf.Writer;
18185
+
18186
+ /**
18187
+ * Decodes a PublishFindingsToDataplexCatalog message from the specified reader or buffer.
18188
+ * @param reader Reader or buffer to decode from
18189
+ * @param [length] Message length if known beforehand
18190
+ * @returns PublishFindingsToDataplexCatalog
18191
+ * @throws {Error} If the payload is not a reader or valid buffer
18192
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
18193
+ */
18194
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.privacy.dlp.v2.Action.PublishFindingsToDataplexCatalog;
18195
+
18196
+ /**
18197
+ * Decodes a PublishFindingsToDataplexCatalog message from the specified reader or buffer, length delimited.
18198
+ * @param reader Reader or buffer to decode from
18199
+ * @returns PublishFindingsToDataplexCatalog
18200
+ * @throws {Error} If the payload is not a reader or valid buffer
18201
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
18202
+ */
18203
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.privacy.dlp.v2.Action.PublishFindingsToDataplexCatalog;
18204
+
18205
+ /**
18206
+ * Verifies a PublishFindingsToDataplexCatalog message.
18207
+ * @param message Plain object to verify
18208
+ * @returns `null` if valid, otherwise the reason why it is not
18209
+ */
18210
+ public static verify(message: { [k: string]: any }): (string|null);
18211
+
18212
+ /**
18213
+ * Creates a PublishFindingsToDataplexCatalog message from a plain object. Also converts values to their respective internal types.
18214
+ * @param object Plain object
18215
+ * @returns PublishFindingsToDataplexCatalog
18216
+ */
18217
+ public static fromObject(object: { [k: string]: any }): google.privacy.dlp.v2.Action.PublishFindingsToDataplexCatalog;
18218
+
18219
+ /**
18220
+ * Creates a plain object from a PublishFindingsToDataplexCatalog message. Also converts values to other types if specified.
18221
+ * @param message PublishFindingsToDataplexCatalog
18222
+ * @param [options] Conversion options
18223
+ * @returns Plain object
18224
+ */
18225
+ public static toObject(message: google.privacy.dlp.v2.Action.PublishFindingsToDataplexCatalog, options?: $protobuf.IConversionOptions): { [k: string]: any };
18226
+
18227
+ /**
18228
+ * Converts this PublishFindingsToDataplexCatalog to JSON.
18229
+ * @returns JSON object
18230
+ */
18231
+ public toJSON(): { [k: string]: any };
18232
+
18233
+ /**
18234
+ * Gets the default type url for PublishFindingsToDataplexCatalog
18235
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
18236
+ * @returns The default type url
18237
+ */
18238
+ public static getTypeUrl(typeUrlPrefix?: string): string;
18239
+ }
18240
+
17561
18241
  /** Properties of a Deidentify. */
17562
18242
  interface IDeidentify {
17563
18243
 
@@ -25114,6 +25794,9 @@ export namespace google {
25114
25794
 
25115
25795
  /** FileStoreCollection includeRegexes */
25116
25796
  includeRegexes?: (google.privacy.dlp.v2.IFileStoreRegexes|null);
25797
+
25798
+ /** FileStoreCollection includeTags */
25799
+ includeTags?: (google.privacy.dlp.v2.ITagFilters|null);
25117
25800
  }
25118
25801
 
25119
25802
  /** Represents a FileStoreCollection. */
@@ -25128,6 +25811,9 @@ export namespace google {
25128
25811
  /** FileStoreCollection includeRegexes. */
25129
25812
  public includeRegexes?: (google.privacy.dlp.v2.IFileStoreRegexes|null);
25130
25813
 
25814
+ /** FileStoreCollection includeTags. */
25815
+ public includeTags?: (google.privacy.dlp.v2.ITagFilters|null);
25816
+
25131
25817
  /** FileStoreCollection pattern. */
25132
25818
  public pattern?: "includeRegexes";
25133
25819
 
@@ -31841,7 +32527,393 @@ export namespace google {
31841
32527
  MATCHING_TYPE_UNSPECIFIED = 0,
31842
32528
  MATCHING_TYPE_FULL_MATCH = 1,
31843
32529
  MATCHING_TYPE_PARTIAL_MATCH = 2,
31844
- MATCHING_TYPE_INVERSE_MATCH = 3
32530
+ MATCHING_TYPE_INVERSE_MATCH = 3,
32531
+ MATCHING_TYPE_RULE_SPECIFIC = 4
32532
+ }
32533
+
32534
+ /** Properties of an ImageContainmentType. */
32535
+ interface IImageContainmentType {
32536
+
32537
+ /** ImageContainmentType encloses */
32538
+ encloses?: (google.privacy.dlp.v2.IEncloses|null);
32539
+
32540
+ /** ImageContainmentType fullyInside */
32541
+ fullyInside?: (google.privacy.dlp.v2.IFullyInside|null);
32542
+
32543
+ /** ImageContainmentType overlaps */
32544
+ overlaps?: (google.privacy.dlp.v2.IOverlap|null);
32545
+ }
32546
+
32547
+ /** Represents an ImageContainmentType. */
32548
+ class ImageContainmentType implements IImageContainmentType {
32549
+
32550
+ /**
32551
+ * Constructs a new ImageContainmentType.
32552
+ * @param [properties] Properties to set
32553
+ */
32554
+ constructor(properties?: google.privacy.dlp.v2.IImageContainmentType);
32555
+
32556
+ /** ImageContainmentType encloses. */
32557
+ public encloses?: (google.privacy.dlp.v2.IEncloses|null);
32558
+
32559
+ /** ImageContainmentType fullyInside. */
32560
+ public fullyInside?: (google.privacy.dlp.v2.IFullyInside|null);
32561
+
32562
+ /** ImageContainmentType overlaps. */
32563
+ public overlaps?: (google.privacy.dlp.v2.IOverlap|null);
32564
+
32565
+ /** ImageContainmentType type. */
32566
+ public type?: ("encloses"|"fullyInside"|"overlaps");
32567
+
32568
+ /**
32569
+ * Creates a new ImageContainmentType instance using the specified properties.
32570
+ * @param [properties] Properties to set
32571
+ * @returns ImageContainmentType instance
32572
+ */
32573
+ public static create(properties?: google.privacy.dlp.v2.IImageContainmentType): google.privacy.dlp.v2.ImageContainmentType;
32574
+
32575
+ /**
32576
+ * Encodes the specified ImageContainmentType message. Does not implicitly {@link google.privacy.dlp.v2.ImageContainmentType.verify|verify} messages.
32577
+ * @param message ImageContainmentType message or plain object to encode
32578
+ * @param [writer] Writer to encode to
32579
+ * @returns Writer
32580
+ */
32581
+ public static encode(message: google.privacy.dlp.v2.IImageContainmentType, writer?: $protobuf.Writer): $protobuf.Writer;
32582
+
32583
+ /**
32584
+ * Encodes the specified ImageContainmentType message, length delimited. Does not implicitly {@link google.privacy.dlp.v2.ImageContainmentType.verify|verify} messages.
32585
+ * @param message ImageContainmentType message or plain object to encode
32586
+ * @param [writer] Writer to encode to
32587
+ * @returns Writer
32588
+ */
32589
+ public static encodeDelimited(message: google.privacy.dlp.v2.IImageContainmentType, writer?: $protobuf.Writer): $protobuf.Writer;
32590
+
32591
+ /**
32592
+ * Decodes an ImageContainmentType message from the specified reader or buffer.
32593
+ * @param reader Reader or buffer to decode from
32594
+ * @param [length] Message length if known beforehand
32595
+ * @returns ImageContainmentType
32596
+ * @throws {Error} If the payload is not a reader or valid buffer
32597
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
32598
+ */
32599
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.privacy.dlp.v2.ImageContainmentType;
32600
+
32601
+ /**
32602
+ * Decodes an ImageContainmentType message from the specified reader or buffer, length delimited.
32603
+ * @param reader Reader or buffer to decode from
32604
+ * @returns ImageContainmentType
32605
+ * @throws {Error} If the payload is not a reader or valid buffer
32606
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
32607
+ */
32608
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.privacy.dlp.v2.ImageContainmentType;
32609
+
32610
+ /**
32611
+ * Verifies an ImageContainmentType message.
32612
+ * @param message Plain object to verify
32613
+ * @returns `null` if valid, otherwise the reason why it is not
32614
+ */
32615
+ public static verify(message: { [k: string]: any }): (string|null);
32616
+
32617
+ /**
32618
+ * Creates an ImageContainmentType message from a plain object. Also converts values to their respective internal types.
32619
+ * @param object Plain object
32620
+ * @returns ImageContainmentType
32621
+ */
32622
+ public static fromObject(object: { [k: string]: any }): google.privacy.dlp.v2.ImageContainmentType;
32623
+
32624
+ /**
32625
+ * Creates a plain object from an ImageContainmentType message. Also converts values to other types if specified.
32626
+ * @param message ImageContainmentType
32627
+ * @param [options] Conversion options
32628
+ * @returns Plain object
32629
+ */
32630
+ public static toObject(message: google.privacy.dlp.v2.ImageContainmentType, options?: $protobuf.IConversionOptions): { [k: string]: any };
32631
+
32632
+ /**
32633
+ * Converts this ImageContainmentType to JSON.
32634
+ * @returns JSON object
32635
+ */
32636
+ public toJSON(): { [k: string]: any };
32637
+
32638
+ /**
32639
+ * Gets the default type url for ImageContainmentType
32640
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
32641
+ * @returns The default type url
32642
+ */
32643
+ public static getTypeUrl(typeUrlPrefix?: string): string;
32644
+ }
32645
+
32646
+ /** Properties of an Overlap. */
32647
+ interface IOverlap {
32648
+ }
32649
+
32650
+ /** Represents an Overlap. */
32651
+ class Overlap implements IOverlap {
32652
+
32653
+ /**
32654
+ * Constructs a new Overlap.
32655
+ * @param [properties] Properties to set
32656
+ */
32657
+ constructor(properties?: google.privacy.dlp.v2.IOverlap);
32658
+
32659
+ /**
32660
+ * Creates a new Overlap instance using the specified properties.
32661
+ * @param [properties] Properties to set
32662
+ * @returns Overlap instance
32663
+ */
32664
+ public static create(properties?: google.privacy.dlp.v2.IOverlap): google.privacy.dlp.v2.Overlap;
32665
+
32666
+ /**
32667
+ * Encodes the specified Overlap message. Does not implicitly {@link google.privacy.dlp.v2.Overlap.verify|verify} messages.
32668
+ * @param message Overlap message or plain object to encode
32669
+ * @param [writer] Writer to encode to
32670
+ * @returns Writer
32671
+ */
32672
+ public static encode(message: google.privacy.dlp.v2.IOverlap, writer?: $protobuf.Writer): $protobuf.Writer;
32673
+
32674
+ /**
32675
+ * Encodes the specified Overlap message, length delimited. Does not implicitly {@link google.privacy.dlp.v2.Overlap.verify|verify} messages.
32676
+ * @param message Overlap message or plain object to encode
32677
+ * @param [writer] Writer to encode to
32678
+ * @returns Writer
32679
+ */
32680
+ public static encodeDelimited(message: google.privacy.dlp.v2.IOverlap, writer?: $protobuf.Writer): $protobuf.Writer;
32681
+
32682
+ /**
32683
+ * Decodes an Overlap message from the specified reader or buffer.
32684
+ * @param reader Reader or buffer to decode from
32685
+ * @param [length] Message length if known beforehand
32686
+ * @returns Overlap
32687
+ * @throws {Error} If the payload is not a reader or valid buffer
32688
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
32689
+ */
32690
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.privacy.dlp.v2.Overlap;
32691
+
32692
+ /**
32693
+ * Decodes an Overlap message from the specified reader or buffer, length delimited.
32694
+ * @param reader Reader or buffer to decode from
32695
+ * @returns Overlap
32696
+ * @throws {Error} If the payload is not a reader or valid buffer
32697
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
32698
+ */
32699
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.privacy.dlp.v2.Overlap;
32700
+
32701
+ /**
32702
+ * Verifies an Overlap message.
32703
+ * @param message Plain object to verify
32704
+ * @returns `null` if valid, otherwise the reason why it is not
32705
+ */
32706
+ public static verify(message: { [k: string]: any }): (string|null);
32707
+
32708
+ /**
32709
+ * Creates an Overlap message from a plain object. Also converts values to their respective internal types.
32710
+ * @param object Plain object
32711
+ * @returns Overlap
32712
+ */
32713
+ public static fromObject(object: { [k: string]: any }): google.privacy.dlp.v2.Overlap;
32714
+
32715
+ /**
32716
+ * Creates a plain object from an Overlap message. Also converts values to other types if specified.
32717
+ * @param message Overlap
32718
+ * @param [options] Conversion options
32719
+ * @returns Plain object
32720
+ */
32721
+ public static toObject(message: google.privacy.dlp.v2.Overlap, options?: $protobuf.IConversionOptions): { [k: string]: any };
32722
+
32723
+ /**
32724
+ * Converts this Overlap to JSON.
32725
+ * @returns JSON object
32726
+ */
32727
+ public toJSON(): { [k: string]: any };
32728
+
32729
+ /**
32730
+ * Gets the default type url for Overlap
32731
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
32732
+ * @returns The default type url
32733
+ */
32734
+ public static getTypeUrl(typeUrlPrefix?: string): string;
32735
+ }
32736
+
32737
+ /** Properties of an Encloses. */
32738
+ interface IEncloses {
32739
+ }
32740
+
32741
+ /** Represents an Encloses. */
32742
+ class Encloses implements IEncloses {
32743
+
32744
+ /**
32745
+ * Constructs a new Encloses.
32746
+ * @param [properties] Properties to set
32747
+ */
32748
+ constructor(properties?: google.privacy.dlp.v2.IEncloses);
32749
+
32750
+ /**
32751
+ * Creates a new Encloses instance using the specified properties.
32752
+ * @param [properties] Properties to set
32753
+ * @returns Encloses instance
32754
+ */
32755
+ public static create(properties?: google.privacy.dlp.v2.IEncloses): google.privacy.dlp.v2.Encloses;
32756
+
32757
+ /**
32758
+ * Encodes the specified Encloses message. Does not implicitly {@link google.privacy.dlp.v2.Encloses.verify|verify} messages.
32759
+ * @param message Encloses message or plain object to encode
32760
+ * @param [writer] Writer to encode to
32761
+ * @returns Writer
32762
+ */
32763
+ public static encode(message: google.privacy.dlp.v2.IEncloses, writer?: $protobuf.Writer): $protobuf.Writer;
32764
+
32765
+ /**
32766
+ * Encodes the specified Encloses message, length delimited. Does not implicitly {@link google.privacy.dlp.v2.Encloses.verify|verify} messages.
32767
+ * @param message Encloses message or plain object to encode
32768
+ * @param [writer] Writer to encode to
32769
+ * @returns Writer
32770
+ */
32771
+ public static encodeDelimited(message: google.privacy.dlp.v2.IEncloses, writer?: $protobuf.Writer): $protobuf.Writer;
32772
+
32773
+ /**
32774
+ * Decodes an Encloses message from the specified reader or buffer.
32775
+ * @param reader Reader or buffer to decode from
32776
+ * @param [length] Message length if known beforehand
32777
+ * @returns Encloses
32778
+ * @throws {Error} If the payload is not a reader or valid buffer
32779
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
32780
+ */
32781
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.privacy.dlp.v2.Encloses;
32782
+
32783
+ /**
32784
+ * Decodes an Encloses message from the specified reader or buffer, length delimited.
32785
+ * @param reader Reader or buffer to decode from
32786
+ * @returns Encloses
32787
+ * @throws {Error} If the payload is not a reader or valid buffer
32788
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
32789
+ */
32790
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.privacy.dlp.v2.Encloses;
32791
+
32792
+ /**
32793
+ * Verifies an Encloses message.
32794
+ * @param message Plain object to verify
32795
+ * @returns `null` if valid, otherwise the reason why it is not
32796
+ */
32797
+ public static verify(message: { [k: string]: any }): (string|null);
32798
+
32799
+ /**
32800
+ * Creates an Encloses message from a plain object. Also converts values to their respective internal types.
32801
+ * @param object Plain object
32802
+ * @returns Encloses
32803
+ */
32804
+ public static fromObject(object: { [k: string]: any }): google.privacy.dlp.v2.Encloses;
32805
+
32806
+ /**
32807
+ * Creates a plain object from an Encloses message. Also converts values to other types if specified.
32808
+ * @param message Encloses
32809
+ * @param [options] Conversion options
32810
+ * @returns Plain object
32811
+ */
32812
+ public static toObject(message: google.privacy.dlp.v2.Encloses, options?: $protobuf.IConversionOptions): { [k: string]: any };
32813
+
32814
+ /**
32815
+ * Converts this Encloses to JSON.
32816
+ * @returns JSON object
32817
+ */
32818
+ public toJSON(): { [k: string]: any };
32819
+
32820
+ /**
32821
+ * Gets the default type url for Encloses
32822
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
32823
+ * @returns The default type url
32824
+ */
32825
+ public static getTypeUrl(typeUrlPrefix?: string): string;
32826
+ }
32827
+
32828
+ /** Properties of a FullyInside. */
32829
+ interface IFullyInside {
32830
+ }
32831
+
32832
+ /** Represents a FullyInside. */
32833
+ class FullyInside implements IFullyInside {
32834
+
32835
+ /**
32836
+ * Constructs a new FullyInside.
32837
+ * @param [properties] Properties to set
32838
+ */
32839
+ constructor(properties?: google.privacy.dlp.v2.IFullyInside);
32840
+
32841
+ /**
32842
+ * Creates a new FullyInside instance using the specified properties.
32843
+ * @param [properties] Properties to set
32844
+ * @returns FullyInside instance
32845
+ */
32846
+ public static create(properties?: google.privacy.dlp.v2.IFullyInside): google.privacy.dlp.v2.FullyInside;
32847
+
32848
+ /**
32849
+ * Encodes the specified FullyInside message. Does not implicitly {@link google.privacy.dlp.v2.FullyInside.verify|verify} messages.
32850
+ * @param message FullyInside message or plain object to encode
32851
+ * @param [writer] Writer to encode to
32852
+ * @returns Writer
32853
+ */
32854
+ public static encode(message: google.privacy.dlp.v2.IFullyInside, writer?: $protobuf.Writer): $protobuf.Writer;
32855
+
32856
+ /**
32857
+ * Encodes the specified FullyInside message, length delimited. Does not implicitly {@link google.privacy.dlp.v2.FullyInside.verify|verify} messages.
32858
+ * @param message FullyInside message or plain object to encode
32859
+ * @param [writer] Writer to encode to
32860
+ * @returns Writer
32861
+ */
32862
+ public static encodeDelimited(message: google.privacy.dlp.v2.IFullyInside, writer?: $protobuf.Writer): $protobuf.Writer;
32863
+
32864
+ /**
32865
+ * Decodes a FullyInside message from the specified reader or buffer.
32866
+ * @param reader Reader or buffer to decode from
32867
+ * @param [length] Message length if known beforehand
32868
+ * @returns FullyInside
32869
+ * @throws {Error} If the payload is not a reader or valid buffer
32870
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
32871
+ */
32872
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.privacy.dlp.v2.FullyInside;
32873
+
32874
+ /**
32875
+ * Decodes a FullyInside message from the specified reader or buffer, length delimited.
32876
+ * @param reader Reader or buffer to decode from
32877
+ * @returns FullyInside
32878
+ * @throws {Error} If the payload is not a reader or valid buffer
32879
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
32880
+ */
32881
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.privacy.dlp.v2.FullyInside;
32882
+
32883
+ /**
32884
+ * Verifies a FullyInside message.
32885
+ * @param message Plain object to verify
32886
+ * @returns `null` if valid, otherwise the reason why it is not
32887
+ */
32888
+ public static verify(message: { [k: string]: any }): (string|null);
32889
+
32890
+ /**
32891
+ * Creates a FullyInside message from a plain object. Also converts values to their respective internal types.
32892
+ * @param object Plain object
32893
+ * @returns FullyInside
32894
+ */
32895
+ public static fromObject(object: { [k: string]: any }): google.privacy.dlp.v2.FullyInside;
32896
+
32897
+ /**
32898
+ * Creates a plain object from a FullyInside message. Also converts values to other types if specified.
32899
+ * @param message FullyInside
32900
+ * @param [options] Conversion options
32901
+ * @returns Plain object
32902
+ */
32903
+ public static toObject(message: google.privacy.dlp.v2.FullyInside, options?: $protobuf.IConversionOptions): { [k: string]: any };
32904
+
32905
+ /**
32906
+ * Converts this FullyInside to JSON.
32907
+ * @returns JSON object
32908
+ */
32909
+ public toJSON(): { [k: string]: any };
32910
+
32911
+ /**
32912
+ * Gets the default type url for FullyInside
32913
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
32914
+ * @returns The default type url
32915
+ */
32916
+ public static getTypeUrl(typeUrlPrefix?: string): string;
31845
32917
  }
31846
32918
 
31847
32919
  /** ContentOption enum. */
@@ -31854,7 +32926,8 @@ export namespace google {
31854
32926
  /** MetadataType enum. */
31855
32927
  enum MetadataType {
31856
32928
  METADATATYPE_UNSPECIFIED = 0,
31857
- STORAGE_METADATA = 2
32929
+ STORAGE_METADATA = 2,
32930
+ CONTENT_METADATA = 3
31858
32931
  }
31859
32932
 
31860
32933
  /** InfoTypeSupportedBy enum. */
@@ -34171,6 +35244,209 @@ export namespace google {
34171
35244
  public static getTypeUrl(typeUrlPrefix?: string): string;
34172
35245
  }
34173
35246
 
35247
+ /** Properties of a TagFilters. */
35248
+ interface ITagFilters {
35249
+
35250
+ /** TagFilters tagFilters */
35251
+ tagFilters?: (google.privacy.dlp.v2.ITagFilter[]|null);
35252
+ }
35253
+
35254
+ /** Represents a TagFilters. */
35255
+ class TagFilters implements ITagFilters {
35256
+
35257
+ /**
35258
+ * Constructs a new TagFilters.
35259
+ * @param [properties] Properties to set
35260
+ */
35261
+ constructor(properties?: google.privacy.dlp.v2.ITagFilters);
35262
+
35263
+ /** TagFilters tagFilters. */
35264
+ public tagFilters: google.privacy.dlp.v2.ITagFilter[];
35265
+
35266
+ /**
35267
+ * Creates a new TagFilters instance using the specified properties.
35268
+ * @param [properties] Properties to set
35269
+ * @returns TagFilters instance
35270
+ */
35271
+ public static create(properties?: google.privacy.dlp.v2.ITagFilters): google.privacy.dlp.v2.TagFilters;
35272
+
35273
+ /**
35274
+ * Encodes the specified TagFilters message. Does not implicitly {@link google.privacy.dlp.v2.TagFilters.verify|verify} messages.
35275
+ * @param message TagFilters message or plain object to encode
35276
+ * @param [writer] Writer to encode to
35277
+ * @returns Writer
35278
+ */
35279
+ public static encode(message: google.privacy.dlp.v2.ITagFilters, writer?: $protobuf.Writer): $protobuf.Writer;
35280
+
35281
+ /**
35282
+ * Encodes the specified TagFilters message, length delimited. Does not implicitly {@link google.privacy.dlp.v2.TagFilters.verify|verify} messages.
35283
+ * @param message TagFilters message or plain object to encode
35284
+ * @param [writer] Writer to encode to
35285
+ * @returns Writer
35286
+ */
35287
+ public static encodeDelimited(message: google.privacy.dlp.v2.ITagFilters, writer?: $protobuf.Writer): $protobuf.Writer;
35288
+
35289
+ /**
35290
+ * Decodes a TagFilters message from the specified reader or buffer.
35291
+ * @param reader Reader or buffer to decode from
35292
+ * @param [length] Message length if known beforehand
35293
+ * @returns TagFilters
35294
+ * @throws {Error} If the payload is not a reader or valid buffer
35295
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
35296
+ */
35297
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.privacy.dlp.v2.TagFilters;
35298
+
35299
+ /**
35300
+ * Decodes a TagFilters message from the specified reader or buffer, length delimited.
35301
+ * @param reader Reader or buffer to decode from
35302
+ * @returns TagFilters
35303
+ * @throws {Error} If the payload is not a reader or valid buffer
35304
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
35305
+ */
35306
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.privacy.dlp.v2.TagFilters;
35307
+
35308
+ /**
35309
+ * Verifies a TagFilters message.
35310
+ * @param message Plain object to verify
35311
+ * @returns `null` if valid, otherwise the reason why it is not
35312
+ */
35313
+ public static verify(message: { [k: string]: any }): (string|null);
35314
+
35315
+ /**
35316
+ * Creates a TagFilters message from a plain object. Also converts values to their respective internal types.
35317
+ * @param object Plain object
35318
+ * @returns TagFilters
35319
+ */
35320
+ public static fromObject(object: { [k: string]: any }): google.privacy.dlp.v2.TagFilters;
35321
+
35322
+ /**
35323
+ * Creates a plain object from a TagFilters message. Also converts values to other types if specified.
35324
+ * @param message TagFilters
35325
+ * @param [options] Conversion options
35326
+ * @returns Plain object
35327
+ */
35328
+ public static toObject(message: google.privacy.dlp.v2.TagFilters, options?: $protobuf.IConversionOptions): { [k: string]: any };
35329
+
35330
+ /**
35331
+ * Converts this TagFilters to JSON.
35332
+ * @returns JSON object
35333
+ */
35334
+ public toJSON(): { [k: string]: any };
35335
+
35336
+ /**
35337
+ * Gets the default type url for TagFilters
35338
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
35339
+ * @returns The default type url
35340
+ */
35341
+ public static getTypeUrl(typeUrlPrefix?: string): string;
35342
+ }
35343
+
35344
+ /** Properties of a TagFilter. */
35345
+ interface ITagFilter {
35346
+
35347
+ /** TagFilter namespacedTagValue */
35348
+ namespacedTagValue?: (string|null);
35349
+
35350
+ /** TagFilter namespacedTagKey */
35351
+ namespacedTagKey?: (string|null);
35352
+ }
35353
+
35354
+ /** Represents a TagFilter. */
35355
+ class TagFilter implements ITagFilter {
35356
+
35357
+ /**
35358
+ * Constructs a new TagFilter.
35359
+ * @param [properties] Properties to set
35360
+ */
35361
+ constructor(properties?: google.privacy.dlp.v2.ITagFilter);
35362
+
35363
+ /** TagFilter namespacedTagValue. */
35364
+ public namespacedTagValue?: (string|null);
35365
+
35366
+ /** TagFilter namespacedTagKey. */
35367
+ public namespacedTagKey?: (string|null);
35368
+
35369
+ /** TagFilter format. */
35370
+ public format?: ("namespacedTagValue"|"namespacedTagKey");
35371
+
35372
+ /**
35373
+ * Creates a new TagFilter instance using the specified properties.
35374
+ * @param [properties] Properties to set
35375
+ * @returns TagFilter instance
35376
+ */
35377
+ public static create(properties?: google.privacy.dlp.v2.ITagFilter): google.privacy.dlp.v2.TagFilter;
35378
+
35379
+ /**
35380
+ * Encodes the specified TagFilter message. Does not implicitly {@link google.privacy.dlp.v2.TagFilter.verify|verify} messages.
35381
+ * @param message TagFilter message or plain object to encode
35382
+ * @param [writer] Writer to encode to
35383
+ * @returns Writer
35384
+ */
35385
+ public static encode(message: google.privacy.dlp.v2.ITagFilter, writer?: $protobuf.Writer): $protobuf.Writer;
35386
+
35387
+ /**
35388
+ * Encodes the specified TagFilter message, length delimited. Does not implicitly {@link google.privacy.dlp.v2.TagFilter.verify|verify} messages.
35389
+ * @param message TagFilter message or plain object to encode
35390
+ * @param [writer] Writer to encode to
35391
+ * @returns Writer
35392
+ */
35393
+ public static encodeDelimited(message: google.privacy.dlp.v2.ITagFilter, writer?: $protobuf.Writer): $protobuf.Writer;
35394
+
35395
+ /**
35396
+ * Decodes a TagFilter message from the specified reader or buffer.
35397
+ * @param reader Reader or buffer to decode from
35398
+ * @param [length] Message length if known beforehand
35399
+ * @returns TagFilter
35400
+ * @throws {Error} If the payload is not a reader or valid buffer
35401
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
35402
+ */
35403
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.privacy.dlp.v2.TagFilter;
35404
+
35405
+ /**
35406
+ * Decodes a TagFilter message from the specified reader or buffer, length delimited.
35407
+ * @param reader Reader or buffer to decode from
35408
+ * @returns TagFilter
35409
+ * @throws {Error} If the payload is not a reader or valid buffer
35410
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
35411
+ */
35412
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.privacy.dlp.v2.TagFilter;
35413
+
35414
+ /**
35415
+ * Verifies a TagFilter message.
35416
+ * @param message Plain object to verify
35417
+ * @returns `null` if valid, otherwise the reason why it is not
35418
+ */
35419
+ public static verify(message: { [k: string]: any }): (string|null);
35420
+
35421
+ /**
35422
+ * Creates a TagFilter message from a plain object. Also converts values to their respective internal types.
35423
+ * @param object Plain object
35424
+ * @returns TagFilter
35425
+ */
35426
+ public static fromObject(object: { [k: string]: any }): google.privacy.dlp.v2.TagFilter;
35427
+
35428
+ /**
35429
+ * Creates a plain object from a TagFilter message. Also converts values to other types if specified.
35430
+ * @param message TagFilter
35431
+ * @param [options] Conversion options
35432
+ * @returns Plain object
35433
+ */
35434
+ public static toObject(message: google.privacy.dlp.v2.TagFilter, options?: $protobuf.IConversionOptions): { [k: string]: any };
35435
+
35436
+ /**
35437
+ * Converts this TagFilter to JSON.
35438
+ * @returns JSON object
35439
+ */
35440
+ public toJSON(): { [k: string]: any };
35441
+
35442
+ /**
35443
+ * Gets the default type url for TagFilter
35444
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
35445
+ * @returns The default type url
35446
+ */
35447
+ public static getTypeUrl(typeUrlPrefix?: string): string;
35448
+ }
35449
+
34174
35450
  /** Properties of a RelatedResource. */
34175
35451
  interface IRelatedResource {
34176
35452
 
@@ -38061,6 +39337,7 @@ export namespace google {
38061
39337
  SIGNAL_UNSPECIFIED = 0,
38062
39338
  MODEL = 1,
38063
39339
  TEXT_EMBEDDING = 2,
39340
+ EMBEDDING = 7,
38064
39341
  VERTEX_PLUGIN = 3,
38065
39342
  VECTOR_PLUGIN = 4,
38066
39343
  SOURCE_CODE = 5,
@@ -38420,6 +39697,9 @@ export namespace google {
38420
39697
  /** CustomInfoType storedType */
38421
39698
  storedType?: (google.privacy.dlp.v2.IStoredType|null);
38422
39699
 
39700
+ /** CustomInfoType metadataKeyValueExpression */
39701
+ metadataKeyValueExpression?: (google.privacy.dlp.v2.CustomInfoType.IMetadataKeyValueExpression|null);
39702
+
38423
39703
  /** CustomInfoType detectionRules */
38424
39704
  detectionRules?: (google.privacy.dlp.v2.CustomInfoType.IDetectionRule[]|null);
38425
39705
 
@@ -38457,6 +39737,9 @@ export namespace google {
38457
39737
  /** CustomInfoType storedType. */
38458
39738
  public storedType?: (google.privacy.dlp.v2.IStoredType|null);
38459
39739
 
39740
+ /** CustomInfoType metadataKeyValueExpression. */
39741
+ public metadataKeyValueExpression?: (google.privacy.dlp.v2.CustomInfoType.IMetadataKeyValueExpression|null);
39742
+
38460
39743
  /** CustomInfoType detectionRules. */
38461
39744
  public detectionRules: google.privacy.dlp.v2.CustomInfoType.IDetectionRule[];
38462
39745
 
@@ -38467,7 +39750,7 @@ export namespace google {
38467
39750
  public sensitivityScore?: (google.privacy.dlp.v2.ISensitivityScore|null);
38468
39751
 
38469
39752
  /** CustomInfoType type. */
38470
- public type?: ("dictionary"|"regex"|"surrogateType"|"storedType");
39753
+ public type?: ("dictionary"|"regex"|"surrogateType"|"storedType"|"metadataKeyValueExpression");
38471
39754
 
38472
39755
  /**
38473
39756
  * Creates a new CustomInfoType instance using the specified properties.
@@ -38949,6 +40232,109 @@ export namespace google {
38949
40232
  public static getTypeUrl(typeUrlPrefix?: string): string;
38950
40233
  }
38951
40234
 
40235
+ /** Properties of a MetadataKeyValueExpression. */
40236
+ interface IMetadataKeyValueExpression {
40237
+
40238
+ /** MetadataKeyValueExpression keyRegex */
40239
+ keyRegex?: (string|null);
40240
+
40241
+ /** MetadataKeyValueExpression valueRegex */
40242
+ valueRegex?: (string|null);
40243
+ }
40244
+
40245
+ /** Represents a MetadataKeyValueExpression. */
40246
+ class MetadataKeyValueExpression implements IMetadataKeyValueExpression {
40247
+
40248
+ /**
40249
+ * Constructs a new MetadataKeyValueExpression.
40250
+ * @param [properties] Properties to set
40251
+ */
40252
+ constructor(properties?: google.privacy.dlp.v2.CustomInfoType.IMetadataKeyValueExpression);
40253
+
40254
+ /** MetadataKeyValueExpression keyRegex. */
40255
+ public keyRegex: string;
40256
+
40257
+ /** MetadataKeyValueExpression valueRegex. */
40258
+ public valueRegex: string;
40259
+
40260
+ /**
40261
+ * Creates a new MetadataKeyValueExpression instance using the specified properties.
40262
+ * @param [properties] Properties to set
40263
+ * @returns MetadataKeyValueExpression instance
40264
+ */
40265
+ public static create(properties?: google.privacy.dlp.v2.CustomInfoType.IMetadataKeyValueExpression): google.privacy.dlp.v2.CustomInfoType.MetadataKeyValueExpression;
40266
+
40267
+ /**
40268
+ * Encodes the specified MetadataKeyValueExpression message. Does not implicitly {@link google.privacy.dlp.v2.CustomInfoType.MetadataKeyValueExpression.verify|verify} messages.
40269
+ * @param message MetadataKeyValueExpression message or plain object to encode
40270
+ * @param [writer] Writer to encode to
40271
+ * @returns Writer
40272
+ */
40273
+ public static encode(message: google.privacy.dlp.v2.CustomInfoType.IMetadataKeyValueExpression, writer?: $protobuf.Writer): $protobuf.Writer;
40274
+
40275
+ /**
40276
+ * Encodes the specified MetadataKeyValueExpression message, length delimited. Does not implicitly {@link google.privacy.dlp.v2.CustomInfoType.MetadataKeyValueExpression.verify|verify} messages.
40277
+ * @param message MetadataKeyValueExpression message or plain object to encode
40278
+ * @param [writer] Writer to encode to
40279
+ * @returns Writer
40280
+ */
40281
+ public static encodeDelimited(message: google.privacy.dlp.v2.CustomInfoType.IMetadataKeyValueExpression, writer?: $protobuf.Writer): $protobuf.Writer;
40282
+
40283
+ /**
40284
+ * Decodes a MetadataKeyValueExpression message from the specified reader or buffer.
40285
+ * @param reader Reader or buffer to decode from
40286
+ * @param [length] Message length if known beforehand
40287
+ * @returns MetadataKeyValueExpression
40288
+ * @throws {Error} If the payload is not a reader or valid buffer
40289
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
40290
+ */
40291
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.privacy.dlp.v2.CustomInfoType.MetadataKeyValueExpression;
40292
+
40293
+ /**
40294
+ * Decodes a MetadataKeyValueExpression message from the specified reader or buffer, length delimited.
40295
+ * @param reader Reader or buffer to decode from
40296
+ * @returns MetadataKeyValueExpression
40297
+ * @throws {Error} If the payload is not a reader or valid buffer
40298
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
40299
+ */
40300
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.privacy.dlp.v2.CustomInfoType.MetadataKeyValueExpression;
40301
+
40302
+ /**
40303
+ * Verifies a MetadataKeyValueExpression message.
40304
+ * @param message Plain object to verify
40305
+ * @returns `null` if valid, otherwise the reason why it is not
40306
+ */
40307
+ public static verify(message: { [k: string]: any }): (string|null);
40308
+
40309
+ /**
40310
+ * Creates a MetadataKeyValueExpression message from a plain object. Also converts values to their respective internal types.
40311
+ * @param object Plain object
40312
+ * @returns MetadataKeyValueExpression
40313
+ */
40314
+ public static fromObject(object: { [k: string]: any }): google.privacy.dlp.v2.CustomInfoType.MetadataKeyValueExpression;
40315
+
40316
+ /**
40317
+ * Creates a plain object from a MetadataKeyValueExpression message. Also converts values to other types if specified.
40318
+ * @param message MetadataKeyValueExpression
40319
+ * @param [options] Conversion options
40320
+ * @returns Plain object
40321
+ */
40322
+ public static toObject(message: google.privacy.dlp.v2.CustomInfoType.MetadataKeyValueExpression, options?: $protobuf.IConversionOptions): { [k: string]: any };
40323
+
40324
+ /**
40325
+ * Converts this MetadataKeyValueExpression to JSON.
40326
+ * @returns JSON object
40327
+ */
40328
+ public toJSON(): { [k: string]: any };
40329
+
40330
+ /**
40331
+ * Gets the default type url for MetadataKeyValueExpression
40332
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
40333
+ * @returns The default type url
40334
+ */
40335
+ public static getTypeUrl(typeUrlPrefix?: string): string;
40336
+ }
40337
+
38952
40338
  /** Properties of a DetectionRule. */
38953
40339
  interface IDetectionRule {
38954
40340
 
@@ -42254,9 +43640,6 @@ export namespace google {
42254
43640
 
42255
43641
  /** CommonLanguageSettings destinations */
42256
43642
  destinations?: (google.api.ClientLibraryDestination[]|null);
42257
-
42258
- /** CommonLanguageSettings selectiveGapicGeneration */
42259
- selectiveGapicGeneration?: (google.api.ISelectiveGapicGeneration|null);
42260
43643
  }
42261
43644
 
42262
43645
  /** Represents a CommonLanguageSettings. */
@@ -42274,9 +43657,6 @@ export namespace google {
42274
43657
  /** CommonLanguageSettings destinations. */
42275
43658
  public destinations: google.api.ClientLibraryDestination[];
42276
43659
 
42277
- /** CommonLanguageSettings selectiveGapicGeneration. */
42278
- public selectiveGapicGeneration?: (google.api.ISelectiveGapicGeneration|null);
42279
-
42280
43660
  /**
42281
43661
  * Creates a new CommonLanguageSettings instance using the specified properties.
42282
43662
  * @param [properties] Properties to set
@@ -42977,9 +44357,6 @@ export namespace google {
42977
44357
 
42978
44358
  /** PythonSettings common */
42979
44359
  common?: (google.api.ICommonLanguageSettings|null);
42980
-
42981
- /** PythonSettings experimentalFeatures */
42982
- experimentalFeatures?: (google.api.PythonSettings.IExperimentalFeatures|null);
42983
44360
  }
42984
44361
 
42985
44362
  /** Represents a PythonSettings. */
@@ -42994,9 +44371,6 @@ export namespace google {
42994
44371
  /** PythonSettings common. */
42995
44372
  public common?: (google.api.ICommonLanguageSettings|null);
42996
44373
 
42997
- /** PythonSettings experimentalFeatures. */
42998
- public experimentalFeatures?: (google.api.PythonSettings.IExperimentalFeatures|null);
42999
-
43000
44374
  /**
43001
44375
  * Creates a new PythonSettings instance using the specified properties.
43002
44376
  * @param [properties] Properties to set
@@ -43075,118 +44449,6 @@ export namespace google {
43075
44449
  public static getTypeUrl(typeUrlPrefix?: string): string;
43076
44450
  }
43077
44451
 
43078
- namespace PythonSettings {
43079
-
43080
- /** Properties of an ExperimentalFeatures. */
43081
- interface IExperimentalFeatures {
43082
-
43083
- /** ExperimentalFeatures restAsyncIoEnabled */
43084
- restAsyncIoEnabled?: (boolean|null);
43085
-
43086
- /** ExperimentalFeatures protobufPythonicTypesEnabled */
43087
- protobufPythonicTypesEnabled?: (boolean|null);
43088
-
43089
- /** ExperimentalFeatures unversionedPackageDisabled */
43090
- unversionedPackageDisabled?: (boolean|null);
43091
- }
43092
-
43093
- /** Represents an ExperimentalFeatures. */
43094
- class ExperimentalFeatures implements IExperimentalFeatures {
43095
-
43096
- /**
43097
- * Constructs a new ExperimentalFeatures.
43098
- * @param [properties] Properties to set
43099
- */
43100
- constructor(properties?: google.api.PythonSettings.IExperimentalFeatures);
43101
-
43102
- /** ExperimentalFeatures restAsyncIoEnabled. */
43103
- public restAsyncIoEnabled: boolean;
43104
-
43105
- /** ExperimentalFeatures protobufPythonicTypesEnabled. */
43106
- public protobufPythonicTypesEnabled: boolean;
43107
-
43108
- /** ExperimentalFeatures unversionedPackageDisabled. */
43109
- public unversionedPackageDisabled: boolean;
43110
-
43111
- /**
43112
- * Creates a new ExperimentalFeatures instance using the specified properties.
43113
- * @param [properties] Properties to set
43114
- * @returns ExperimentalFeatures instance
43115
- */
43116
- public static create(properties?: google.api.PythonSettings.IExperimentalFeatures): google.api.PythonSettings.ExperimentalFeatures;
43117
-
43118
- /**
43119
- * Encodes the specified ExperimentalFeatures message. Does not implicitly {@link google.api.PythonSettings.ExperimentalFeatures.verify|verify} messages.
43120
- * @param message ExperimentalFeatures message or plain object to encode
43121
- * @param [writer] Writer to encode to
43122
- * @returns Writer
43123
- */
43124
- public static encode(message: google.api.PythonSettings.IExperimentalFeatures, writer?: $protobuf.Writer): $protobuf.Writer;
43125
-
43126
- /**
43127
- * Encodes the specified ExperimentalFeatures message, length delimited. Does not implicitly {@link google.api.PythonSettings.ExperimentalFeatures.verify|verify} messages.
43128
- * @param message ExperimentalFeatures message or plain object to encode
43129
- * @param [writer] Writer to encode to
43130
- * @returns Writer
43131
- */
43132
- public static encodeDelimited(message: google.api.PythonSettings.IExperimentalFeatures, writer?: $protobuf.Writer): $protobuf.Writer;
43133
-
43134
- /**
43135
- * Decodes an ExperimentalFeatures message from the specified reader or buffer.
43136
- * @param reader Reader or buffer to decode from
43137
- * @param [length] Message length if known beforehand
43138
- * @returns ExperimentalFeatures
43139
- * @throws {Error} If the payload is not a reader or valid buffer
43140
- * @throws {$protobuf.util.ProtocolError} If required fields are missing
43141
- */
43142
- public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.api.PythonSettings.ExperimentalFeatures;
43143
-
43144
- /**
43145
- * Decodes an ExperimentalFeatures message from the specified reader or buffer, length delimited.
43146
- * @param reader Reader or buffer to decode from
43147
- * @returns ExperimentalFeatures
43148
- * @throws {Error} If the payload is not a reader or valid buffer
43149
- * @throws {$protobuf.util.ProtocolError} If required fields are missing
43150
- */
43151
- public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.api.PythonSettings.ExperimentalFeatures;
43152
-
43153
- /**
43154
- * Verifies an ExperimentalFeatures message.
43155
- * @param message Plain object to verify
43156
- * @returns `null` if valid, otherwise the reason why it is not
43157
- */
43158
- public static verify(message: { [k: string]: any }): (string|null);
43159
-
43160
- /**
43161
- * Creates an ExperimentalFeatures message from a plain object. Also converts values to their respective internal types.
43162
- * @param object Plain object
43163
- * @returns ExperimentalFeatures
43164
- */
43165
- public static fromObject(object: { [k: string]: any }): google.api.PythonSettings.ExperimentalFeatures;
43166
-
43167
- /**
43168
- * Creates a plain object from an ExperimentalFeatures message. Also converts values to other types if specified.
43169
- * @param message ExperimentalFeatures
43170
- * @param [options] Conversion options
43171
- * @returns Plain object
43172
- */
43173
- public static toObject(message: google.api.PythonSettings.ExperimentalFeatures, options?: $protobuf.IConversionOptions): { [k: string]: any };
43174
-
43175
- /**
43176
- * Converts this ExperimentalFeatures to JSON.
43177
- * @returns JSON object
43178
- */
43179
- public toJSON(): { [k: string]: any };
43180
-
43181
- /**
43182
- * Gets the default type url for ExperimentalFeatures
43183
- * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
43184
- * @returns The default type url
43185
- */
43186
- public static getTypeUrl(typeUrlPrefix?: string): string;
43187
- }
43188
- }
43189
-
43190
44452
  /** Properties of a NodeSettings. */
43191
44453
  interface INodeSettings {
43192
44454
 
@@ -43513,9 +44775,6 @@ export namespace google {
43513
44775
 
43514
44776
  /** GoSettings common */
43515
44777
  common?: (google.api.ICommonLanguageSettings|null);
43516
-
43517
- /** GoSettings renamedServices */
43518
- renamedServices?: ({ [k: string]: string }|null);
43519
44778
  }
43520
44779
 
43521
44780
  /** Represents a GoSettings. */
@@ -43530,9 +44789,6 @@ export namespace google {
43530
44789
  /** GoSettings common. */
43531
44790
  public common?: (google.api.ICommonLanguageSettings|null);
43532
44791
 
43533
- /** GoSettings renamedServices. */
43534
- public renamedServices: { [k: string]: string };
43535
-
43536
44792
  /**
43537
44793
  * Creates a new GoSettings instance using the specified properties.
43538
44794
  * @param [properties] Properties to set
@@ -43857,109 +45113,6 @@ export namespace google {
43857
45113
  PACKAGE_MANAGER = 20
43858
45114
  }
43859
45115
 
43860
- /** Properties of a SelectiveGapicGeneration. */
43861
- interface ISelectiveGapicGeneration {
43862
-
43863
- /** SelectiveGapicGeneration methods */
43864
- methods?: (string[]|null);
43865
-
43866
- /** SelectiveGapicGeneration generateOmittedAsInternal */
43867
- generateOmittedAsInternal?: (boolean|null);
43868
- }
43869
-
43870
- /** Represents a SelectiveGapicGeneration. */
43871
- class SelectiveGapicGeneration implements ISelectiveGapicGeneration {
43872
-
43873
- /**
43874
- * Constructs a new SelectiveGapicGeneration.
43875
- * @param [properties] Properties to set
43876
- */
43877
- constructor(properties?: google.api.ISelectiveGapicGeneration);
43878
-
43879
- /** SelectiveGapicGeneration methods. */
43880
- public methods: string[];
43881
-
43882
- /** SelectiveGapicGeneration generateOmittedAsInternal. */
43883
- public generateOmittedAsInternal: boolean;
43884
-
43885
- /**
43886
- * Creates a new SelectiveGapicGeneration instance using the specified properties.
43887
- * @param [properties] Properties to set
43888
- * @returns SelectiveGapicGeneration instance
43889
- */
43890
- public static create(properties?: google.api.ISelectiveGapicGeneration): google.api.SelectiveGapicGeneration;
43891
-
43892
- /**
43893
- * Encodes the specified SelectiveGapicGeneration message. Does not implicitly {@link google.api.SelectiveGapicGeneration.verify|verify} messages.
43894
- * @param message SelectiveGapicGeneration message or plain object to encode
43895
- * @param [writer] Writer to encode to
43896
- * @returns Writer
43897
- */
43898
- public static encode(message: google.api.ISelectiveGapicGeneration, writer?: $protobuf.Writer): $protobuf.Writer;
43899
-
43900
- /**
43901
- * Encodes the specified SelectiveGapicGeneration message, length delimited. Does not implicitly {@link google.api.SelectiveGapicGeneration.verify|verify} messages.
43902
- * @param message SelectiveGapicGeneration message or plain object to encode
43903
- * @param [writer] Writer to encode to
43904
- * @returns Writer
43905
- */
43906
- public static encodeDelimited(message: google.api.ISelectiveGapicGeneration, writer?: $protobuf.Writer): $protobuf.Writer;
43907
-
43908
- /**
43909
- * Decodes a SelectiveGapicGeneration message from the specified reader or buffer.
43910
- * @param reader Reader or buffer to decode from
43911
- * @param [length] Message length if known beforehand
43912
- * @returns SelectiveGapicGeneration
43913
- * @throws {Error} If the payload is not a reader or valid buffer
43914
- * @throws {$protobuf.util.ProtocolError} If required fields are missing
43915
- */
43916
- public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.api.SelectiveGapicGeneration;
43917
-
43918
- /**
43919
- * Decodes a SelectiveGapicGeneration message from the specified reader or buffer, length delimited.
43920
- * @param reader Reader or buffer to decode from
43921
- * @returns SelectiveGapicGeneration
43922
- * @throws {Error} If the payload is not a reader or valid buffer
43923
- * @throws {$protobuf.util.ProtocolError} If required fields are missing
43924
- */
43925
- public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.api.SelectiveGapicGeneration;
43926
-
43927
- /**
43928
- * Verifies a SelectiveGapicGeneration message.
43929
- * @param message Plain object to verify
43930
- * @returns `null` if valid, otherwise the reason why it is not
43931
- */
43932
- public static verify(message: { [k: string]: any }): (string|null);
43933
-
43934
- /**
43935
- * Creates a SelectiveGapicGeneration message from a plain object. Also converts values to their respective internal types.
43936
- * @param object Plain object
43937
- * @returns SelectiveGapicGeneration
43938
- */
43939
- public static fromObject(object: { [k: string]: any }): google.api.SelectiveGapicGeneration;
43940
-
43941
- /**
43942
- * Creates a plain object from a SelectiveGapicGeneration message. Also converts values to other types if specified.
43943
- * @param message SelectiveGapicGeneration
43944
- * @param [options] Conversion options
43945
- * @returns Plain object
43946
- */
43947
- public static toObject(message: google.api.SelectiveGapicGeneration, options?: $protobuf.IConversionOptions): { [k: string]: any };
43948
-
43949
- /**
43950
- * Converts this SelectiveGapicGeneration to JSON.
43951
- * @returns JSON object
43952
- */
43953
- public toJSON(): { [k: string]: any };
43954
-
43955
- /**
43956
- * Gets the default type url for SelectiveGapicGeneration
43957
- * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
43958
- * @returns The default type url
43959
- */
43960
- public static getTypeUrl(typeUrlPrefix?: string): string;
43961
- }
43962
-
43963
45116
  /** LaunchStage enum. */
43964
45117
  enum LaunchStage {
43965
45118
  LAUNCH_STAGE_UNSPECIFIED = 0,
@@ -44341,7 +45494,6 @@ export namespace google {
44341
45494
  /** Edition enum. */
44342
45495
  enum Edition {
44343
45496
  EDITION_UNKNOWN = 0,
44344
- EDITION_LEGACY = 900,
44345
45497
  EDITION_PROTO2 = 998,
44346
45498
  EDITION_PROTO3 = 999,
44347
45499
  EDITION_2023 = 1000,
@@ -44372,9 +45524,6 @@ export namespace google {
44372
45524
  /** FileDescriptorProto weakDependency */
44373
45525
  weakDependency?: (number[]|null);
44374
45526
 
44375
- /** FileDescriptorProto optionDependency */
44376
- optionDependency?: (string[]|null);
44377
-
44378
45527
  /** FileDescriptorProto messageType */
44379
45528
  messageType?: (google.protobuf.IDescriptorProto[]|null);
44380
45529
 
@@ -44424,9 +45573,6 @@ export namespace google {
44424
45573
  /** FileDescriptorProto weakDependency. */
44425
45574
  public weakDependency: number[];
44426
45575
 
44427
- /** FileDescriptorProto optionDependency. */
44428
- public optionDependency: string[];
44429
-
44430
45576
  /** FileDescriptorProto messageType. */
44431
45577
  public messageType: google.protobuf.IDescriptorProto[];
44432
45578
 
@@ -44561,9 +45707,6 @@ export namespace google {
44561
45707
 
44562
45708
  /** DescriptorProto reservedName */
44563
45709
  reservedName?: (string[]|null);
44564
-
44565
- /** DescriptorProto visibility */
44566
- visibility?: (google.protobuf.SymbolVisibility|keyof typeof google.protobuf.SymbolVisibility|null);
44567
45710
  }
44568
45711
 
44569
45712
  /** Represents a DescriptorProto. */
@@ -44605,9 +45748,6 @@ export namespace google {
44605
45748
  /** DescriptorProto reservedName. */
44606
45749
  public reservedName: string[];
44607
45750
 
44608
- /** DescriptorProto visibility. */
44609
- public visibility: (google.protobuf.SymbolVisibility|keyof typeof google.protobuf.SymbolVisibility);
44610
-
44611
45751
  /**
44612
45752
  * Creates a new DescriptorProto instance using the specified properties.
44613
45753
  * @param [properties] Properties to set
@@ -45455,9 +46595,6 @@ export namespace google {
45455
46595
 
45456
46596
  /** EnumDescriptorProto reservedName */
45457
46597
  reservedName?: (string[]|null);
45458
-
45459
- /** EnumDescriptorProto visibility */
45460
- visibility?: (google.protobuf.SymbolVisibility|keyof typeof google.protobuf.SymbolVisibility|null);
45461
46598
  }
45462
46599
 
45463
46600
  /** Represents an EnumDescriptorProto. */
@@ -45484,9 +46621,6 @@ export namespace google {
45484
46621
  /** EnumDescriptorProto reservedName. */
45485
46622
  public reservedName: string[];
45486
46623
 
45487
- /** EnumDescriptorProto visibility. */
45488
- public visibility: (google.protobuf.SymbolVisibility|keyof typeof google.protobuf.SymbolVisibility);
45489
-
45490
46624
  /**
45491
46625
  * Creates a new EnumDescriptorProto instance using the specified properties.
45492
46626
  * @param [properties] Properties to set
@@ -46421,9 +47555,6 @@ export namespace google {
46421
47555
  /** FieldOptions features */
46422
47556
  features?: (google.protobuf.IFeatureSet|null);
46423
47557
 
46424
- /** FieldOptions featureSupport */
46425
- featureSupport?: (google.protobuf.FieldOptions.IFeatureSupport|null);
46426
-
46427
47558
  /** FieldOptions uninterpretedOption */
46428
47559
  uninterpretedOption?: (google.protobuf.IUninterpretedOption[]|null);
46429
47560
 
@@ -46479,9 +47610,6 @@ export namespace google {
46479
47610
  /** FieldOptions features. */
46480
47611
  public features?: (google.protobuf.IFeatureSet|null);
46481
47612
 
46482
- /** FieldOptions featureSupport. */
46483
- public featureSupport?: (google.protobuf.FieldOptions.IFeatureSupport|null);
46484
-
46485
47613
  /** FieldOptions uninterpretedOption. */
46486
47614
  public uninterpretedOption: google.protobuf.IUninterpretedOption[];
46487
47615
 
@@ -46702,121 +47830,6 @@ export namespace google {
46702
47830
  */
46703
47831
  public static getTypeUrl(typeUrlPrefix?: string): string;
46704
47832
  }
46705
-
46706
- /** Properties of a FeatureSupport. */
46707
- interface IFeatureSupport {
46708
-
46709
- /** FeatureSupport editionIntroduced */
46710
- editionIntroduced?: (google.protobuf.Edition|keyof typeof google.protobuf.Edition|null);
46711
-
46712
- /** FeatureSupport editionDeprecated */
46713
- editionDeprecated?: (google.protobuf.Edition|keyof typeof google.protobuf.Edition|null);
46714
-
46715
- /** FeatureSupport deprecationWarning */
46716
- deprecationWarning?: (string|null);
46717
-
46718
- /** FeatureSupport editionRemoved */
46719
- editionRemoved?: (google.protobuf.Edition|keyof typeof google.protobuf.Edition|null);
46720
- }
46721
-
46722
- /** Represents a FeatureSupport. */
46723
- class FeatureSupport implements IFeatureSupport {
46724
-
46725
- /**
46726
- * Constructs a new FeatureSupport.
46727
- * @param [properties] Properties to set
46728
- */
46729
- constructor(properties?: google.protobuf.FieldOptions.IFeatureSupport);
46730
-
46731
- /** FeatureSupport editionIntroduced. */
46732
- public editionIntroduced: (google.protobuf.Edition|keyof typeof google.protobuf.Edition);
46733
-
46734
- /** FeatureSupport editionDeprecated. */
46735
- public editionDeprecated: (google.protobuf.Edition|keyof typeof google.protobuf.Edition);
46736
-
46737
- /** FeatureSupport deprecationWarning. */
46738
- public deprecationWarning: string;
46739
-
46740
- /** FeatureSupport editionRemoved. */
46741
- public editionRemoved: (google.protobuf.Edition|keyof typeof google.protobuf.Edition);
46742
-
46743
- /**
46744
- * Creates a new FeatureSupport instance using the specified properties.
46745
- * @param [properties] Properties to set
46746
- * @returns FeatureSupport instance
46747
- */
46748
- public static create(properties?: google.protobuf.FieldOptions.IFeatureSupport): google.protobuf.FieldOptions.FeatureSupport;
46749
-
46750
- /**
46751
- * Encodes the specified FeatureSupport message. Does not implicitly {@link google.protobuf.FieldOptions.FeatureSupport.verify|verify} messages.
46752
- * @param message FeatureSupport message or plain object to encode
46753
- * @param [writer] Writer to encode to
46754
- * @returns Writer
46755
- */
46756
- public static encode(message: google.protobuf.FieldOptions.IFeatureSupport, writer?: $protobuf.Writer): $protobuf.Writer;
46757
-
46758
- /**
46759
- * Encodes the specified FeatureSupport message, length delimited. Does not implicitly {@link google.protobuf.FieldOptions.FeatureSupport.verify|verify} messages.
46760
- * @param message FeatureSupport message or plain object to encode
46761
- * @param [writer] Writer to encode to
46762
- * @returns Writer
46763
- */
46764
- public static encodeDelimited(message: google.protobuf.FieldOptions.IFeatureSupport, writer?: $protobuf.Writer): $protobuf.Writer;
46765
-
46766
- /**
46767
- * Decodes a FeatureSupport message from the specified reader or buffer.
46768
- * @param reader Reader or buffer to decode from
46769
- * @param [length] Message length if known beforehand
46770
- * @returns FeatureSupport
46771
- * @throws {Error} If the payload is not a reader or valid buffer
46772
- * @throws {$protobuf.util.ProtocolError} If required fields are missing
46773
- */
46774
- public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.FieldOptions.FeatureSupport;
46775
-
46776
- /**
46777
- * Decodes a FeatureSupport message from the specified reader or buffer, length delimited.
46778
- * @param reader Reader or buffer to decode from
46779
- * @returns FeatureSupport
46780
- * @throws {Error} If the payload is not a reader or valid buffer
46781
- * @throws {$protobuf.util.ProtocolError} If required fields are missing
46782
- */
46783
- public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.FieldOptions.FeatureSupport;
46784
-
46785
- /**
46786
- * Verifies a FeatureSupport message.
46787
- * @param message Plain object to verify
46788
- * @returns `null` if valid, otherwise the reason why it is not
46789
- */
46790
- public static verify(message: { [k: string]: any }): (string|null);
46791
-
46792
- /**
46793
- * Creates a FeatureSupport message from a plain object. Also converts values to their respective internal types.
46794
- * @param object Plain object
46795
- * @returns FeatureSupport
46796
- */
46797
- public static fromObject(object: { [k: string]: any }): google.protobuf.FieldOptions.FeatureSupport;
46798
-
46799
- /**
46800
- * Creates a plain object from a FeatureSupport message. Also converts values to other types if specified.
46801
- * @param message FeatureSupport
46802
- * @param [options] Conversion options
46803
- * @returns Plain object
46804
- */
46805
- public static toObject(message: google.protobuf.FieldOptions.FeatureSupport, options?: $protobuf.IConversionOptions): { [k: string]: any };
46806
-
46807
- /**
46808
- * Converts this FeatureSupport to JSON.
46809
- * @returns JSON object
46810
- */
46811
- public toJSON(): { [k: string]: any };
46812
-
46813
- /**
46814
- * Gets the default type url for FeatureSupport
46815
- * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
46816
- * @returns The default type url
46817
- */
46818
- public static getTypeUrl(typeUrlPrefix?: string): string;
46819
- }
46820
47833
  }
46821
47834
 
46822
47835
  /** Properties of an OneofOptions. */
@@ -47055,9 +48068,6 @@ export namespace google {
47055
48068
  /** EnumValueOptions debugRedact */
47056
48069
  debugRedact?: (boolean|null);
47057
48070
 
47058
- /** EnumValueOptions featureSupport */
47059
- featureSupport?: (google.protobuf.FieldOptions.IFeatureSupport|null);
47060
-
47061
48071
  /** EnumValueOptions uninterpretedOption */
47062
48072
  uninterpretedOption?: (google.protobuf.IUninterpretedOption[]|null);
47063
48073
  }
@@ -47080,9 +48090,6 @@ export namespace google {
47080
48090
  /** EnumValueOptions debugRedact. */
47081
48091
  public debugRedact: boolean;
47082
48092
 
47083
- /** EnumValueOptions featureSupport. */
47084
- public featureSupport?: (google.protobuf.FieldOptions.IFeatureSupport|null);
47085
-
47086
48093
  /** EnumValueOptions uninterpretedOption. */
47087
48094
  public uninterpretedOption: google.protobuf.IUninterpretedOption[];
47088
48095
 
@@ -47672,12 +48679,6 @@ export namespace google {
47672
48679
 
47673
48680
  /** FeatureSet jsonFormat */
47674
48681
  jsonFormat?: (google.protobuf.FeatureSet.JsonFormat|keyof typeof google.protobuf.FeatureSet.JsonFormat|null);
47675
-
47676
- /** FeatureSet enforceNamingStyle */
47677
- enforceNamingStyle?: (google.protobuf.FeatureSet.EnforceNamingStyle|keyof typeof google.protobuf.FeatureSet.EnforceNamingStyle|null);
47678
-
47679
- /** FeatureSet defaultSymbolVisibility */
47680
- defaultSymbolVisibility?: (google.protobuf.FeatureSet.VisibilityFeature.DefaultSymbolVisibility|keyof typeof google.protobuf.FeatureSet.VisibilityFeature.DefaultSymbolVisibility|null);
47681
48682
  }
47682
48683
 
47683
48684
  /** Represents a FeatureSet. */
@@ -47707,12 +48708,6 @@ export namespace google {
47707
48708
  /** FeatureSet jsonFormat. */
47708
48709
  public jsonFormat: (google.protobuf.FeatureSet.JsonFormat|keyof typeof google.protobuf.FeatureSet.JsonFormat);
47709
48710
 
47710
- /** FeatureSet enforceNamingStyle. */
47711
- public enforceNamingStyle: (google.protobuf.FeatureSet.EnforceNamingStyle|keyof typeof google.protobuf.FeatureSet.EnforceNamingStyle);
47712
-
47713
- /** FeatureSet defaultSymbolVisibility. */
47714
- public defaultSymbolVisibility: (google.protobuf.FeatureSet.VisibilityFeature.DefaultSymbolVisibility|keyof typeof google.protobuf.FeatureSet.VisibilityFeature.DefaultSymbolVisibility);
47715
-
47716
48711
  /**
47717
48712
  * Creates a new FeatureSet instance using the specified properties.
47718
48713
  * @param [properties] Properties to set
@@ -47835,116 +48830,6 @@ export namespace google {
47835
48830
  ALLOW = 1,
47836
48831
  LEGACY_BEST_EFFORT = 2
47837
48832
  }
47838
-
47839
- /** EnforceNamingStyle enum. */
47840
- enum EnforceNamingStyle {
47841
- ENFORCE_NAMING_STYLE_UNKNOWN = 0,
47842
- STYLE2024 = 1,
47843
- STYLE_LEGACY = 2
47844
- }
47845
-
47846
- /** Properties of a VisibilityFeature. */
47847
- interface IVisibilityFeature {
47848
- }
47849
-
47850
- /** Represents a VisibilityFeature. */
47851
- class VisibilityFeature implements IVisibilityFeature {
47852
-
47853
- /**
47854
- * Constructs a new VisibilityFeature.
47855
- * @param [properties] Properties to set
47856
- */
47857
- constructor(properties?: google.protobuf.FeatureSet.IVisibilityFeature);
47858
-
47859
- /**
47860
- * Creates a new VisibilityFeature instance using the specified properties.
47861
- * @param [properties] Properties to set
47862
- * @returns VisibilityFeature instance
47863
- */
47864
- public static create(properties?: google.protobuf.FeatureSet.IVisibilityFeature): google.protobuf.FeatureSet.VisibilityFeature;
47865
-
47866
- /**
47867
- * Encodes the specified VisibilityFeature message. Does not implicitly {@link google.protobuf.FeatureSet.VisibilityFeature.verify|verify} messages.
47868
- * @param message VisibilityFeature message or plain object to encode
47869
- * @param [writer] Writer to encode to
47870
- * @returns Writer
47871
- */
47872
- public static encode(message: google.protobuf.FeatureSet.IVisibilityFeature, writer?: $protobuf.Writer): $protobuf.Writer;
47873
-
47874
- /**
47875
- * Encodes the specified VisibilityFeature message, length delimited. Does not implicitly {@link google.protobuf.FeatureSet.VisibilityFeature.verify|verify} messages.
47876
- * @param message VisibilityFeature message or plain object to encode
47877
- * @param [writer] Writer to encode to
47878
- * @returns Writer
47879
- */
47880
- public static encodeDelimited(message: google.protobuf.FeatureSet.IVisibilityFeature, writer?: $protobuf.Writer): $protobuf.Writer;
47881
-
47882
- /**
47883
- * Decodes a VisibilityFeature message from the specified reader or buffer.
47884
- * @param reader Reader or buffer to decode from
47885
- * @param [length] Message length if known beforehand
47886
- * @returns VisibilityFeature
47887
- * @throws {Error} If the payload is not a reader or valid buffer
47888
- * @throws {$protobuf.util.ProtocolError} If required fields are missing
47889
- */
47890
- public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.FeatureSet.VisibilityFeature;
47891
-
47892
- /**
47893
- * Decodes a VisibilityFeature message from the specified reader or buffer, length delimited.
47894
- * @param reader Reader or buffer to decode from
47895
- * @returns VisibilityFeature
47896
- * @throws {Error} If the payload is not a reader or valid buffer
47897
- * @throws {$protobuf.util.ProtocolError} If required fields are missing
47898
- */
47899
- public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.FeatureSet.VisibilityFeature;
47900
-
47901
- /**
47902
- * Verifies a VisibilityFeature message.
47903
- * @param message Plain object to verify
47904
- * @returns `null` if valid, otherwise the reason why it is not
47905
- */
47906
- public static verify(message: { [k: string]: any }): (string|null);
47907
-
47908
- /**
47909
- * Creates a VisibilityFeature message from a plain object. Also converts values to their respective internal types.
47910
- * @param object Plain object
47911
- * @returns VisibilityFeature
47912
- */
47913
- public static fromObject(object: { [k: string]: any }): google.protobuf.FeatureSet.VisibilityFeature;
47914
-
47915
- /**
47916
- * Creates a plain object from a VisibilityFeature message. Also converts values to other types if specified.
47917
- * @param message VisibilityFeature
47918
- * @param [options] Conversion options
47919
- * @returns Plain object
47920
- */
47921
- public static toObject(message: google.protobuf.FeatureSet.VisibilityFeature, options?: $protobuf.IConversionOptions): { [k: string]: any };
47922
-
47923
- /**
47924
- * Converts this VisibilityFeature to JSON.
47925
- * @returns JSON object
47926
- */
47927
- public toJSON(): { [k: string]: any };
47928
-
47929
- /**
47930
- * Gets the default type url for VisibilityFeature
47931
- * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
47932
- * @returns The default type url
47933
- */
47934
- public static getTypeUrl(typeUrlPrefix?: string): string;
47935
- }
47936
-
47937
- namespace VisibilityFeature {
47938
-
47939
- /** DefaultSymbolVisibility enum. */
47940
- enum DefaultSymbolVisibility {
47941
- DEFAULT_SYMBOL_VISIBILITY_UNKNOWN = 0,
47942
- EXPORT_ALL = 1,
47943
- EXPORT_TOP_LEVEL = 2,
47944
- LOCAL_ALL = 3,
47945
- STRICT = 4
47946
- }
47947
- }
47948
48833
  }
47949
48834
 
47950
48835
  /** Properties of a FeatureSetDefaults. */
@@ -48064,11 +48949,8 @@ export namespace google {
48064
48949
  /** FeatureSetEditionDefault edition */
48065
48950
  edition?: (google.protobuf.Edition|keyof typeof google.protobuf.Edition|null);
48066
48951
 
48067
- /** FeatureSetEditionDefault overridableFeatures */
48068
- overridableFeatures?: (google.protobuf.IFeatureSet|null);
48069
-
48070
- /** FeatureSetEditionDefault fixedFeatures */
48071
- fixedFeatures?: (google.protobuf.IFeatureSet|null);
48952
+ /** FeatureSetEditionDefault features */
48953
+ features?: (google.protobuf.IFeatureSet|null);
48072
48954
  }
48073
48955
 
48074
48956
  /** Represents a FeatureSetEditionDefault. */
@@ -48083,11 +48965,8 @@ export namespace google {
48083
48965
  /** FeatureSetEditionDefault edition. */
48084
48966
  public edition: (google.protobuf.Edition|keyof typeof google.protobuf.Edition);
48085
48967
 
48086
- /** FeatureSetEditionDefault overridableFeatures. */
48087
- public overridableFeatures?: (google.protobuf.IFeatureSet|null);
48088
-
48089
- /** FeatureSetEditionDefault fixedFeatures. */
48090
- public fixedFeatures?: (google.protobuf.IFeatureSet|null);
48968
+ /** FeatureSetEditionDefault features. */
48969
+ public features?: (google.protobuf.IFeatureSet|null);
48091
48970
 
48092
48971
  /**
48093
48972
  * Creates a new FeatureSetEditionDefault instance using the specified properties.
@@ -48620,13 +49499,6 @@ export namespace google {
48620
49499
  }
48621
49500
  }
48622
49501
 
48623
- /** SymbolVisibility enum. */
48624
- enum SymbolVisibility {
48625
- VISIBILITY_UNSET = 0,
48626
- VISIBILITY_LOCAL = 1,
48627
- VISIBILITY_EXPORT = 2
48628
- }
48629
-
48630
49502
  /** Properties of a Duration. */
48631
49503
  interface IDuration {
48632
49504