@maxim_mazurok/gapi.client.dlp-v2 0.0.20240602 → 0.0.20240609
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 +245 -75
- 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://dlp.googleapis.com/$discovery/rest?version=v2
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240609
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -2198,7 +2198,7 @@ declare namespace gapi.client {
|
|
|
2198
2198
|
key?: string;
|
|
2199
2199
|
/** OAuth 2.0 token for the current user. */
|
|
2200
2200
|
oauth_token?: string;
|
|
2201
|
-
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
2201
|
+
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
2202
2202
|
parent: string;
|
|
2203
2203
|
/** Returns response with indentations and line breaks. */
|
|
2204
2204
|
prettyPrint?: boolean;
|
|
@@ -2227,7 +2227,7 @@ declare namespace gapi.client {
|
|
|
2227
2227
|
key?: string;
|
|
2228
2228
|
/** OAuth 2.0 token for the current user. */
|
|
2229
2229
|
oauth_token?: string;
|
|
2230
|
-
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
2230
|
+
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
2231
2231
|
parent: string;
|
|
2232
2232
|
/** Returns response with indentations and line breaks. */
|
|
2233
2233
|
prettyPrint?: boolean;
|
|
@@ -2318,7 +2318,7 @@ declare namespace gapi.client {
|
|
|
2318
2318
|
pageSize?: number;
|
|
2319
2319
|
/** Page token to continue retrieval. Comes from the previous call to `ListDeidentifyTemplates`. */
|
|
2320
2320
|
pageToken?: string;
|
|
2321
|
-
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
2321
|
+
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
2322
2322
|
parent: string;
|
|
2323
2323
|
/** Returns response with indentations and line breaks. */
|
|
2324
2324
|
prettyPrint?: boolean;
|
|
@@ -2405,7 +2405,7 @@ declare namespace gapi.client {
|
|
|
2405
2405
|
key?: string;
|
|
2406
2406
|
/** OAuth 2.0 token for the current user. */
|
|
2407
2407
|
oauth_token?: string;
|
|
2408
|
-
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
2408
|
+
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
2409
2409
|
parent: string;
|
|
2410
2410
|
/** Returns response with indentations and line breaks. */
|
|
2411
2411
|
prettyPrint?: boolean;
|
|
@@ -2434,7 +2434,7 @@ declare namespace gapi.client {
|
|
|
2434
2434
|
key?: string;
|
|
2435
2435
|
/** OAuth 2.0 token for the current user. */
|
|
2436
2436
|
oauth_token?: string;
|
|
2437
|
-
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
2437
|
+
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
2438
2438
|
parent: string;
|
|
2439
2439
|
/** Returns response with indentations and line breaks. */
|
|
2440
2440
|
prettyPrint?: boolean;
|
|
@@ -2525,7 +2525,7 @@ declare namespace gapi.client {
|
|
|
2525
2525
|
pageSize?: number;
|
|
2526
2526
|
/** Page token to continue retrieval. Comes from the previous call to `ListInspectTemplates`. */
|
|
2527
2527
|
pageToken?: string;
|
|
2528
|
-
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
2528
|
+
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
2529
2529
|
parent: string;
|
|
2530
2530
|
/** Returns response with indentations and line breaks. */
|
|
2531
2531
|
prettyPrint?: boolean;
|
|
@@ -2660,6 +2660,176 @@ declare namespace gapi.client {
|
|
|
2660
2660
|
}): Request<GooglePrivacyDlpV2ListColumnDataProfilesResponse>;
|
|
2661
2661
|
}
|
|
2662
2662
|
interface ConnectionsResource {
|
|
2663
|
+
/** Create a Connection to an external data source. */
|
|
2664
|
+
create(request: {
|
|
2665
|
+
/** V1 error format. */
|
|
2666
|
+
'$.xgafv'?: string;
|
|
2667
|
+
/** OAuth access token. */
|
|
2668
|
+
access_token?: string;
|
|
2669
|
+
/** Data format for response. */
|
|
2670
|
+
alt?: string;
|
|
2671
|
+
/** JSONP */
|
|
2672
|
+
callback?: string;
|
|
2673
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
2674
|
+
fields?: string;
|
|
2675
|
+
/** 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. */
|
|
2676
|
+
key?: string;
|
|
2677
|
+
/** OAuth 2.0 token for the current user. */
|
|
2678
|
+
oauth_token?: string;
|
|
2679
|
+
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization): + Projects scope: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Organizations scope: `organizations/`ORG_ID`/locations/`LOCATION_ID */
|
|
2680
|
+
parent: string;
|
|
2681
|
+
/** Returns response with indentations and line breaks. */
|
|
2682
|
+
prettyPrint?: boolean;
|
|
2683
|
+
/** 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. */
|
|
2684
|
+
quotaUser?: string;
|
|
2685
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2686
|
+
upload_protocol?: string;
|
|
2687
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2688
|
+
uploadType?: string;
|
|
2689
|
+
/** Request body */
|
|
2690
|
+
resource: GooglePrivacyDlpV2CreateConnectionRequest;
|
|
2691
|
+
}): Request<GooglePrivacyDlpV2Connection>;
|
|
2692
|
+
create(
|
|
2693
|
+
request: {
|
|
2694
|
+
/** V1 error format. */
|
|
2695
|
+
'$.xgafv'?: string;
|
|
2696
|
+
/** OAuth access token. */
|
|
2697
|
+
access_token?: string;
|
|
2698
|
+
/** Data format for response. */
|
|
2699
|
+
alt?: string;
|
|
2700
|
+
/** JSONP */
|
|
2701
|
+
callback?: string;
|
|
2702
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
2703
|
+
fields?: string;
|
|
2704
|
+
/** 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. */
|
|
2705
|
+
key?: string;
|
|
2706
|
+
/** OAuth 2.0 token for the current user. */
|
|
2707
|
+
oauth_token?: string;
|
|
2708
|
+
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization): + Projects scope: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Organizations scope: `organizations/`ORG_ID`/locations/`LOCATION_ID */
|
|
2709
|
+
parent: string;
|
|
2710
|
+
/** Returns response with indentations and line breaks. */
|
|
2711
|
+
prettyPrint?: boolean;
|
|
2712
|
+
/** 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. */
|
|
2713
|
+
quotaUser?: string;
|
|
2714
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2715
|
+
upload_protocol?: string;
|
|
2716
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2717
|
+
uploadType?: string;
|
|
2718
|
+
},
|
|
2719
|
+
body: GooglePrivacyDlpV2CreateConnectionRequest
|
|
2720
|
+
): Request<GooglePrivacyDlpV2Connection>;
|
|
2721
|
+
/** Delete a Connection. */
|
|
2722
|
+
delete(request?: {
|
|
2723
|
+
/** V1 error format. */
|
|
2724
|
+
'$.xgafv'?: string;
|
|
2725
|
+
/** OAuth access token. */
|
|
2726
|
+
access_token?: string;
|
|
2727
|
+
/** Data format for response. */
|
|
2728
|
+
alt?: string;
|
|
2729
|
+
/** JSONP */
|
|
2730
|
+
callback?: string;
|
|
2731
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
2732
|
+
fields?: string;
|
|
2733
|
+
/** 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. */
|
|
2734
|
+
key?: string;
|
|
2735
|
+
/** Required. Resource name of the Connection to be deleted, in the format: `projects/{project}/locations/{location}/connections/{connection}`. */
|
|
2736
|
+
name: string;
|
|
2737
|
+
/** OAuth 2.0 token for the current user. */
|
|
2738
|
+
oauth_token?: string;
|
|
2739
|
+
/** Returns response with indentations and line breaks. */
|
|
2740
|
+
prettyPrint?: boolean;
|
|
2741
|
+
/** 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. */
|
|
2742
|
+
quotaUser?: string;
|
|
2743
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2744
|
+
upload_protocol?: string;
|
|
2745
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2746
|
+
uploadType?: string;
|
|
2747
|
+
}): Request<{}>;
|
|
2748
|
+
/** Get a Connection by name. */
|
|
2749
|
+
get(request?: {
|
|
2750
|
+
/** V1 error format. */
|
|
2751
|
+
'$.xgafv'?: string;
|
|
2752
|
+
/** OAuth access token. */
|
|
2753
|
+
access_token?: string;
|
|
2754
|
+
/** Data format for response. */
|
|
2755
|
+
alt?: string;
|
|
2756
|
+
/** JSONP */
|
|
2757
|
+
callback?: string;
|
|
2758
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
2759
|
+
fields?: string;
|
|
2760
|
+
/** 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. */
|
|
2761
|
+
key?: string;
|
|
2762
|
+
/** Required. Resource name in the format: `projects/{project}/locations/{location}/connections/{connection}`. */
|
|
2763
|
+
name: string;
|
|
2764
|
+
/** OAuth 2.0 token for the current user. */
|
|
2765
|
+
oauth_token?: string;
|
|
2766
|
+
/** Returns response with indentations and line breaks. */
|
|
2767
|
+
prettyPrint?: boolean;
|
|
2768
|
+
/** 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. */
|
|
2769
|
+
quotaUser?: string;
|
|
2770
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2771
|
+
upload_protocol?: string;
|
|
2772
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2773
|
+
uploadType?: string;
|
|
2774
|
+
}): Request<GooglePrivacyDlpV2Connection>;
|
|
2775
|
+
/** Update a Connection. */
|
|
2776
|
+
patch(request: {
|
|
2777
|
+
/** V1 error format. */
|
|
2778
|
+
'$.xgafv'?: string;
|
|
2779
|
+
/** OAuth access token. */
|
|
2780
|
+
access_token?: string;
|
|
2781
|
+
/** Data format for response. */
|
|
2782
|
+
alt?: string;
|
|
2783
|
+
/** JSONP */
|
|
2784
|
+
callback?: string;
|
|
2785
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
2786
|
+
fields?: string;
|
|
2787
|
+
/** 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. */
|
|
2788
|
+
key?: string;
|
|
2789
|
+
/** Required. Resource name in the format: `projects/{project}/locations/{location}/connections/{connection}`. */
|
|
2790
|
+
name: string;
|
|
2791
|
+
/** OAuth 2.0 token for the current user. */
|
|
2792
|
+
oauth_token?: string;
|
|
2793
|
+
/** Returns response with indentations and line breaks. */
|
|
2794
|
+
prettyPrint?: boolean;
|
|
2795
|
+
/** 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. */
|
|
2796
|
+
quotaUser?: string;
|
|
2797
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2798
|
+
upload_protocol?: string;
|
|
2799
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2800
|
+
uploadType?: string;
|
|
2801
|
+
/** Request body */
|
|
2802
|
+
resource: GooglePrivacyDlpV2UpdateConnectionRequest;
|
|
2803
|
+
}): Request<GooglePrivacyDlpV2Connection>;
|
|
2804
|
+
patch(
|
|
2805
|
+
request: {
|
|
2806
|
+
/** V1 error format. */
|
|
2807
|
+
'$.xgafv'?: string;
|
|
2808
|
+
/** OAuth access token. */
|
|
2809
|
+
access_token?: string;
|
|
2810
|
+
/** Data format for response. */
|
|
2811
|
+
alt?: string;
|
|
2812
|
+
/** JSONP */
|
|
2813
|
+
callback?: string;
|
|
2814
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
2815
|
+
fields?: string;
|
|
2816
|
+
/** 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. */
|
|
2817
|
+
key?: string;
|
|
2818
|
+
/** Required. Resource name in the format: `projects/{project}/locations/{location}/connections/{connection}`. */
|
|
2819
|
+
name: string;
|
|
2820
|
+
/** OAuth 2.0 token for the current user. */
|
|
2821
|
+
oauth_token?: string;
|
|
2822
|
+
/** Returns response with indentations and line breaks. */
|
|
2823
|
+
prettyPrint?: boolean;
|
|
2824
|
+
/** 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. */
|
|
2825
|
+
quotaUser?: string;
|
|
2826
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2827
|
+
upload_protocol?: string;
|
|
2828
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2829
|
+
uploadType?: string;
|
|
2830
|
+
},
|
|
2831
|
+
body: GooglePrivacyDlpV2UpdateConnectionRequest
|
|
2832
|
+
): Request<GooglePrivacyDlpV2Connection>;
|
|
2663
2833
|
/** Searches for Connections in a parent. */
|
|
2664
2834
|
search(request?: {
|
|
2665
2835
|
/** V1 error format. */
|
|
@@ -2711,7 +2881,7 @@ declare namespace gapi.client {
|
|
|
2711
2881
|
key?: string;
|
|
2712
2882
|
/** OAuth 2.0 token for the current user. */
|
|
2713
2883
|
oauth_token?: string;
|
|
2714
|
-
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
2884
|
+
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
2715
2885
|
parent: string;
|
|
2716
2886
|
/** Returns response with indentations and line breaks. */
|
|
2717
2887
|
prettyPrint?: boolean;
|
|
@@ -2740,7 +2910,7 @@ declare namespace gapi.client {
|
|
|
2740
2910
|
key?: string;
|
|
2741
2911
|
/** OAuth 2.0 token for the current user. */
|
|
2742
2912
|
oauth_token?: string;
|
|
2743
|
-
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
2913
|
+
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
2744
2914
|
parent: string;
|
|
2745
2915
|
/** Returns response with indentations and line breaks. */
|
|
2746
2916
|
prettyPrint?: boolean;
|
|
@@ -2831,7 +3001,7 @@ declare namespace gapi.client {
|
|
|
2831
3001
|
pageSize?: number;
|
|
2832
3002
|
/** Page token to continue retrieval. Comes from the previous call to `ListDeidentifyTemplates`. */
|
|
2833
3003
|
pageToken?: string;
|
|
2834
|
-
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
3004
|
+
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
2835
3005
|
parent: string;
|
|
2836
3006
|
/** Returns response with indentations and line breaks. */
|
|
2837
3007
|
prettyPrint?: boolean;
|
|
@@ -2918,7 +3088,7 @@ declare namespace gapi.client {
|
|
|
2918
3088
|
key?: string;
|
|
2919
3089
|
/** OAuth 2.0 token for the current user. */
|
|
2920
3090
|
oauth_token?: string;
|
|
2921
|
-
/** Required. Parent resource name. The format of this value
|
|
3091
|
+
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization): + Projects scope: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Organizations scope: `organizations/`ORG_ID`/locations/`LOCATION_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
2922
3092
|
parent: string;
|
|
2923
3093
|
/** Returns response with indentations and line breaks. */
|
|
2924
3094
|
prettyPrint?: boolean;
|
|
@@ -2947,7 +3117,7 @@ declare namespace gapi.client {
|
|
|
2947
3117
|
key?: string;
|
|
2948
3118
|
/** OAuth 2.0 token for the current user. */
|
|
2949
3119
|
oauth_token?: string;
|
|
2950
|
-
/** Required. Parent resource name. The format of this value
|
|
3120
|
+
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization): + Projects scope: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Organizations scope: `organizations/`ORG_ID`/locations/`LOCATION_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
2951
3121
|
parent: string;
|
|
2952
3122
|
/** Returns response with indentations and line breaks. */
|
|
2953
3123
|
prettyPrint?: boolean;
|
|
@@ -3133,7 +3303,7 @@ declare namespace gapi.client {
|
|
|
3133
3303
|
pageSize?: number;
|
|
3134
3304
|
/** The standard list page token. */
|
|
3135
3305
|
pageToken?: string;
|
|
3136
|
-
/** Required. Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
3306
|
+
/** Required. Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
3137
3307
|
parent: string;
|
|
3138
3308
|
/** Returns response with indentations and line breaks. */
|
|
3139
3309
|
prettyPrint?: boolean;
|
|
@@ -3164,7 +3334,7 @@ declare namespace gapi.client {
|
|
|
3164
3334
|
key?: string;
|
|
3165
3335
|
/** OAuth 2.0 token for the current user. */
|
|
3166
3336
|
oauth_token?: string;
|
|
3167
|
-
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
3337
|
+
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
3168
3338
|
parent: string;
|
|
3169
3339
|
/** Returns response with indentations and line breaks. */
|
|
3170
3340
|
prettyPrint?: boolean;
|
|
@@ -3193,7 +3363,7 @@ declare namespace gapi.client {
|
|
|
3193
3363
|
key?: string;
|
|
3194
3364
|
/** OAuth 2.0 token for the current user. */
|
|
3195
3365
|
oauth_token?: string;
|
|
3196
|
-
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
3366
|
+
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
3197
3367
|
parent: string;
|
|
3198
3368
|
/** Returns response with indentations and line breaks. */
|
|
3199
3369
|
prettyPrint?: boolean;
|
|
@@ -3284,7 +3454,7 @@ declare namespace gapi.client {
|
|
|
3284
3454
|
pageSize?: number;
|
|
3285
3455
|
/** Page token to continue retrieval. Comes from the previous call to `ListInspectTemplates`. */
|
|
3286
3456
|
pageToken?: string;
|
|
3287
|
-
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
3457
|
+
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
3288
3458
|
parent: string;
|
|
3289
3459
|
/** Returns response with indentations and line breaks. */
|
|
3290
3460
|
prettyPrint?: boolean;
|
|
@@ -3371,7 +3541,7 @@ declare namespace gapi.client {
|
|
|
3371
3541
|
key?: string;
|
|
3372
3542
|
/** OAuth 2.0 token for the current user. */
|
|
3373
3543
|
oauth_token?: string;
|
|
3374
|
-
/** Required. Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
3544
|
+
/** Required. Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
3375
3545
|
parent: string;
|
|
3376
3546
|
/** Returns response with indentations and line breaks. */
|
|
3377
3547
|
prettyPrint?: boolean;
|
|
@@ -3400,7 +3570,7 @@ declare namespace gapi.client {
|
|
|
3400
3570
|
key?: string;
|
|
3401
3571
|
/** OAuth 2.0 token for the current user. */
|
|
3402
3572
|
oauth_token?: string;
|
|
3403
|
-
/** Required. Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
3573
|
+
/** Required. Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
3404
3574
|
parent: string;
|
|
3405
3575
|
/** Returns response with indentations and line breaks. */
|
|
3406
3576
|
prettyPrint?: boolean;
|
|
@@ -3493,7 +3663,7 @@ declare namespace gapi.client {
|
|
|
3493
3663
|
pageSize?: number;
|
|
3494
3664
|
/** Page token to continue retrieval. Comes from the previous call to ListJobTriggers. `order_by` field must not change for subsequent calls. */
|
|
3495
3665
|
pageToken?: string;
|
|
3496
|
-
/** Required. Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
3666
|
+
/** Required. Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
3497
3667
|
parent: string;
|
|
3498
3668
|
/** Returns response with indentations and line breaks. */
|
|
3499
3669
|
prettyPrint?: boolean;
|
|
@@ -3646,7 +3816,7 @@ declare namespace gapi.client {
|
|
|
3646
3816
|
key?: string;
|
|
3647
3817
|
/** OAuth 2.0 token for the current user. */
|
|
3648
3818
|
oauth_token?: string;
|
|
3649
|
-
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
3819
|
+
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
3650
3820
|
parent: string;
|
|
3651
3821
|
/** Returns response with indentations and line breaks. */
|
|
3652
3822
|
prettyPrint?: boolean;
|
|
@@ -3675,7 +3845,7 @@ declare namespace gapi.client {
|
|
|
3675
3845
|
key?: string;
|
|
3676
3846
|
/** OAuth 2.0 token for the current user. */
|
|
3677
3847
|
oauth_token?: string;
|
|
3678
|
-
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
3848
|
+
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
3679
3849
|
parent: string;
|
|
3680
3850
|
/** Returns response with indentations and line breaks. */
|
|
3681
3851
|
prettyPrint?: boolean;
|
|
@@ -3766,7 +3936,7 @@ declare namespace gapi.client {
|
|
|
3766
3936
|
pageSize?: number;
|
|
3767
3937
|
/** Page token to continue retrieval. Comes from the previous call to `ListStoredInfoTypes`. */
|
|
3768
3938
|
pageToken?: string;
|
|
3769
|
-
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
3939
|
+
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
3770
3940
|
parent: string;
|
|
3771
3941
|
/** Returns response with indentations and line breaks. */
|
|
3772
3942
|
prettyPrint?: boolean;
|
|
@@ -3956,7 +4126,7 @@ declare namespace gapi.client {
|
|
|
3956
4126
|
key?: string;
|
|
3957
4127
|
/** OAuth 2.0 token for the current user. */
|
|
3958
4128
|
oauth_token?: string;
|
|
3959
|
-
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
4129
|
+
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
3960
4130
|
parent: string;
|
|
3961
4131
|
/** Returns response with indentations and line breaks. */
|
|
3962
4132
|
prettyPrint?: boolean;
|
|
@@ -3985,7 +4155,7 @@ declare namespace gapi.client {
|
|
|
3985
4155
|
key?: string;
|
|
3986
4156
|
/** OAuth 2.0 token for the current user. */
|
|
3987
4157
|
oauth_token?: string;
|
|
3988
|
-
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
4158
|
+
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
3989
4159
|
parent: string;
|
|
3990
4160
|
/** Returns response with indentations and line breaks. */
|
|
3991
4161
|
prettyPrint?: boolean;
|
|
@@ -4076,7 +4246,7 @@ declare namespace gapi.client {
|
|
|
4076
4246
|
pageSize?: number;
|
|
4077
4247
|
/** Page token to continue retrieval. Comes from the previous call to `ListStoredInfoTypes`. */
|
|
4078
4248
|
pageToken?: string;
|
|
4079
|
-
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
4249
|
+
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
4080
4250
|
parent: string;
|
|
4081
4251
|
/** Returns response with indentations and line breaks. */
|
|
4082
4252
|
prettyPrint?: boolean;
|
|
@@ -4169,7 +4339,7 @@ declare namespace gapi.client {
|
|
|
4169
4339
|
key?: string;
|
|
4170
4340
|
/** OAuth 2.0 token for the current user. */
|
|
4171
4341
|
oauth_token?: string;
|
|
4172
|
-
/** Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
4342
|
+
/** Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
4173
4343
|
parent: string;
|
|
4174
4344
|
/** Returns response with indentations and line breaks. */
|
|
4175
4345
|
prettyPrint?: boolean;
|
|
@@ -4198,7 +4368,7 @@ declare namespace gapi.client {
|
|
|
4198
4368
|
key?: string;
|
|
4199
4369
|
/** OAuth 2.0 token for the current user. */
|
|
4200
4370
|
oauth_token?: string;
|
|
4201
|
-
/** Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
4371
|
+
/** Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
4202
4372
|
parent: string;
|
|
4203
4373
|
/** Returns response with indentations and line breaks. */
|
|
4204
4374
|
prettyPrint?: boolean;
|
|
@@ -4227,7 +4397,7 @@ declare namespace gapi.client {
|
|
|
4227
4397
|
key?: string;
|
|
4228
4398
|
/** OAuth 2.0 token for the current user. */
|
|
4229
4399
|
oauth_token?: string;
|
|
4230
|
-
/** Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
4400
|
+
/** Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
4231
4401
|
parent: string;
|
|
4232
4402
|
/** Returns response with indentations and line breaks. */
|
|
4233
4403
|
prettyPrint?: boolean;
|
|
@@ -4256,7 +4426,7 @@ declare namespace gapi.client {
|
|
|
4256
4426
|
key?: string;
|
|
4257
4427
|
/** OAuth 2.0 token for the current user. */
|
|
4258
4428
|
oauth_token?: string;
|
|
4259
|
-
/** Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
4429
|
+
/** Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
4260
4430
|
parent: string;
|
|
4261
4431
|
/** Returns response with indentations and line breaks. */
|
|
4262
4432
|
prettyPrint?: boolean;
|
|
@@ -4285,7 +4455,7 @@ declare namespace gapi.client {
|
|
|
4285
4455
|
key?: string;
|
|
4286
4456
|
/** OAuth 2.0 token for the current user. */
|
|
4287
4457
|
oauth_token?: string;
|
|
4288
|
-
/** Required. Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
4458
|
+
/** Required. Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
4289
4459
|
parent: string;
|
|
4290
4460
|
/** Returns response with indentations and line breaks. */
|
|
4291
4461
|
prettyPrint?: boolean;
|
|
@@ -4314,7 +4484,7 @@ declare namespace gapi.client {
|
|
|
4314
4484
|
key?: string;
|
|
4315
4485
|
/** OAuth 2.0 token for the current user. */
|
|
4316
4486
|
oauth_token?: string;
|
|
4317
|
-
/** Required. Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
4487
|
+
/** Required. Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
4318
4488
|
parent: string;
|
|
4319
4489
|
/** Returns response with indentations and line breaks. */
|
|
4320
4490
|
prettyPrint?: boolean;
|
|
@@ -4345,7 +4515,7 @@ declare namespace gapi.client {
|
|
|
4345
4515
|
key?: string;
|
|
4346
4516
|
/** OAuth 2.0 token for the current user. */
|
|
4347
4517
|
oauth_token?: string;
|
|
4348
|
-
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
4518
|
+
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
4349
4519
|
parent: string;
|
|
4350
4520
|
/** Returns response with indentations and line breaks. */
|
|
4351
4521
|
prettyPrint?: boolean;
|
|
@@ -4374,7 +4544,7 @@ declare namespace gapi.client {
|
|
|
4374
4544
|
key?: string;
|
|
4375
4545
|
/** OAuth 2.0 token for the current user. */
|
|
4376
4546
|
oauth_token?: string;
|
|
4377
|
-
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
4547
|
+
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
4378
4548
|
parent: string;
|
|
4379
4549
|
/** Returns response with indentations and line breaks. */
|
|
4380
4550
|
prettyPrint?: boolean;
|
|
@@ -4465,7 +4635,7 @@ declare namespace gapi.client {
|
|
|
4465
4635
|
pageSize?: number;
|
|
4466
4636
|
/** Page token to continue retrieval. Comes from the previous call to `ListDeidentifyTemplates`. */
|
|
4467
4637
|
pageToken?: string;
|
|
4468
|
-
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
4638
|
+
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
4469
4639
|
parent: string;
|
|
4470
4640
|
/** Returns response with indentations and line breaks. */
|
|
4471
4641
|
prettyPrint?: boolean;
|
|
@@ -4610,7 +4780,7 @@ declare namespace gapi.client {
|
|
|
4610
4780
|
key?: string;
|
|
4611
4781
|
/** OAuth 2.0 token for the current user. */
|
|
4612
4782
|
oauth_token?: string;
|
|
4613
|
-
/** Required. Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
4783
|
+
/** Required. Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
4614
4784
|
parent: string;
|
|
4615
4785
|
/** Returns response with indentations and line breaks. */
|
|
4616
4786
|
prettyPrint?: boolean;
|
|
@@ -4639,7 +4809,7 @@ declare namespace gapi.client {
|
|
|
4639
4809
|
key?: string;
|
|
4640
4810
|
/** OAuth 2.0 token for the current user. */
|
|
4641
4811
|
oauth_token?: string;
|
|
4642
|
-
/** Required. Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
4812
|
+
/** Required. Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
4643
4813
|
parent: string;
|
|
4644
4814
|
/** Returns response with indentations and line breaks. */
|
|
4645
4815
|
prettyPrint?: boolean;
|
|
@@ -4732,7 +4902,7 @@ declare namespace gapi.client {
|
|
|
4732
4902
|
pageSize?: number;
|
|
4733
4903
|
/** The standard list page token. */
|
|
4734
4904
|
pageToken?: string;
|
|
4735
|
-
/** Required. Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
4905
|
+
/** Required. Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
4736
4906
|
parent: string;
|
|
4737
4907
|
/** Returns response with indentations and line breaks. */
|
|
4738
4908
|
prettyPrint?: boolean;
|
|
@@ -4763,7 +4933,7 @@ declare namespace gapi.client {
|
|
|
4763
4933
|
key?: string;
|
|
4764
4934
|
/** OAuth 2.0 token for the current user. */
|
|
4765
4935
|
oauth_token?: string;
|
|
4766
|
-
/** Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
4936
|
+
/** Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
4767
4937
|
parent: string;
|
|
4768
4938
|
/** Returns response with indentations and line breaks. */
|
|
4769
4939
|
prettyPrint?: boolean;
|
|
@@ -4792,7 +4962,7 @@ declare namespace gapi.client {
|
|
|
4792
4962
|
key?: string;
|
|
4793
4963
|
/** OAuth 2.0 token for the current user. */
|
|
4794
4964
|
oauth_token?: string;
|
|
4795
|
-
/** Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
4965
|
+
/** Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
4796
4966
|
parent: string;
|
|
4797
4967
|
/** Returns response with indentations and line breaks. */
|
|
4798
4968
|
prettyPrint?: boolean;
|
|
@@ -4823,7 +4993,7 @@ declare namespace gapi.client {
|
|
|
4823
4993
|
key?: string;
|
|
4824
4994
|
/** OAuth 2.0 token for the current user. */
|
|
4825
4995
|
oauth_token?: string;
|
|
4826
|
-
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
4996
|
+
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
4827
4997
|
parent: string;
|
|
4828
4998
|
/** Returns response with indentations and line breaks. */
|
|
4829
4999
|
prettyPrint?: boolean;
|
|
@@ -4852,7 +5022,7 @@ declare namespace gapi.client {
|
|
|
4852
5022
|
key?: string;
|
|
4853
5023
|
/** OAuth 2.0 token for the current user. */
|
|
4854
5024
|
oauth_token?: string;
|
|
4855
|
-
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
5025
|
+
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
4856
5026
|
parent: string;
|
|
4857
5027
|
/** Returns response with indentations and line breaks. */
|
|
4858
5028
|
prettyPrint?: boolean;
|
|
@@ -4943,7 +5113,7 @@ declare namespace gapi.client {
|
|
|
4943
5113
|
pageSize?: number;
|
|
4944
5114
|
/** Page token to continue retrieval. Comes from the previous call to `ListInspectTemplates`. */
|
|
4945
5115
|
pageToken?: string;
|
|
4946
|
-
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
5116
|
+
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
4947
5117
|
parent: string;
|
|
4948
5118
|
/** Returns response with indentations and line breaks. */
|
|
4949
5119
|
prettyPrint?: boolean;
|
|
@@ -5088,7 +5258,7 @@ declare namespace gapi.client {
|
|
|
5088
5258
|
key?: string;
|
|
5089
5259
|
/** OAuth 2.0 token for the current user. */
|
|
5090
5260
|
oauth_token?: string;
|
|
5091
|
-
/** Required. Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
5261
|
+
/** Required. Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
5092
5262
|
parent: string;
|
|
5093
5263
|
/** Returns response with indentations and line breaks. */
|
|
5094
5264
|
prettyPrint?: boolean;
|
|
@@ -5117,7 +5287,7 @@ declare namespace gapi.client {
|
|
|
5117
5287
|
key?: string;
|
|
5118
5288
|
/** OAuth 2.0 token for the current user. */
|
|
5119
5289
|
oauth_token?: string;
|
|
5120
|
-
/** Required. Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
5290
|
+
/** Required. Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
5121
5291
|
parent: string;
|
|
5122
5292
|
/** Returns response with indentations and line breaks. */
|
|
5123
5293
|
prettyPrint?: boolean;
|
|
@@ -5210,7 +5380,7 @@ declare namespace gapi.client {
|
|
|
5210
5380
|
pageSize?: number;
|
|
5211
5381
|
/** Page token to continue retrieval. Comes from the previous call to ListJobTriggers. `order_by` field must not change for subsequent calls. */
|
|
5212
5382
|
pageToken?: string;
|
|
5213
|
-
/** Required. Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
5383
|
+
/** Required. Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
5214
5384
|
parent: string;
|
|
5215
5385
|
/** Returns response with indentations and line breaks. */
|
|
5216
5386
|
prettyPrint?: boolean;
|
|
@@ -5363,7 +5533,7 @@ declare namespace gapi.client {
|
|
|
5363
5533
|
key?: string;
|
|
5364
5534
|
/** OAuth 2.0 token for the current user. */
|
|
5365
5535
|
oauth_token?: string;
|
|
5366
|
-
/** Required. Parent resource name
|
|
5536
|
+
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization): + Projects scope: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Organizations scope: `organizations/`ORG_ID`/locations/`LOCATION_ID */
|
|
5367
5537
|
parent: string;
|
|
5368
5538
|
/** Returns response with indentations and line breaks. */
|
|
5369
5539
|
prettyPrint?: boolean;
|
|
@@ -5392,7 +5562,7 @@ declare namespace gapi.client {
|
|
|
5392
5562
|
key?: string;
|
|
5393
5563
|
/** OAuth 2.0 token for the current user. */
|
|
5394
5564
|
oauth_token?: string;
|
|
5395
|
-
/** Required. Parent resource name
|
|
5565
|
+
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization): + Projects scope: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Organizations scope: `organizations/`ORG_ID`/locations/`LOCATION_ID */
|
|
5396
5566
|
parent: string;
|
|
5397
5567
|
/** Returns response with indentations and line breaks. */
|
|
5398
5568
|
prettyPrint?: boolean;
|
|
@@ -5601,7 +5771,7 @@ declare namespace gapi.client {
|
|
|
5601
5771
|
key?: string;
|
|
5602
5772
|
/** OAuth 2.0 token for the current user. */
|
|
5603
5773
|
oauth_token?: string;
|
|
5604
|
-
/** Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
5774
|
+
/** Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
5605
5775
|
parent: string;
|
|
5606
5776
|
/** Returns response with indentations and line breaks. */
|
|
5607
5777
|
prettyPrint?: boolean;
|
|
@@ -5630,7 +5800,7 @@ declare namespace gapi.client {
|
|
|
5630
5800
|
key?: string;
|
|
5631
5801
|
/** OAuth 2.0 token for the current user. */
|
|
5632
5802
|
oauth_token?: string;
|
|
5633
|
-
/** Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
5803
|
+
/** Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
5634
5804
|
parent: string;
|
|
5635
5805
|
/** Returns response with indentations and line breaks. */
|
|
5636
5806
|
prettyPrint?: boolean;
|
|
@@ -5659,7 +5829,7 @@ declare namespace gapi.client {
|
|
|
5659
5829
|
key?: string;
|
|
5660
5830
|
/** OAuth 2.0 token for the current user. */
|
|
5661
5831
|
oauth_token?: string;
|
|
5662
|
-
/** Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
5832
|
+
/** Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
5663
5833
|
parent: string;
|
|
5664
5834
|
/** Returns response with indentations and line breaks. */
|
|
5665
5835
|
prettyPrint?: boolean;
|
|
@@ -5688,7 +5858,7 @@ declare namespace gapi.client {
|
|
|
5688
5858
|
key?: string;
|
|
5689
5859
|
/** OAuth 2.0 token for the current user. */
|
|
5690
5860
|
oauth_token?: string;
|
|
5691
|
-
/** Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
5861
|
+
/** Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
5692
5862
|
parent: string;
|
|
5693
5863
|
/** Returns response with indentations and line breaks. */
|
|
5694
5864
|
prettyPrint?: boolean;
|
|
@@ -5717,7 +5887,7 @@ declare namespace gapi.client {
|
|
|
5717
5887
|
key?: string;
|
|
5718
5888
|
/** OAuth 2.0 token for the current user. */
|
|
5719
5889
|
oauth_token?: string;
|
|
5720
|
-
/** Required. Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
5890
|
+
/** Required. Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
5721
5891
|
parent: string;
|
|
5722
5892
|
/** Returns response with indentations and line breaks. */
|
|
5723
5893
|
prettyPrint?: boolean;
|
|
@@ -5746,7 +5916,7 @@ declare namespace gapi.client {
|
|
|
5746
5916
|
key?: string;
|
|
5747
5917
|
/** OAuth 2.0 token for the current user. */
|
|
5748
5918
|
oauth_token?: string;
|
|
5749
|
-
/** Required. Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
5919
|
+
/** Required. Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
5750
5920
|
parent: string;
|
|
5751
5921
|
/** Returns response with indentations and line breaks. */
|
|
5752
5922
|
prettyPrint?: boolean;
|
|
@@ -5777,7 +5947,7 @@ declare namespace gapi.client {
|
|
|
5777
5947
|
key?: string;
|
|
5778
5948
|
/** OAuth 2.0 token for the current user. */
|
|
5779
5949
|
oauth_token?: string;
|
|
5780
|
-
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
5950
|
+
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
5781
5951
|
parent: string;
|
|
5782
5952
|
/** Returns response with indentations and line breaks. */
|
|
5783
5953
|
prettyPrint?: boolean;
|
|
@@ -5806,7 +5976,7 @@ declare namespace gapi.client {
|
|
|
5806
5976
|
key?: string;
|
|
5807
5977
|
/** OAuth 2.0 token for the current user. */
|
|
5808
5978
|
oauth_token?: string;
|
|
5809
|
-
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
5979
|
+
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
5810
5980
|
parent: string;
|
|
5811
5981
|
/** Returns response with indentations and line breaks. */
|
|
5812
5982
|
prettyPrint?: boolean;
|
|
@@ -5897,7 +6067,7 @@ declare namespace gapi.client {
|
|
|
5897
6067
|
pageSize?: number;
|
|
5898
6068
|
/** Page token to continue retrieval. Comes from the previous call to `ListDeidentifyTemplates`. */
|
|
5899
6069
|
pageToken?: string;
|
|
5900
|
-
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
6070
|
+
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
5901
6071
|
parent: string;
|
|
5902
6072
|
/** Returns response with indentations and line breaks. */
|
|
5903
6073
|
prettyPrint?: boolean;
|
|
@@ -5984,7 +6154,7 @@ declare namespace gapi.client {
|
|
|
5984
6154
|
key?: string;
|
|
5985
6155
|
/** OAuth 2.0 token for the current user. */
|
|
5986
6156
|
oauth_token?: string;
|
|
5987
|
-
/** Required. Parent resource name. The format of this value
|
|
6157
|
+
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization): + Projects scope: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Organizations scope: `organizations/`ORG_ID`/locations/`LOCATION_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
5988
6158
|
parent: string;
|
|
5989
6159
|
/** Returns response with indentations and line breaks. */
|
|
5990
6160
|
prettyPrint?: boolean;
|
|
@@ -6013,7 +6183,7 @@ declare namespace gapi.client {
|
|
|
6013
6183
|
key?: string;
|
|
6014
6184
|
/** OAuth 2.0 token for the current user. */
|
|
6015
6185
|
oauth_token?: string;
|
|
6016
|
-
/** Required. Parent resource name. The format of this value
|
|
6186
|
+
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization): + Projects scope: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Organizations scope: `organizations/`ORG_ID`/locations/`LOCATION_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
6017
6187
|
parent: string;
|
|
6018
6188
|
/** Returns response with indentations and line breaks. */
|
|
6019
6189
|
prettyPrint?: boolean;
|
|
@@ -6247,7 +6417,7 @@ declare namespace gapi.client {
|
|
|
6247
6417
|
key?: string;
|
|
6248
6418
|
/** OAuth 2.0 token for the current user. */
|
|
6249
6419
|
oauth_token?: string;
|
|
6250
|
-
/** Required. Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
6420
|
+
/** Required. Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
6251
6421
|
parent: string;
|
|
6252
6422
|
/** Returns response with indentations and line breaks. */
|
|
6253
6423
|
prettyPrint?: boolean;
|
|
@@ -6276,7 +6446,7 @@ declare namespace gapi.client {
|
|
|
6276
6446
|
key?: string;
|
|
6277
6447
|
/** OAuth 2.0 token for the current user. */
|
|
6278
6448
|
oauth_token?: string;
|
|
6279
|
-
/** Required. Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
6449
|
+
/** Required. Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
6280
6450
|
parent: string;
|
|
6281
6451
|
/** Returns response with indentations and line breaks. */
|
|
6282
6452
|
prettyPrint?: boolean;
|
|
@@ -6485,7 +6655,7 @@ declare namespace gapi.client {
|
|
|
6485
6655
|
pageSize?: number;
|
|
6486
6656
|
/** The standard list page token. */
|
|
6487
6657
|
pageToken?: string;
|
|
6488
|
-
/** Required. Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
6658
|
+
/** Required. Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
6489
6659
|
parent: string;
|
|
6490
6660
|
/** Returns response with indentations and line breaks. */
|
|
6491
6661
|
prettyPrint?: boolean;
|
|
@@ -6516,7 +6686,7 @@ declare namespace gapi.client {
|
|
|
6516
6686
|
key?: string;
|
|
6517
6687
|
/** OAuth 2.0 token for the current user. */
|
|
6518
6688
|
oauth_token?: string;
|
|
6519
|
-
/** Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
6689
|
+
/** Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
6520
6690
|
parent: string;
|
|
6521
6691
|
/** Returns response with indentations and line breaks. */
|
|
6522
6692
|
prettyPrint?: boolean;
|
|
@@ -6545,7 +6715,7 @@ declare namespace gapi.client {
|
|
|
6545
6715
|
key?: string;
|
|
6546
6716
|
/** OAuth 2.0 token for the current user. */
|
|
6547
6717
|
oauth_token?: string;
|
|
6548
|
-
/** Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
6718
|
+
/** Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
6549
6719
|
parent: string;
|
|
6550
6720
|
/** Returns response with indentations and line breaks. */
|
|
6551
6721
|
prettyPrint?: boolean;
|
|
@@ -6576,7 +6746,7 @@ declare namespace gapi.client {
|
|
|
6576
6746
|
key?: string;
|
|
6577
6747
|
/** OAuth 2.0 token for the current user. */
|
|
6578
6748
|
oauth_token?: string;
|
|
6579
|
-
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
6749
|
+
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
6580
6750
|
parent: string;
|
|
6581
6751
|
/** Returns response with indentations and line breaks. */
|
|
6582
6752
|
prettyPrint?: boolean;
|
|
@@ -6605,7 +6775,7 @@ declare namespace gapi.client {
|
|
|
6605
6775
|
key?: string;
|
|
6606
6776
|
/** OAuth 2.0 token for the current user. */
|
|
6607
6777
|
oauth_token?: string;
|
|
6608
|
-
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
6778
|
+
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
6609
6779
|
parent: string;
|
|
6610
6780
|
/** Returns response with indentations and line breaks. */
|
|
6611
6781
|
prettyPrint?: boolean;
|
|
@@ -6696,7 +6866,7 @@ declare namespace gapi.client {
|
|
|
6696
6866
|
pageSize?: number;
|
|
6697
6867
|
/** Page token to continue retrieval. Comes from the previous call to `ListInspectTemplates`. */
|
|
6698
6868
|
pageToken?: string;
|
|
6699
|
-
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
6869
|
+
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
6700
6870
|
parent: string;
|
|
6701
6871
|
/** Returns response with indentations and line breaks. */
|
|
6702
6872
|
prettyPrint?: boolean;
|
|
@@ -6841,7 +7011,7 @@ declare namespace gapi.client {
|
|
|
6841
7011
|
key?: string;
|
|
6842
7012
|
/** OAuth 2.0 token for the current user. */
|
|
6843
7013
|
oauth_token?: string;
|
|
6844
|
-
/** Required. Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
7014
|
+
/** Required. Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
6845
7015
|
parent: string;
|
|
6846
7016
|
/** Returns response with indentations and line breaks. */
|
|
6847
7017
|
prettyPrint?: boolean;
|
|
@@ -6870,7 +7040,7 @@ declare namespace gapi.client {
|
|
|
6870
7040
|
key?: string;
|
|
6871
7041
|
/** OAuth 2.0 token for the current user. */
|
|
6872
7042
|
oauth_token?: string;
|
|
6873
|
-
/** Required. Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
7043
|
+
/** Required. Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
6874
7044
|
parent: string;
|
|
6875
7045
|
/** Returns response with indentations and line breaks. */
|
|
6876
7046
|
prettyPrint?: boolean;
|
|
@@ -7021,7 +7191,7 @@ declare namespace gapi.client {
|
|
|
7021
7191
|
pageSize?: number;
|
|
7022
7192
|
/** Page token to continue retrieval. Comes from the previous call to ListJobTriggers. `order_by` field must not change for subsequent calls. */
|
|
7023
7193
|
pageToken?: string;
|
|
7024
|
-
/** Required. Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
7194
|
+
/** Required. Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
7025
7195
|
parent: string;
|
|
7026
7196
|
/** Returns response with indentations and line breaks. */
|
|
7027
7197
|
prettyPrint?: boolean;
|
|
@@ -7174,7 +7344,7 @@ declare namespace gapi.client {
|
|
|
7174
7344
|
key?: string;
|
|
7175
7345
|
/** OAuth 2.0 token for the current user. */
|
|
7176
7346
|
oauth_token?: string;
|
|
7177
|
-
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
7347
|
+
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
7178
7348
|
parent: string;
|
|
7179
7349
|
/** Returns response with indentations and line breaks. */
|
|
7180
7350
|
prettyPrint?: boolean;
|
|
@@ -7203,7 +7373,7 @@ declare namespace gapi.client {
|
|
|
7203
7373
|
key?: string;
|
|
7204
7374
|
/** OAuth 2.0 token for the current user. */
|
|
7205
7375
|
oauth_token?: string;
|
|
7206
|
-
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
7376
|
+
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
7207
7377
|
parent: string;
|
|
7208
7378
|
/** Returns response with indentations and line breaks. */
|
|
7209
7379
|
prettyPrint?: boolean;
|
|
@@ -7294,7 +7464,7 @@ declare namespace gapi.client {
|
|
|
7294
7464
|
pageSize?: number;
|
|
7295
7465
|
/** Page token to continue retrieval. Comes from the previous call to `ListStoredInfoTypes`. */
|
|
7296
7466
|
pageToken?: string;
|
|
7297
|
-
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
7467
|
+
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
7298
7468
|
parent: string;
|
|
7299
7469
|
/** Returns response with indentations and line breaks. */
|
|
7300
7470
|
prettyPrint?: boolean;
|
|
@@ -7486,7 +7656,7 @@ declare namespace gapi.client {
|
|
|
7486
7656
|
key?: string;
|
|
7487
7657
|
/** OAuth 2.0 token for the current user. */
|
|
7488
7658
|
oauth_token?: string;
|
|
7489
|
-
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
7659
|
+
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
7490
7660
|
parent: string;
|
|
7491
7661
|
/** Returns response with indentations and line breaks. */
|
|
7492
7662
|
prettyPrint?: boolean;
|
|
@@ -7515,7 +7685,7 @@ declare namespace gapi.client {
|
|
|
7515
7685
|
key?: string;
|
|
7516
7686
|
/** OAuth 2.0 token for the current user. */
|
|
7517
7687
|
oauth_token?: string;
|
|
7518
|
-
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
7688
|
+
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
7519
7689
|
parent: string;
|
|
7520
7690
|
/** Returns response with indentations and line breaks. */
|
|
7521
7691
|
prettyPrint?: boolean;
|
|
@@ -7606,7 +7776,7 @@ declare namespace gapi.client {
|
|
|
7606
7776
|
pageSize?: number;
|
|
7607
7777
|
/** Page token to continue retrieval. Comes from the previous call to `ListStoredInfoTypes`. */
|
|
7608
7778
|
pageToken?: string;
|
|
7609
|
-
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
7779
|
+
/** Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 */
|
|
7610
7780
|
parent: string;
|
|
7611
7781
|
/** Returns response with indentations and line breaks. */
|
|
7612
7782
|
prettyPrint?: boolean;
|