@maxim_mazurok/gapi.client.beyondcorp-v1 0.0.20250505 → 0.0.20250616
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 +175 -440
- 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://beyondcorp.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250616
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -651,107 +651,6 @@ declare namespace gapi.client {
|
|
|
651
651
|
/** total_retry_count stores the total number of times the tunneler has been retried by tunManager. */
|
|
652
652
|
totalRetryCount?: number;
|
|
653
653
|
}
|
|
654
|
-
interface BrowserDlpRulesResource {
|
|
655
|
-
/** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
|
|
656
|
-
testIamPermissions(
|
|
657
|
-
request: {
|
|
658
|
-
/** V1 error format. */
|
|
659
|
-
'$.xgafv'?: string;
|
|
660
|
-
/** OAuth access token. */
|
|
661
|
-
access_token?: string;
|
|
662
|
-
/** Data format for response. */
|
|
663
|
-
alt?: string;
|
|
664
|
-
/** JSONP */
|
|
665
|
-
callback?: string;
|
|
666
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
667
|
-
fields?: string;
|
|
668
|
-
/** 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. */
|
|
669
|
-
key?: string;
|
|
670
|
-
/** OAuth 2.0 token for the current user. */
|
|
671
|
-
oauth_token?: string;
|
|
672
|
-
/** Returns response with indentations and line breaks. */
|
|
673
|
-
prettyPrint?: boolean;
|
|
674
|
-
/** 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. */
|
|
675
|
-
quotaUser?: string;
|
|
676
|
-
/** REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. */
|
|
677
|
-
resource: string;
|
|
678
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
679
|
-
upload_protocol?: string;
|
|
680
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
681
|
-
uploadType?: string;
|
|
682
|
-
},
|
|
683
|
-
body: GoogleIamV1TestIamPermissionsRequest,
|
|
684
|
-
): Request<GoogleIamV1TestIamPermissionsResponse>;
|
|
685
|
-
}
|
|
686
|
-
interface ProxyConfigsResource {
|
|
687
|
-
/** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
|
|
688
|
-
testIamPermissions(
|
|
689
|
-
request: {
|
|
690
|
-
/** V1 error format. */
|
|
691
|
-
'$.xgafv'?: string;
|
|
692
|
-
/** OAuth access token. */
|
|
693
|
-
access_token?: string;
|
|
694
|
-
/** Data format for response. */
|
|
695
|
-
alt?: string;
|
|
696
|
-
/** JSONP */
|
|
697
|
-
callback?: string;
|
|
698
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
699
|
-
fields?: string;
|
|
700
|
-
/** 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. */
|
|
701
|
-
key?: string;
|
|
702
|
-
/** OAuth 2.0 token for the current user. */
|
|
703
|
-
oauth_token?: string;
|
|
704
|
-
/** Returns response with indentations and line breaks. */
|
|
705
|
-
prettyPrint?: boolean;
|
|
706
|
-
/** 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. */
|
|
707
|
-
quotaUser?: string;
|
|
708
|
-
/** REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. */
|
|
709
|
-
resource: string;
|
|
710
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
711
|
-
upload_protocol?: string;
|
|
712
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
713
|
-
uploadType?: string;
|
|
714
|
-
},
|
|
715
|
-
body: GoogleIamV1TestIamPermissionsRequest,
|
|
716
|
-
): Request<GoogleIamV1TestIamPermissionsResponse>;
|
|
717
|
-
}
|
|
718
|
-
interface PartnerTenantsResource {
|
|
719
|
-
/** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
|
|
720
|
-
testIamPermissions(
|
|
721
|
-
request: {
|
|
722
|
-
/** V1 error format. */
|
|
723
|
-
'$.xgafv'?: string;
|
|
724
|
-
/** OAuth access token. */
|
|
725
|
-
access_token?: string;
|
|
726
|
-
/** Data format for response. */
|
|
727
|
-
alt?: string;
|
|
728
|
-
/** JSONP */
|
|
729
|
-
callback?: string;
|
|
730
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
731
|
-
fields?: string;
|
|
732
|
-
/** 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. */
|
|
733
|
-
key?: string;
|
|
734
|
-
/** OAuth 2.0 token for the current user. */
|
|
735
|
-
oauth_token?: string;
|
|
736
|
-
/** Returns response with indentations and line breaks. */
|
|
737
|
-
prettyPrint?: boolean;
|
|
738
|
-
/** 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. */
|
|
739
|
-
quotaUser?: string;
|
|
740
|
-
/** REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. */
|
|
741
|
-
resource: string;
|
|
742
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
743
|
-
upload_protocol?: string;
|
|
744
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
745
|
-
uploadType?: string;
|
|
746
|
-
},
|
|
747
|
-
body: GoogleIamV1TestIamPermissionsRequest,
|
|
748
|
-
): Request<GoogleIamV1TestIamPermissionsResponse>;
|
|
749
|
-
browserDlpRules: BrowserDlpRulesResource;
|
|
750
|
-
proxyConfigs: ProxyConfigsResource;
|
|
751
|
-
}
|
|
752
|
-
interface GlobalResource {
|
|
753
|
-
partnerTenants: PartnerTenantsResource;
|
|
754
|
-
}
|
|
755
654
|
interface OperationsResource {
|
|
756
655
|
/** Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. */
|
|
757
656
|
cancel(request: {
|
|
@@ -900,7 +799,6 @@ declare namespace gapi.client {
|
|
|
900
799
|
}): Request<GoogleLongrunningListOperationsResponse>;
|
|
901
800
|
}
|
|
902
801
|
interface LocationsResource {
|
|
903
|
-
global: GlobalResource;
|
|
904
802
|
operations: OperationsResource;
|
|
905
803
|
}
|
|
906
804
|
interface OrganizationsResource {
|
|
@@ -1930,9 +1828,9 @@ declare namespace gapi.client {
|
|
|
1930
1828
|
body: GoogleIamV1TestIamPermissionsRequest,
|
|
1931
1829
|
): Request<GoogleIamV1TestIamPermissionsResponse>;
|
|
1932
1830
|
}
|
|
1933
|
-
interface
|
|
1934
|
-
/**
|
|
1935
|
-
|
|
1831
|
+
interface OperationsResource {
|
|
1832
|
+
/** Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. */
|
|
1833
|
+
cancel(request: {
|
|
1936
1834
|
/** V1 error format. */
|
|
1937
1835
|
'$.xgafv'?: string;
|
|
1938
1836
|
/** OAuth access token. */
|
|
@@ -1945,53 +1843,22 @@ declare namespace gapi.client {
|
|
|
1945
1843
|
fields?: string;
|
|
1946
1844
|
/** 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. */
|
|
1947
1845
|
key?: string;
|
|
1846
|
+
/** The name of the operation resource to be cancelled. */
|
|
1847
|
+
name: string;
|
|
1948
1848
|
/** OAuth 2.0 token for the current user. */
|
|
1949
1849
|
oauth_token?: string;
|
|
1950
|
-
/** Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */
|
|
1951
|
-
'options.requestedPolicyVersion'?: number;
|
|
1952
1850
|
/** Returns response with indentations and line breaks. */
|
|
1953
1851
|
prettyPrint?: boolean;
|
|
1954
1852
|
/** 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. */
|
|
1955
1853
|
quotaUser?: string;
|
|
1956
|
-
/** REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. */
|
|
1957
|
-
resource: string;
|
|
1958
1854
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1959
1855
|
upload_protocol?: string;
|
|
1960
1856
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1961
1857
|
uploadType?: string;
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
/** V1 error format. */
|
|
1967
|
-
'$.xgafv'?: string;
|
|
1968
|
-
/** OAuth access token. */
|
|
1969
|
-
access_token?: string;
|
|
1970
|
-
/** Data format for response. */
|
|
1971
|
-
alt?: string;
|
|
1972
|
-
/** JSONP */
|
|
1973
|
-
callback?: string;
|
|
1974
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
1975
|
-
fields?: string;
|
|
1976
|
-
/** 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. */
|
|
1977
|
-
key?: string;
|
|
1978
|
-
/** OAuth 2.0 token for the current user. */
|
|
1979
|
-
oauth_token?: string;
|
|
1980
|
-
/** Returns response with indentations and line breaks. */
|
|
1981
|
-
prettyPrint?: boolean;
|
|
1982
|
-
/** 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. */
|
|
1983
|
-
quotaUser?: string;
|
|
1984
|
-
/** REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. */
|
|
1985
|
-
resource: string;
|
|
1986
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1987
|
-
upload_protocol?: string;
|
|
1988
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1989
|
-
uploadType?: string;
|
|
1990
|
-
},
|
|
1991
|
-
body: GoogleIamV1SetIamPolicyRequest,
|
|
1992
|
-
): Request<GoogleIamV1Policy>;
|
|
1993
|
-
/** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
|
|
1994
|
-
testIamPermissions(
|
|
1858
|
+
/** Request body */
|
|
1859
|
+
resource: GoogleLongrunningCancelOperationRequest;
|
|
1860
|
+
}): Request<{}>;
|
|
1861
|
+
cancel(
|
|
1995
1862
|
request: {
|
|
1996
1863
|
/** V1 error format. */
|
|
1997
1864
|
'$.xgafv'?: string;
|
|
@@ -2005,25 +1872,23 @@ declare namespace gapi.client {
|
|
|
2005
1872
|
fields?: string;
|
|
2006
1873
|
/** 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. */
|
|
2007
1874
|
key?: string;
|
|
1875
|
+
/** The name of the operation resource to be cancelled. */
|
|
1876
|
+
name: string;
|
|
2008
1877
|
/** OAuth 2.0 token for the current user. */
|
|
2009
1878
|
oauth_token?: string;
|
|
2010
1879
|
/** Returns response with indentations and line breaks. */
|
|
2011
1880
|
prettyPrint?: boolean;
|
|
2012
1881
|
/** 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. */
|
|
2013
1882
|
quotaUser?: string;
|
|
2014
|
-
/** REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. */
|
|
2015
|
-
resource: string;
|
|
2016
1883
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2017
1884
|
upload_protocol?: string;
|
|
2018
1885
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2019
1886
|
uploadType?: string;
|
|
2020
1887
|
},
|
|
2021
|
-
body:
|
|
2022
|
-
): Request<
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
/** Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. */
|
|
2026
|
-
getIamPolicy(request?: {
|
|
1888
|
+
body: GoogleLongrunningCancelOperationRequest,
|
|
1889
|
+
): Request<{}>;
|
|
1890
|
+
/** Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. */
|
|
1891
|
+
delete(request?: {
|
|
2027
1892
|
/** V1 error format. */
|
|
2028
1893
|
'$.xgafv'?: string;
|
|
2029
1894
|
/** OAuth access token. */
|
|
@@ -2036,51 +1901,79 @@ declare namespace gapi.client {
|
|
|
2036
1901
|
fields?: string;
|
|
2037
1902
|
/** 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. */
|
|
2038
1903
|
key?: string;
|
|
1904
|
+
/** The name of the operation resource to be deleted. */
|
|
1905
|
+
name: string;
|
|
2039
1906
|
/** OAuth 2.0 token for the current user. */
|
|
2040
1907
|
oauth_token?: string;
|
|
2041
|
-
/** Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */
|
|
2042
|
-
'options.requestedPolicyVersion'?: number;
|
|
2043
1908
|
/** Returns response with indentations and line breaks. */
|
|
2044
1909
|
prettyPrint?: boolean;
|
|
2045
1910
|
/** 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. */
|
|
2046
1911
|
quotaUser?: string;
|
|
2047
|
-
/** REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. */
|
|
2048
|
-
resource: string;
|
|
2049
1912
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2050
1913
|
upload_protocol?: string;
|
|
2051
1914
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2052
1915
|
uploadType?: string;
|
|
2053
|
-
}): Request<
|
|
2054
|
-
/**
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
1916
|
+
}): Request<{}>;
|
|
1917
|
+
/** Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service. */
|
|
1918
|
+
get(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
|
+
/** The name of the operation resource. */
|
|
1932
|
+
name: string;
|
|
1933
|
+
/** OAuth 2.0 token for the current user. */
|
|
1934
|
+
oauth_token?: 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<GoogleLongrunningOperation>;
|
|
1944
|
+
/** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
|
|
1945
|
+
list(request?: {
|
|
1946
|
+
/** V1 error format. */
|
|
1947
|
+
'$.xgafv'?: string;
|
|
1948
|
+
/** OAuth access token. */
|
|
1949
|
+
access_token?: string;
|
|
1950
|
+
/** Data format for response. */
|
|
1951
|
+
alt?: string;
|
|
1952
|
+
/** JSONP */
|
|
1953
|
+
callback?: string;
|
|
1954
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1955
|
+
fields?: string;
|
|
1956
|
+
/** The standard list filter. */
|
|
1957
|
+
filter?: 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
|
+
/** The name of the operation's parent resource. */
|
|
1961
|
+
name: string;
|
|
1962
|
+
/** OAuth 2.0 token for the current user. */
|
|
1963
|
+
oauth_token?: string;
|
|
1964
|
+
/** The standard list page size. */
|
|
1965
|
+
pageSize?: number;
|
|
1966
|
+
/** The standard list page token. */
|
|
1967
|
+
pageToken?: string;
|
|
1968
|
+
/** Returns response with indentations and line breaks. */
|
|
1969
|
+
prettyPrint?: boolean;
|
|
1970
|
+
/** 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. */
|
|
1971
|
+
quotaUser?: string;
|
|
1972
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1973
|
+
upload_protocol?: string;
|
|
1974
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1975
|
+
uploadType?: string;
|
|
1976
|
+
}): Request<GoogleLongrunningListOperationsResponse>;
|
|
2084
1977
|
}
|
|
2085
1978
|
interface ApplicationsResource {
|
|
2086
1979
|
/** Creates a new Application in a given project and location. */
|
|
@@ -2149,257 +2042,6 @@ declare namespace gapi.client {
|
|
|
2149
2042
|
},
|
|
2150
2043
|
body: GoogleCloudBeyondcorpSecuritygatewaysV1Application,
|
|
2151
2044
|
): Request<GoogleLongrunningOperation>;
|
|
2152
|
-
/** Updates the parameters of a single Application. */
|
|
2153
|
-
patch(request: {
|
|
2154
|
-
/** V1 error format. */
|
|
2155
|
-
'$.xgafv'?: string;
|
|
2156
|
-
/** OAuth access token. */
|
|
2157
|
-
access_token?: string;
|
|
2158
|
-
/** Data format for response. */
|
|
2159
|
-
alt?: string;
|
|
2160
|
-
/** JSONP */
|
|
2161
|
-
callback?: string;
|
|
2162
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
2163
|
-
fields?: string;
|
|
2164
|
-
/** 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. */
|
|
2165
|
-
key?: string;
|
|
2166
|
-
/** Identifier. Name of the resource. */
|
|
2167
|
-
name: string;
|
|
2168
|
-
/** OAuth 2.0 token for the current user. */
|
|
2169
|
-
oauth_token?: string;
|
|
2170
|
-
/** Returns response with indentations and line breaks. */
|
|
2171
|
-
prettyPrint?: boolean;
|
|
2172
|
-
/** 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. */
|
|
2173
|
-
quotaUser?: string;
|
|
2174
|
-
/** Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request timed out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). */
|
|
2175
|
-
requestId?: string;
|
|
2176
|
-
/** Optional. Mutable fields include: display_name. */
|
|
2177
|
-
updateMask?: string;
|
|
2178
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2179
|
-
upload_protocol?: string;
|
|
2180
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2181
|
-
uploadType?: string;
|
|
2182
|
-
/** Request body */
|
|
2183
|
-
resource: GoogleCloudBeyondcorpSecuritygatewaysV1Application;
|
|
2184
|
-
}): Request<GoogleLongrunningOperation>;
|
|
2185
|
-
patch(
|
|
2186
|
-
request: {
|
|
2187
|
-
/** V1 error format. */
|
|
2188
|
-
'$.xgafv'?: string;
|
|
2189
|
-
/** OAuth access token. */
|
|
2190
|
-
access_token?: string;
|
|
2191
|
-
/** Data format for response. */
|
|
2192
|
-
alt?: string;
|
|
2193
|
-
/** JSONP */
|
|
2194
|
-
callback?: string;
|
|
2195
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
2196
|
-
fields?: string;
|
|
2197
|
-
/** 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. */
|
|
2198
|
-
key?: string;
|
|
2199
|
-
/** Identifier. Name of the resource. */
|
|
2200
|
-
name: string;
|
|
2201
|
-
/** OAuth 2.0 token for the current user. */
|
|
2202
|
-
oauth_token?: string;
|
|
2203
|
-
/** Returns response with indentations and line breaks. */
|
|
2204
|
-
prettyPrint?: boolean;
|
|
2205
|
-
/** 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. */
|
|
2206
|
-
quotaUser?: string;
|
|
2207
|
-
/** Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request timed out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). */
|
|
2208
|
-
requestId?: string;
|
|
2209
|
-
/** Optional. Mutable fields include: display_name. */
|
|
2210
|
-
updateMask?: string;
|
|
2211
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2212
|
-
upload_protocol?: string;
|
|
2213
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2214
|
-
uploadType?: string;
|
|
2215
|
-
},
|
|
2216
|
-
body: GoogleCloudBeyondcorpSecuritygatewaysV1Application,
|
|
2217
|
-
): Request<GoogleLongrunningOperation>;
|
|
2218
|
-
/** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
|
|
2219
|
-
testIamPermissions(
|
|
2220
|
-
request: {
|
|
2221
|
-
/** V1 error format. */
|
|
2222
|
-
'$.xgafv'?: string;
|
|
2223
|
-
/** OAuth access token. */
|
|
2224
|
-
access_token?: string;
|
|
2225
|
-
/** Data format for response. */
|
|
2226
|
-
alt?: string;
|
|
2227
|
-
/** JSONP */
|
|
2228
|
-
callback?: string;
|
|
2229
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
2230
|
-
fields?: string;
|
|
2231
|
-
/** 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. */
|
|
2232
|
-
key?: string;
|
|
2233
|
-
/** OAuth 2.0 token for the current user. */
|
|
2234
|
-
oauth_token?: string;
|
|
2235
|
-
/** Returns response with indentations and line breaks. */
|
|
2236
|
-
prettyPrint?: boolean;
|
|
2237
|
-
/** 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. */
|
|
2238
|
-
quotaUser?: string;
|
|
2239
|
-
/** REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. */
|
|
2240
|
-
resource: string;
|
|
2241
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2242
|
-
upload_protocol?: string;
|
|
2243
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2244
|
-
uploadType?: string;
|
|
2245
|
-
},
|
|
2246
|
-
body: GoogleIamV1TestIamPermissionsRequest,
|
|
2247
|
-
): Request<GoogleIamV1TestIamPermissionsResponse>;
|
|
2248
|
-
}
|
|
2249
|
-
interface SecurityGatewaysResource {
|
|
2250
|
-
applications: ApplicationsResource;
|
|
2251
|
-
}
|
|
2252
|
-
interface GlobalResource {
|
|
2253
|
-
securityGateways: SecurityGatewaysResource;
|
|
2254
|
-
}
|
|
2255
|
-
interface OperationsResource {
|
|
2256
|
-
/** Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. */
|
|
2257
|
-
cancel(request: {
|
|
2258
|
-
/** V1 error format. */
|
|
2259
|
-
'$.xgafv'?: string;
|
|
2260
|
-
/** OAuth access token. */
|
|
2261
|
-
access_token?: string;
|
|
2262
|
-
/** Data format for response. */
|
|
2263
|
-
alt?: string;
|
|
2264
|
-
/** JSONP */
|
|
2265
|
-
callback?: string;
|
|
2266
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
2267
|
-
fields?: string;
|
|
2268
|
-
/** 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. */
|
|
2269
|
-
key?: string;
|
|
2270
|
-
/** The name of the operation resource to be cancelled. */
|
|
2271
|
-
name: string;
|
|
2272
|
-
/** OAuth 2.0 token for the current user. */
|
|
2273
|
-
oauth_token?: string;
|
|
2274
|
-
/** Returns response with indentations and line breaks. */
|
|
2275
|
-
prettyPrint?: boolean;
|
|
2276
|
-
/** 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. */
|
|
2277
|
-
quotaUser?: string;
|
|
2278
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2279
|
-
upload_protocol?: string;
|
|
2280
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2281
|
-
uploadType?: string;
|
|
2282
|
-
/** Request body */
|
|
2283
|
-
resource: GoogleLongrunningCancelOperationRequest;
|
|
2284
|
-
}): Request<{}>;
|
|
2285
|
-
cancel(
|
|
2286
|
-
request: {
|
|
2287
|
-
/** V1 error format. */
|
|
2288
|
-
'$.xgafv'?: string;
|
|
2289
|
-
/** OAuth access token. */
|
|
2290
|
-
access_token?: string;
|
|
2291
|
-
/** Data format for response. */
|
|
2292
|
-
alt?: string;
|
|
2293
|
-
/** JSONP */
|
|
2294
|
-
callback?: string;
|
|
2295
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
2296
|
-
fields?: string;
|
|
2297
|
-
/** 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. */
|
|
2298
|
-
key?: string;
|
|
2299
|
-
/** The name of the operation resource to be cancelled. */
|
|
2300
|
-
name: string;
|
|
2301
|
-
/** OAuth 2.0 token for the current user. */
|
|
2302
|
-
oauth_token?: string;
|
|
2303
|
-
/** Returns response with indentations and line breaks. */
|
|
2304
|
-
prettyPrint?: boolean;
|
|
2305
|
-
/** 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. */
|
|
2306
|
-
quotaUser?: string;
|
|
2307
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2308
|
-
upload_protocol?: string;
|
|
2309
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2310
|
-
uploadType?: string;
|
|
2311
|
-
},
|
|
2312
|
-
body: GoogleLongrunningCancelOperationRequest,
|
|
2313
|
-
): Request<{}>;
|
|
2314
|
-
/** Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. */
|
|
2315
|
-
delete(request?: {
|
|
2316
|
-
/** V1 error format. */
|
|
2317
|
-
'$.xgafv'?: string;
|
|
2318
|
-
/** OAuth access token. */
|
|
2319
|
-
access_token?: string;
|
|
2320
|
-
/** Data format for response. */
|
|
2321
|
-
alt?: string;
|
|
2322
|
-
/** JSONP */
|
|
2323
|
-
callback?: string;
|
|
2324
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
2325
|
-
fields?: string;
|
|
2326
|
-
/** 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. */
|
|
2327
|
-
key?: string;
|
|
2328
|
-
/** The name of the operation resource to be deleted. */
|
|
2329
|
-
name: string;
|
|
2330
|
-
/** OAuth 2.0 token for the current user. */
|
|
2331
|
-
oauth_token?: string;
|
|
2332
|
-
/** Returns response with indentations and line breaks. */
|
|
2333
|
-
prettyPrint?: boolean;
|
|
2334
|
-
/** 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. */
|
|
2335
|
-
quotaUser?: string;
|
|
2336
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2337
|
-
upload_protocol?: string;
|
|
2338
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2339
|
-
uploadType?: string;
|
|
2340
|
-
}): Request<{}>;
|
|
2341
|
-
/** Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service. */
|
|
2342
|
-
get(request?: {
|
|
2343
|
-
/** V1 error format. */
|
|
2344
|
-
'$.xgafv'?: string;
|
|
2345
|
-
/** OAuth access token. */
|
|
2346
|
-
access_token?: string;
|
|
2347
|
-
/** Data format for response. */
|
|
2348
|
-
alt?: string;
|
|
2349
|
-
/** JSONP */
|
|
2350
|
-
callback?: string;
|
|
2351
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
2352
|
-
fields?: string;
|
|
2353
|
-
/** 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. */
|
|
2354
|
-
key?: string;
|
|
2355
|
-
/** The name of the operation resource. */
|
|
2356
|
-
name: string;
|
|
2357
|
-
/** OAuth 2.0 token for the current user. */
|
|
2358
|
-
oauth_token?: string;
|
|
2359
|
-
/** Returns response with indentations and line breaks. */
|
|
2360
|
-
prettyPrint?: boolean;
|
|
2361
|
-
/** 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. */
|
|
2362
|
-
quotaUser?: string;
|
|
2363
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2364
|
-
upload_protocol?: string;
|
|
2365
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2366
|
-
uploadType?: string;
|
|
2367
|
-
}): Request<GoogleLongrunningOperation>;
|
|
2368
|
-
/** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
|
|
2369
|
-
list(request?: {
|
|
2370
|
-
/** V1 error format. */
|
|
2371
|
-
'$.xgafv'?: string;
|
|
2372
|
-
/** OAuth access token. */
|
|
2373
|
-
access_token?: string;
|
|
2374
|
-
/** Data format for response. */
|
|
2375
|
-
alt?: string;
|
|
2376
|
-
/** JSONP */
|
|
2377
|
-
callback?: string;
|
|
2378
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
2379
|
-
fields?: string;
|
|
2380
|
-
/** The standard list filter. */
|
|
2381
|
-
filter?: string;
|
|
2382
|
-
/** 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. */
|
|
2383
|
-
key?: string;
|
|
2384
|
-
/** The name of the operation's parent resource. */
|
|
2385
|
-
name: string;
|
|
2386
|
-
/** OAuth 2.0 token for the current user. */
|
|
2387
|
-
oauth_token?: string;
|
|
2388
|
-
/** The standard list page size. */
|
|
2389
|
-
pageSize?: number;
|
|
2390
|
-
/** The standard list page token. */
|
|
2391
|
-
pageToken?: string;
|
|
2392
|
-
/** Returns response with indentations and line breaks. */
|
|
2393
|
-
prettyPrint?: boolean;
|
|
2394
|
-
/** 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. */
|
|
2395
|
-
quotaUser?: string;
|
|
2396
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2397
|
-
upload_protocol?: string;
|
|
2398
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2399
|
-
uploadType?: string;
|
|
2400
|
-
}): Request<GoogleLongrunningListOperationsResponse>;
|
|
2401
|
-
}
|
|
2402
|
-
interface ApplicationsResource {
|
|
2403
2045
|
/** Deletes a single Application. */
|
|
2404
2046
|
delete(request?: {
|
|
2405
2047
|
/** V1 error format. */
|
|
@@ -2522,6 +2164,72 @@ declare namespace gapi.client {
|
|
|
2522
2164
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2523
2165
|
uploadType?: string;
|
|
2524
2166
|
}): Request<GoogleCloudBeyondcorpSecuritygatewaysV1ListApplicationsResponse>;
|
|
2167
|
+
/** Updates the parameters of a single Application. */
|
|
2168
|
+
patch(request: {
|
|
2169
|
+
/** V1 error format. */
|
|
2170
|
+
'$.xgafv'?: string;
|
|
2171
|
+
/** OAuth access token. */
|
|
2172
|
+
access_token?: string;
|
|
2173
|
+
/** Data format for response. */
|
|
2174
|
+
alt?: string;
|
|
2175
|
+
/** JSONP */
|
|
2176
|
+
callback?: string;
|
|
2177
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
2178
|
+
fields?: string;
|
|
2179
|
+
/** 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. */
|
|
2180
|
+
key?: string;
|
|
2181
|
+
/** Identifier. Name of the resource. */
|
|
2182
|
+
name: string;
|
|
2183
|
+
/** OAuth 2.0 token for the current user. */
|
|
2184
|
+
oauth_token?: string;
|
|
2185
|
+
/** Returns response with indentations and line breaks. */
|
|
2186
|
+
prettyPrint?: boolean;
|
|
2187
|
+
/** 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. */
|
|
2188
|
+
quotaUser?: string;
|
|
2189
|
+
/** Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request timed out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). */
|
|
2190
|
+
requestId?: string;
|
|
2191
|
+
/** Optional. Mutable fields include: display_name. */
|
|
2192
|
+
updateMask?: string;
|
|
2193
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2194
|
+
upload_protocol?: string;
|
|
2195
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2196
|
+
uploadType?: string;
|
|
2197
|
+
/** Request body */
|
|
2198
|
+
resource: GoogleCloudBeyondcorpSecuritygatewaysV1Application;
|
|
2199
|
+
}): Request<GoogleLongrunningOperation>;
|
|
2200
|
+
patch(
|
|
2201
|
+
request: {
|
|
2202
|
+
/** V1 error format. */
|
|
2203
|
+
'$.xgafv'?: string;
|
|
2204
|
+
/** OAuth access token. */
|
|
2205
|
+
access_token?: string;
|
|
2206
|
+
/** Data format for response. */
|
|
2207
|
+
alt?: string;
|
|
2208
|
+
/** JSONP */
|
|
2209
|
+
callback?: string;
|
|
2210
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
2211
|
+
fields?: string;
|
|
2212
|
+
/** 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. */
|
|
2213
|
+
key?: string;
|
|
2214
|
+
/** Identifier. Name of the resource. */
|
|
2215
|
+
name: string;
|
|
2216
|
+
/** OAuth 2.0 token for the current user. */
|
|
2217
|
+
oauth_token?: string;
|
|
2218
|
+
/** Returns response with indentations and line breaks. */
|
|
2219
|
+
prettyPrint?: boolean;
|
|
2220
|
+
/** 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. */
|
|
2221
|
+
quotaUser?: string;
|
|
2222
|
+
/** Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request timed out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). */
|
|
2223
|
+
requestId?: string;
|
|
2224
|
+
/** Optional. Mutable fields include: display_name. */
|
|
2225
|
+
updateMask?: string;
|
|
2226
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2227
|
+
upload_protocol?: string;
|
|
2228
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2229
|
+
uploadType?: string;
|
|
2230
|
+
},
|
|
2231
|
+
body: GoogleCloudBeyondcorpSecuritygatewaysV1Application,
|
|
2232
|
+
): Request<GoogleLongrunningOperation>;
|
|
2525
2233
|
/** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
|
|
2526
2234
|
setIamPolicy(
|
|
2527
2235
|
request: {
|
|
@@ -2552,6 +2260,36 @@ declare namespace gapi.client {
|
|
|
2552
2260
|
},
|
|
2553
2261
|
body: GoogleIamV1SetIamPolicyRequest,
|
|
2554
2262
|
): Request<GoogleIamV1Policy>;
|
|
2263
|
+
/** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
|
|
2264
|
+
testIamPermissions(
|
|
2265
|
+
request: {
|
|
2266
|
+
/** V1 error format. */
|
|
2267
|
+
'$.xgafv'?: string;
|
|
2268
|
+
/** OAuth access token. */
|
|
2269
|
+
access_token?: string;
|
|
2270
|
+
/** Data format for response. */
|
|
2271
|
+
alt?: string;
|
|
2272
|
+
/** JSONP */
|
|
2273
|
+
callback?: string;
|
|
2274
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
2275
|
+
fields?: string;
|
|
2276
|
+
/** 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. */
|
|
2277
|
+
key?: string;
|
|
2278
|
+
/** OAuth 2.0 token for the current user. */
|
|
2279
|
+
oauth_token?: string;
|
|
2280
|
+
/** Returns response with indentations and line breaks. */
|
|
2281
|
+
prettyPrint?: boolean;
|
|
2282
|
+
/** 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. */
|
|
2283
|
+
quotaUser?: string;
|
|
2284
|
+
/** REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. */
|
|
2285
|
+
resource: string;
|
|
2286
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2287
|
+
upload_protocol?: string;
|
|
2288
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2289
|
+
uploadType?: string;
|
|
2290
|
+
},
|
|
2291
|
+
body: GoogleIamV1TestIamPermissionsRequest,
|
|
2292
|
+
): Request<GoogleIamV1TestIamPermissionsResponse>;
|
|
2555
2293
|
}
|
|
2556
2294
|
interface SecurityGatewaysResource {
|
|
2557
2295
|
/** Creates a new SecurityGateway in a given project and location. */
|
|
@@ -2936,9 +2674,6 @@ declare namespace gapi.client {
|
|
|
2936
2674
|
appConnections: AppConnectionsResource;
|
|
2937
2675
|
appConnectors: AppConnectorsResource;
|
|
2938
2676
|
appGateways: AppGatewaysResource;
|
|
2939
|
-
clientConnectorServices: ClientConnectorServicesResource;
|
|
2940
|
-
clientGateways: ClientGatewaysResource;
|
|
2941
|
-
global: GlobalResource;
|
|
2942
2677
|
operations: OperationsResource;
|
|
2943
2678
|
securityGateways: SecurityGatewaysResource;
|
|
2944
2679
|
}
|