@maxim_mazurok/gapi.client.containeranalysis-v1beta1 0.0.20240719 → 0.0.20240802
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.
- package/index.d.ts +415 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://containeranalysis.googleapis.com/$discovery/rest?version=v1beta1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240802
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1642,6 +1642,153 @@ declare namespace gapi.client {
|
|
|
1642
1642
|
}): Request<ListNoteOccurrencesResponse>;
|
|
1643
1643
|
}
|
|
1644
1644
|
interface NotesResource {
|
|
1645
|
+
/** Creates new notes in batch. */
|
|
1646
|
+
batchCreate(request: {
|
|
1647
|
+
/** V1 error format. */
|
|
1648
|
+
'$.xgafv'?: string;
|
|
1649
|
+
/** OAuth access token. */
|
|
1650
|
+
access_token?: string;
|
|
1651
|
+
/** Data format for response. */
|
|
1652
|
+
alt?: string;
|
|
1653
|
+
/** JSONP */
|
|
1654
|
+
callback?: string;
|
|
1655
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1656
|
+
fields?: string;
|
|
1657
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1658
|
+
key?: string;
|
|
1659
|
+
/** OAuth 2.0 token for the current user. */
|
|
1660
|
+
oauth_token?: string;
|
|
1661
|
+
/** Required. The name of the project in the form of `projects/[PROJECT_ID]`, under which the notes are to be created. */
|
|
1662
|
+
parent: string;
|
|
1663
|
+
/** Returns response with indentations and line breaks. */
|
|
1664
|
+
prettyPrint?: boolean;
|
|
1665
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1666
|
+
quotaUser?: string;
|
|
1667
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1668
|
+
upload_protocol?: string;
|
|
1669
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1670
|
+
uploadType?: string;
|
|
1671
|
+
/** Request body */
|
|
1672
|
+
resource: BatchCreateNotesRequest;
|
|
1673
|
+
}): Request<BatchCreateNotesResponse>;
|
|
1674
|
+
batchCreate(
|
|
1675
|
+
request: {
|
|
1676
|
+
/** V1 error format. */
|
|
1677
|
+
'$.xgafv'?: string;
|
|
1678
|
+
/** OAuth access token. */
|
|
1679
|
+
access_token?: string;
|
|
1680
|
+
/** Data format for response. */
|
|
1681
|
+
alt?: string;
|
|
1682
|
+
/** JSONP */
|
|
1683
|
+
callback?: string;
|
|
1684
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1685
|
+
fields?: string;
|
|
1686
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1687
|
+
key?: string;
|
|
1688
|
+
/** OAuth 2.0 token for the current user. */
|
|
1689
|
+
oauth_token?: string;
|
|
1690
|
+
/** Required. The name of the project in the form of `projects/[PROJECT_ID]`, under which the notes are to be created. */
|
|
1691
|
+
parent: string;
|
|
1692
|
+
/** Returns response with indentations and line breaks. */
|
|
1693
|
+
prettyPrint?: boolean;
|
|
1694
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1695
|
+
quotaUser?: string;
|
|
1696
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1697
|
+
upload_protocol?: string;
|
|
1698
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1699
|
+
uploadType?: string;
|
|
1700
|
+
},
|
|
1701
|
+
body: BatchCreateNotesRequest
|
|
1702
|
+
): Request<BatchCreateNotesResponse>;
|
|
1703
|
+
/** Creates a new note. */
|
|
1704
|
+
create(request: {
|
|
1705
|
+
/** V1 error format. */
|
|
1706
|
+
'$.xgafv'?: string;
|
|
1707
|
+
/** OAuth access token. */
|
|
1708
|
+
access_token?: string;
|
|
1709
|
+
/** Data format for response. */
|
|
1710
|
+
alt?: string;
|
|
1711
|
+
/** JSONP */
|
|
1712
|
+
callback?: string;
|
|
1713
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1714
|
+
fields?: string;
|
|
1715
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1716
|
+
key?: string;
|
|
1717
|
+
/** Required. The ID to use for this note. */
|
|
1718
|
+
noteId?: string;
|
|
1719
|
+
/** OAuth 2.0 token for the current user. */
|
|
1720
|
+
oauth_token?: string;
|
|
1721
|
+
/** Required. The name of the project in the form of `projects/[PROJECT_ID]`, under which the note is to be created. */
|
|
1722
|
+
parent: string;
|
|
1723
|
+
/** Returns response with indentations and line breaks. */
|
|
1724
|
+
prettyPrint?: boolean;
|
|
1725
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1726
|
+
quotaUser?: string;
|
|
1727
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1728
|
+
upload_protocol?: string;
|
|
1729
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1730
|
+
uploadType?: string;
|
|
1731
|
+
/** Request body */
|
|
1732
|
+
resource: Note;
|
|
1733
|
+
}): Request<Note>;
|
|
1734
|
+
create(
|
|
1735
|
+
request: {
|
|
1736
|
+
/** V1 error format. */
|
|
1737
|
+
'$.xgafv'?: string;
|
|
1738
|
+
/** OAuth access token. */
|
|
1739
|
+
access_token?: string;
|
|
1740
|
+
/** Data format for response. */
|
|
1741
|
+
alt?: string;
|
|
1742
|
+
/** JSONP */
|
|
1743
|
+
callback?: string;
|
|
1744
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1745
|
+
fields?: string;
|
|
1746
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1747
|
+
key?: string;
|
|
1748
|
+
/** Required. The ID to use for this note. */
|
|
1749
|
+
noteId?: string;
|
|
1750
|
+
/** OAuth 2.0 token for the current user. */
|
|
1751
|
+
oauth_token?: string;
|
|
1752
|
+
/** Required. The name of the project in the form of `projects/[PROJECT_ID]`, under which the note is to be created. */
|
|
1753
|
+
parent: string;
|
|
1754
|
+
/** Returns response with indentations and line breaks. */
|
|
1755
|
+
prettyPrint?: boolean;
|
|
1756
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1757
|
+
quotaUser?: string;
|
|
1758
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1759
|
+
upload_protocol?: string;
|
|
1760
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1761
|
+
uploadType?: string;
|
|
1762
|
+
},
|
|
1763
|
+
body: Note
|
|
1764
|
+
): Request<Note>;
|
|
1765
|
+
/** Deletes the specified note. */
|
|
1766
|
+
delete(request?: {
|
|
1767
|
+
/** V1 error format. */
|
|
1768
|
+
'$.xgafv'?: string;
|
|
1769
|
+
/** OAuth access token. */
|
|
1770
|
+
access_token?: string;
|
|
1771
|
+
/** Data format for response. */
|
|
1772
|
+
alt?: string;
|
|
1773
|
+
/** JSONP */
|
|
1774
|
+
callback?: string;
|
|
1775
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1776
|
+
fields?: string;
|
|
1777
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1778
|
+
key?: string;
|
|
1779
|
+
/** Required. The name of the note in the form of `projects/[PROVIDER_ID]/notes/[NOTE_ID]`. */
|
|
1780
|
+
name: string;
|
|
1781
|
+
/** OAuth 2.0 token for the current user. */
|
|
1782
|
+
oauth_token?: string;
|
|
1783
|
+
/** Returns response with indentations and line breaks. */
|
|
1784
|
+
prettyPrint?: boolean;
|
|
1785
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1786
|
+
quotaUser?: string;
|
|
1787
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1788
|
+
upload_protocol?: string;
|
|
1789
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1790
|
+
uploadType?: string;
|
|
1791
|
+
}): Request<{}>;
|
|
1645
1792
|
/** Gets the specified note. */
|
|
1646
1793
|
get(request?: {
|
|
1647
1794
|
/** V1 error format. */
|
|
@@ -1702,9 +1849,214 @@ declare namespace gapi.client {
|
|
|
1702
1849
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1703
1850
|
uploadType?: string;
|
|
1704
1851
|
}): Request<ListNotesResponse>;
|
|
1852
|
+
/** Updates the specified note. */
|
|
1853
|
+
patch(request: {
|
|
1854
|
+
/** V1 error format. */
|
|
1855
|
+
'$.xgafv'?: string;
|
|
1856
|
+
/** OAuth access token. */
|
|
1857
|
+
access_token?: string;
|
|
1858
|
+
/** Data format for response. */
|
|
1859
|
+
alt?: string;
|
|
1860
|
+
/** JSONP */
|
|
1861
|
+
callback?: string;
|
|
1862
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1863
|
+
fields?: string;
|
|
1864
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1865
|
+
key?: string;
|
|
1866
|
+
/** Required. The name of the note in the form of `projects/[PROVIDER_ID]/notes/[NOTE_ID]`. */
|
|
1867
|
+
name: string;
|
|
1868
|
+
/** OAuth 2.0 token for the current user. */
|
|
1869
|
+
oauth_token?: string;
|
|
1870
|
+
/** Returns response with indentations and line breaks. */
|
|
1871
|
+
prettyPrint?: boolean;
|
|
1872
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1873
|
+
quotaUser?: string;
|
|
1874
|
+
/** The fields to update. */
|
|
1875
|
+
updateMask?: string;
|
|
1876
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1877
|
+
upload_protocol?: string;
|
|
1878
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1879
|
+
uploadType?: string;
|
|
1880
|
+
/** Request body */
|
|
1881
|
+
resource: Note;
|
|
1882
|
+
}): Request<Note>;
|
|
1883
|
+
patch(
|
|
1884
|
+
request: {
|
|
1885
|
+
/** V1 error format. */
|
|
1886
|
+
'$.xgafv'?: string;
|
|
1887
|
+
/** OAuth access token. */
|
|
1888
|
+
access_token?: string;
|
|
1889
|
+
/** Data format for response. */
|
|
1890
|
+
alt?: string;
|
|
1891
|
+
/** JSONP */
|
|
1892
|
+
callback?: string;
|
|
1893
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1894
|
+
fields?: string;
|
|
1895
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1896
|
+
key?: string;
|
|
1897
|
+
/** Required. The name of the note in the form of `projects/[PROVIDER_ID]/notes/[NOTE_ID]`. */
|
|
1898
|
+
name: string;
|
|
1899
|
+
/** OAuth 2.0 token for the current user. */
|
|
1900
|
+
oauth_token?: string;
|
|
1901
|
+
/** Returns response with indentations and line breaks. */
|
|
1902
|
+
prettyPrint?: boolean;
|
|
1903
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1904
|
+
quotaUser?: string;
|
|
1905
|
+
/** The fields to update. */
|
|
1906
|
+
updateMask?: string;
|
|
1907
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1908
|
+
upload_protocol?: string;
|
|
1909
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1910
|
+
uploadType?: string;
|
|
1911
|
+
},
|
|
1912
|
+
body: Note
|
|
1913
|
+
): Request<Note>;
|
|
1705
1914
|
occurrences: OccurrencesResource;
|
|
1706
1915
|
}
|
|
1707
1916
|
interface OccurrencesResource {
|
|
1917
|
+
/** Creates new occurrences in batch. */
|
|
1918
|
+
batchCreate(request: {
|
|
1919
|
+
/** V1 error format. */
|
|
1920
|
+
'$.xgafv'?: string;
|
|
1921
|
+
/** OAuth access token. */
|
|
1922
|
+
access_token?: string;
|
|
1923
|
+
/** Data format for response. */
|
|
1924
|
+
alt?: string;
|
|
1925
|
+
/** JSONP */
|
|
1926
|
+
callback?: string;
|
|
1927
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1928
|
+
fields?: string;
|
|
1929
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1930
|
+
key?: string;
|
|
1931
|
+
/** OAuth 2.0 token for the current user. */
|
|
1932
|
+
oauth_token?: string;
|
|
1933
|
+
/** Required. The name of the project in the form of `projects/[PROJECT_ID]`, under which the occurrences are to be created. */
|
|
1934
|
+
parent: string;
|
|
1935
|
+
/** Returns response with indentations and line breaks. */
|
|
1936
|
+
prettyPrint?: boolean;
|
|
1937
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1938
|
+
quotaUser?: string;
|
|
1939
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1940
|
+
upload_protocol?: string;
|
|
1941
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1942
|
+
uploadType?: string;
|
|
1943
|
+
/** Request body */
|
|
1944
|
+
resource: BatchCreateOccurrencesRequest;
|
|
1945
|
+
}): Request<BatchCreateOccurrencesResponse>;
|
|
1946
|
+
batchCreate(
|
|
1947
|
+
request: {
|
|
1948
|
+
/** V1 error format. */
|
|
1949
|
+
'$.xgafv'?: string;
|
|
1950
|
+
/** OAuth access token. */
|
|
1951
|
+
access_token?: string;
|
|
1952
|
+
/** Data format for response. */
|
|
1953
|
+
alt?: string;
|
|
1954
|
+
/** JSONP */
|
|
1955
|
+
callback?: string;
|
|
1956
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1957
|
+
fields?: string;
|
|
1958
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1959
|
+
key?: string;
|
|
1960
|
+
/** OAuth 2.0 token for the current user. */
|
|
1961
|
+
oauth_token?: string;
|
|
1962
|
+
/** Required. The name of the project in the form of `projects/[PROJECT_ID]`, under which the occurrences are to be created. */
|
|
1963
|
+
parent: string;
|
|
1964
|
+
/** Returns response with indentations and line breaks. */
|
|
1965
|
+
prettyPrint?: boolean;
|
|
1966
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1967
|
+
quotaUser?: string;
|
|
1968
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1969
|
+
upload_protocol?: string;
|
|
1970
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1971
|
+
uploadType?: string;
|
|
1972
|
+
},
|
|
1973
|
+
body: BatchCreateOccurrencesRequest
|
|
1974
|
+
): Request<BatchCreateOccurrencesResponse>;
|
|
1975
|
+
/** Creates a new occurrence. */
|
|
1976
|
+
create(request: {
|
|
1977
|
+
/** V1 error format. */
|
|
1978
|
+
'$.xgafv'?: string;
|
|
1979
|
+
/** OAuth access token. */
|
|
1980
|
+
access_token?: string;
|
|
1981
|
+
/** Data format for response. */
|
|
1982
|
+
alt?: string;
|
|
1983
|
+
/** JSONP */
|
|
1984
|
+
callback?: string;
|
|
1985
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1986
|
+
fields?: string;
|
|
1987
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1988
|
+
key?: string;
|
|
1989
|
+
/** OAuth 2.0 token for the current user. */
|
|
1990
|
+
oauth_token?: string;
|
|
1991
|
+
/** Required. The name of the project in the form of `projects/[PROJECT_ID]`, under which the occurrence is to be created. */
|
|
1992
|
+
parent: string;
|
|
1993
|
+
/** Returns response with indentations and line breaks. */
|
|
1994
|
+
prettyPrint?: boolean;
|
|
1995
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1996
|
+
quotaUser?: string;
|
|
1997
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1998
|
+
upload_protocol?: string;
|
|
1999
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2000
|
+
uploadType?: string;
|
|
2001
|
+
/** Request body */
|
|
2002
|
+
resource: Occurrence;
|
|
2003
|
+
}): Request<Occurrence>;
|
|
2004
|
+
create(
|
|
2005
|
+
request: {
|
|
2006
|
+
/** V1 error format. */
|
|
2007
|
+
'$.xgafv'?: string;
|
|
2008
|
+
/** OAuth access token. */
|
|
2009
|
+
access_token?: string;
|
|
2010
|
+
/** Data format for response. */
|
|
2011
|
+
alt?: string;
|
|
2012
|
+
/** JSONP */
|
|
2013
|
+
callback?: string;
|
|
2014
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
2015
|
+
fields?: string;
|
|
2016
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
2017
|
+
key?: string;
|
|
2018
|
+
/** OAuth 2.0 token for the current user. */
|
|
2019
|
+
oauth_token?: string;
|
|
2020
|
+
/** Required. The name of the project in the form of `projects/[PROJECT_ID]`, under which the occurrence is to be created. */
|
|
2021
|
+
parent: string;
|
|
2022
|
+
/** Returns response with indentations and line breaks. */
|
|
2023
|
+
prettyPrint?: boolean;
|
|
2024
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
2025
|
+
quotaUser?: string;
|
|
2026
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2027
|
+
upload_protocol?: string;
|
|
2028
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2029
|
+
uploadType?: string;
|
|
2030
|
+
},
|
|
2031
|
+
body: Occurrence
|
|
2032
|
+
): Request<Occurrence>;
|
|
2033
|
+
/** Deletes the specified occurrence. For example, use this method to delete an occurrence when the occurrence is no longer applicable for the given resource. */
|
|
2034
|
+
delete(request?: {
|
|
2035
|
+
/** V1 error format. */
|
|
2036
|
+
'$.xgafv'?: string;
|
|
2037
|
+
/** OAuth access token. */
|
|
2038
|
+
access_token?: string;
|
|
2039
|
+
/** Data format for response. */
|
|
2040
|
+
alt?: string;
|
|
2041
|
+
/** JSONP */
|
|
2042
|
+
callback?: string;
|
|
2043
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
2044
|
+
fields?: string;
|
|
2045
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
2046
|
+
key?: string;
|
|
2047
|
+
/** Required. The name of the occurrence in the form of `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]`. */
|
|
2048
|
+
name: string;
|
|
2049
|
+
/** OAuth 2.0 token for the current user. */
|
|
2050
|
+
oauth_token?: string;
|
|
2051
|
+
/** Returns response with indentations and line breaks. */
|
|
2052
|
+
prettyPrint?: boolean;
|
|
2053
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
2054
|
+
quotaUser?: string;
|
|
2055
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2056
|
+
upload_protocol?: string;
|
|
2057
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2058
|
+
uploadType?: string;
|
|
2059
|
+
}): Request<{}>;
|
|
1708
2060
|
/** Gets the specified occurrence. */
|
|
1709
2061
|
get(request?: {
|
|
1710
2062
|
/** V1 error format. */
|
|
@@ -1821,6 +2173,68 @@ declare namespace gapi.client {
|
|
|
1821
2173
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1822
2174
|
uploadType?: string;
|
|
1823
2175
|
}): Request<ListOccurrencesResponse>;
|
|
2176
|
+
/** Updates the specified occurrence. */
|
|
2177
|
+
patch(request: {
|
|
2178
|
+
/** V1 error format. */
|
|
2179
|
+
'$.xgafv'?: string;
|
|
2180
|
+
/** OAuth access token. */
|
|
2181
|
+
access_token?: string;
|
|
2182
|
+
/** Data format for response. */
|
|
2183
|
+
alt?: string;
|
|
2184
|
+
/** JSONP */
|
|
2185
|
+
callback?: string;
|
|
2186
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
2187
|
+
fields?: string;
|
|
2188
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
2189
|
+
key?: string;
|
|
2190
|
+
/** Required. The name of the occurrence in the form of `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]`. */
|
|
2191
|
+
name: string;
|
|
2192
|
+
/** OAuth 2.0 token for the current user. */
|
|
2193
|
+
oauth_token?: string;
|
|
2194
|
+
/** Returns response with indentations and line breaks. */
|
|
2195
|
+
prettyPrint?: boolean;
|
|
2196
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
2197
|
+
quotaUser?: string;
|
|
2198
|
+
/** The fields to update. */
|
|
2199
|
+
updateMask?: string;
|
|
2200
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2201
|
+
upload_protocol?: string;
|
|
2202
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2203
|
+
uploadType?: string;
|
|
2204
|
+
/** Request body */
|
|
2205
|
+
resource: Occurrence;
|
|
2206
|
+
}): Request<Occurrence>;
|
|
2207
|
+
patch(
|
|
2208
|
+
request: {
|
|
2209
|
+
/** V1 error format. */
|
|
2210
|
+
'$.xgafv'?: string;
|
|
2211
|
+
/** OAuth access token. */
|
|
2212
|
+
access_token?: string;
|
|
2213
|
+
/** Data format for response. */
|
|
2214
|
+
alt?: string;
|
|
2215
|
+
/** JSONP */
|
|
2216
|
+
callback?: string;
|
|
2217
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
2218
|
+
fields?: string;
|
|
2219
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
2220
|
+
key?: string;
|
|
2221
|
+
/** Required. The name of the occurrence in the form of `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]`. */
|
|
2222
|
+
name: string;
|
|
2223
|
+
/** OAuth 2.0 token for the current user. */
|
|
2224
|
+
oauth_token?: string;
|
|
2225
|
+
/** Returns response with indentations and line breaks. */
|
|
2226
|
+
prettyPrint?: boolean;
|
|
2227
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
2228
|
+
quotaUser?: string;
|
|
2229
|
+
/** The fields to update. */
|
|
2230
|
+
updateMask?: string;
|
|
2231
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2232
|
+
upload_protocol?: string;
|
|
2233
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2234
|
+
uploadType?: string;
|
|
2235
|
+
},
|
|
2236
|
+
body: Occurrence
|
|
2237
|
+
): Request<Occurrence>;
|
|
1824
2238
|
}
|
|
1825
2239
|
interface ResourcesResource {
|
|
1826
2240
|
/** Generates an SBOM and other dependency information for the given resource. */
|