@maxim_mazurok/gapi.client.discoveryengine-v1beta 0.0.20250121 → 0.0.20250125
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 +417 -3
- 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://discoveryengine.googleapis.com/$discovery/rest?version=v1beta
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250125
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -622,6 +622,8 @@ declare namespace gapi.client {
|
|
|
622
622
|
displayName?: string;
|
|
623
623
|
/** Configuration for Document understanding and enrichment. */
|
|
624
624
|
documentProcessingConfig?: GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfig;
|
|
625
|
+
/** Optional. Configuration for `HEALTHCARE_FHIR` vertical. */
|
|
626
|
+
healthcareFhirConfig?: GoogleCloudDiscoveryengineV1alphaHealthcareFhirConfig;
|
|
625
627
|
/** Output only. Data store level identity provider config. */
|
|
626
628
|
idpConfig?: GoogleCloudDiscoveryengineV1alphaIdpConfig;
|
|
627
629
|
/** Immutable. The industry vertical that the data store registers. */
|
|
@@ -952,6 +954,20 @@ declare namespace gapi.client {
|
|
|
952
954
|
/** Document data keyed by URI pattern. For example: document_data_map = { "www.url1.com/*": { "Categories": ["category1", "category2"] }, "www.url2.com/*": { "Categories": ["category3"] } } */
|
|
953
955
|
documentDataMap?: {[P in string]: {[P in string]: any}};
|
|
954
956
|
}
|
|
957
|
+
interface GoogleCloudDiscoveryengineV1alphaHealthcareFhirConfig {
|
|
958
|
+
/** Whether to enable configurable schema for `HEALTHCARE_FHIR` vertical. If set to `true`, the predefined healthcare fhir schema can be extended for more customized searching and filtering. */
|
|
959
|
+
enableConfigurableSchema?: boolean;
|
|
960
|
+
/** Whether to enable static indexing for `HEALTHCARE_FHIR` batch ingestion. If set to `true`, the batch ingestion will be processed in a static indexing mode which is slower but more capable of handling larger volume. */
|
|
961
|
+
enableStaticIndexingForBatchIngestion?: boolean;
|
|
962
|
+
}
|
|
963
|
+
interface GoogleCloudDiscoveryengineV1alphaIdentityMappingEntryOperationMetadata {
|
|
964
|
+
/** The number of IdentityMappingEntries that failed to be processed. */
|
|
965
|
+
failureCount?: string;
|
|
966
|
+
/** The number of IdentityMappingEntries that were successfully processed. */
|
|
967
|
+
successCount?: string;
|
|
968
|
+
/** The total number of IdentityMappingEntries that were processed. */
|
|
969
|
+
totalCount?: string;
|
|
970
|
+
}
|
|
955
971
|
interface GoogleCloudDiscoveryengineV1alphaIdentityScheduleConfig {
|
|
956
972
|
/** Optional. The UTC time when the next data sync is expected to start for the Data Connector. Customers are only able to specify the hour and minute to schedule the data sync. This is utilized when the data connector has a refresh interval greater than 1 day. */
|
|
957
973
|
nextSyncTime?: GoogleTypeDateTime;
|
|
@@ -1006,6 +1022,10 @@ declare namespace gapi.client {
|
|
|
1006
1022
|
/** Cloud Storage prefix for import errors. This must be an empty, existing Cloud Storage directory. Import errors are written to sharded files in this directory, one per line, as a JSON-encoded `google.rpc.Status` message. */
|
|
1007
1023
|
gcsPrefix?: string;
|
|
1008
1024
|
}
|
|
1025
|
+
interface GoogleCloudDiscoveryengineV1alphaImportIdentityMappingsResponse {
|
|
1026
|
+
/** A sample of errors encountered while processing the request. */
|
|
1027
|
+
errorSamples?: GoogleRpcStatus[];
|
|
1028
|
+
}
|
|
1009
1029
|
interface GoogleCloudDiscoveryengineV1alphaImportSampleQueriesMetadata {
|
|
1010
1030
|
/** ImportSampleQueries operation create time. */
|
|
1011
1031
|
createTime?: string;
|
|
@@ -1232,6 +1252,10 @@ declare namespace gapi.client {
|
|
|
1232
1252
|
invalidUris?: string[];
|
|
1233
1253
|
/** Total number of unique URIs in the request that have invalid format. */
|
|
1234
1254
|
invalidUrisCount?: number;
|
|
1255
|
+
/** URIs that have no index meta tag. Sample limited to 1000. */
|
|
1256
|
+
noindexUris?: string[];
|
|
1257
|
+
/** Total number of URIs that have no index meta tag. */
|
|
1258
|
+
noindexUrisCount?: number;
|
|
1235
1259
|
/** Total number of URIs that have yet to be crawled. */
|
|
1236
1260
|
pendingCount?: number;
|
|
1237
1261
|
/** Total number of URIs that were rejected due to insufficient indexing resources. */
|
|
@@ -1374,7 +1398,7 @@ declare namespace gapi.client {
|
|
|
1374
1398
|
sessionSpec?: GoogleCloudDiscoveryengineV1alphaSearchRequestSessionSpec;
|
|
1375
1399
|
/** The spell correction specification that specifies the mode under which spell correction takes effect. */
|
|
1376
1400
|
spellCorrectionSpec?: GoogleCloudDiscoveryengineV1alphaSearchRequestSpellCorrectionSpec;
|
|
1377
|
-
/** Information about the end user. Highly recommended for analytics. UserInfo.user_agent is used to deduce `device_type` for analytics. */
|
|
1401
|
+
/** Information about the end user. Highly recommended for analytics and personalization. UserInfo.user_agent is used to deduce `device_type` for analytics. */
|
|
1378
1402
|
userInfo?: GoogleCloudDiscoveryengineV1alphaUserInfo;
|
|
1379
1403
|
/** The user labels applied to a resource must meet the following requirements: * Each resource can have multiple labels, up to a maximum of 64. * Each label must be a key-value pair. * Keys have a minimum length of 1 character and a maximum length of 63 characters and cannot be empty. Values can be empty and have a maximum length of 63 characters. * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. All characters must use UTF-8 encoding, and international characters are allowed. * The key portion of a label must be unique. However, you can use the same key with multiple resources. * Keys must start with a lowercase letter or international character. See [Google Cloud Document](https://cloud.google.com/resource-manager/docs/creating-managing-labels#requirements) for more details. */
|
|
1380
1404
|
userLabels?: {[P in string]: string};
|
|
@@ -2637,6 +2661,8 @@ declare namespace gapi.client {
|
|
|
2637
2661
|
displayName?: string;
|
|
2638
2662
|
/** Configuration for Document understanding and enrichment. */
|
|
2639
2663
|
documentProcessingConfig?: GoogleCloudDiscoveryengineV1betaDocumentProcessingConfig;
|
|
2664
|
+
/** Optional. Configuration for `HEALTHCARE_FHIR` vertical. */
|
|
2665
|
+
healthcareFhirConfig?: GoogleCloudDiscoveryengineV1betaHealthcareFhirConfig;
|
|
2640
2666
|
/** Immutable. The industry vertical that the data store registers. */
|
|
2641
2667
|
industryVertical?: string;
|
|
2642
2668
|
/** Optional. If set, this DataStore is an Infobot FAQ DataStore. */
|
|
@@ -3110,6 +3136,36 @@ declare namespace gapi.client {
|
|
|
3110
3136
|
/** Text content of the fact. Can be at most 10K characters long. */
|
|
3111
3137
|
factText?: string;
|
|
3112
3138
|
}
|
|
3139
|
+
interface GoogleCloudDiscoveryengineV1betaHealthcareFhirConfig {
|
|
3140
|
+
/** Whether to enable configurable schema for `HEALTHCARE_FHIR` vertical. If set to `true`, the predefined healthcare fhir schema can be extended for more customized searching and filtering. */
|
|
3141
|
+
enableConfigurableSchema?: boolean;
|
|
3142
|
+
/** Whether to enable static indexing for `HEALTHCARE_FHIR` batch ingestion. If set to `true`, the batch ingestion will be processed in a static indexing mode which is slower but more capable of handling larger volume. */
|
|
3143
|
+
enableStaticIndexingForBatchIngestion?: boolean;
|
|
3144
|
+
}
|
|
3145
|
+
interface GoogleCloudDiscoveryengineV1betaIdentityMappingEntry {
|
|
3146
|
+
/** Required. Identity outside the customer identity provider. The length limit of external identity will be of 100 characters. */
|
|
3147
|
+
externalIdentity?: string;
|
|
3148
|
+
/** Group identifier. For Google Workspace user account, group_id should be the google workspace group email. For non-google identity provider, group_id is the mapped group identifier configured during the workforcepool config. */
|
|
3149
|
+
groupId?: string;
|
|
3150
|
+
/** User identifier. For Google Workspace user account, user_id should be the google workspace user email. For non-google identity provider, user_id is the mapped user identifier configured during the workforcepool config. */
|
|
3151
|
+
userId?: string;
|
|
3152
|
+
}
|
|
3153
|
+
interface GoogleCloudDiscoveryengineV1betaIdentityMappingEntryOperationMetadata {
|
|
3154
|
+
/** The number of IdentityMappingEntries that failed to be processed. */
|
|
3155
|
+
failureCount?: string;
|
|
3156
|
+
/** The number of IdentityMappingEntries that were successfully processed. */
|
|
3157
|
+
successCount?: string;
|
|
3158
|
+
/** The total number of IdentityMappingEntries that were processed. */
|
|
3159
|
+
totalCount?: string;
|
|
3160
|
+
}
|
|
3161
|
+
interface GoogleCloudDiscoveryengineV1betaIdentityMappingStore {
|
|
3162
|
+
/** Output only. CMEK-related information for the Identity Mapping Store. */
|
|
3163
|
+
cmekConfig?: GoogleCloudDiscoveryengineV1betaCmekConfig;
|
|
3164
|
+
/** Input only. The KMS key to be used to protect this Identity Mapping Store at creation time. Must be set for requests that need to comply with CMEK Org Policy protections. If this field is set and processed successfully, the Identity Mapping Store will be protected by the KMS key, as indicated in the cmek_config field. */
|
|
3165
|
+
kmsKeyName?: string;
|
|
3166
|
+
/** Immutable. The full resource name of the identity mapping store. Format: `projects/{project}/locations/{location}/identityMappingStores/{identity_mapping_store}`. This field must be a UTF-8 encoded string with a length limit of 1024 characters. */
|
|
3167
|
+
name?: string;
|
|
3168
|
+
}
|
|
3113
3169
|
interface GoogleCloudDiscoveryengineV1betaImportCompletionSuggestionsMetadata {
|
|
3114
3170
|
/** Operation create time. */
|
|
3115
3171
|
createTime?: string;
|
|
@@ -3198,6 +3254,18 @@ declare namespace gapi.client {
|
|
|
3198
3254
|
/** Cloud Storage prefix for import errors. This must be an empty, existing Cloud Storage directory. Import errors are written to sharded files in this directory, one per line, as a JSON-encoded `google.rpc.Status` message. */
|
|
3199
3255
|
gcsPrefix?: string;
|
|
3200
3256
|
}
|
|
3257
|
+
interface GoogleCloudDiscoveryengineV1betaImportIdentityMappingsRequest {
|
|
3258
|
+
/** The inline source to import identity mapping entries from. */
|
|
3259
|
+
inlineSource?: GoogleCloudDiscoveryengineV1betaImportIdentityMappingsRequestInlineSource;
|
|
3260
|
+
}
|
|
3261
|
+
interface GoogleCloudDiscoveryengineV1betaImportIdentityMappingsRequestInlineSource {
|
|
3262
|
+
/** A maximum of 10000 entries can be imported at one time */
|
|
3263
|
+
identityMappingEntries?: GoogleCloudDiscoveryengineV1betaIdentityMappingEntry[];
|
|
3264
|
+
}
|
|
3265
|
+
interface GoogleCloudDiscoveryengineV1betaImportIdentityMappingsResponse {
|
|
3266
|
+
/** A sample of errors encountered while processing the request. */
|
|
3267
|
+
errorSamples?: GoogleRpcStatus[];
|
|
3268
|
+
}
|
|
3201
3269
|
interface GoogleCloudDiscoveryengineV1betaImportSampleQueriesMetadata {
|
|
3202
3270
|
/** ImportSampleQueries operation create time. */
|
|
3203
3271
|
createTime?: string;
|
|
@@ -3360,6 +3428,18 @@ declare namespace gapi.client {
|
|
|
3360
3428
|
/** A token that can be sent as ListEvaluationsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages. */
|
|
3361
3429
|
nextPageToken?: string;
|
|
3362
3430
|
}
|
|
3431
|
+
interface GoogleCloudDiscoveryengineV1betaListIdentityMappingsResponse {
|
|
3432
|
+
/** The Identity Mapping Entries. */
|
|
3433
|
+
identityMappingEntries?: GoogleCloudDiscoveryengineV1betaIdentityMappingEntry[];
|
|
3434
|
+
/** A token that can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. */
|
|
3435
|
+
nextPageToken?: string;
|
|
3436
|
+
}
|
|
3437
|
+
interface GoogleCloudDiscoveryengineV1betaListIdentityMappingStoresResponse {
|
|
3438
|
+
/** The Identity Mapping Stores. */
|
|
3439
|
+
identityMappingStores?: GoogleCloudDiscoveryengineV1betaIdentityMappingStore[];
|
|
3440
|
+
/** A token that can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. */
|
|
3441
|
+
nextPageToken?: string;
|
|
3442
|
+
}
|
|
3363
3443
|
interface GoogleCloudDiscoveryengineV1betaListSampleQueriesResponse {
|
|
3364
3444
|
/** A token that can be sent as ListSampleQueriesRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages. */
|
|
3365
3445
|
nextPageToken?: string;
|
|
@@ -3501,6 +3581,18 @@ declare namespace gapi.client {
|
|
|
3501
3581
|
/** Cloud Storage prefix for purge errors. This must be an empty, existing Cloud Storage directory. Purge errors are written to sharded files in this directory, one per line, as a JSON-encoded `google.rpc.Status` message. */
|
|
3502
3582
|
gcsPrefix?: string;
|
|
3503
3583
|
}
|
|
3584
|
+
interface GoogleCloudDiscoveryengineV1betaPurgeIdentityMappingsRequest {
|
|
3585
|
+
/** Filter matching identity mappings to purge. The eligible field for filtering is: * `update_time`: in ISO 8601 "zulu" format. * `external_id` Examples: * Deleting all identity mappings updated in a time range: `update_time > "2012-04-23T18:25:43.511Z" AND update_time < "2012-04-23T18:30:43.511Z"` * Deleting all identity mappings for a given external_id: `external_id = "id1"` * Deleting all identity mappings inside an identity mapping store: `*` The filtering fields are assumed to have an implicit AND. Should not be used with source. An error will be thrown, if both are provided. */
|
|
3586
|
+
filter?: string;
|
|
3587
|
+
/** Actually performs the purge. If `force` is set to false, return the expected purge count without deleting any identity mappings. This field is only supported for purge with filter. For input source this field is ignored and data will be purged regardless of the value of this field. */
|
|
3588
|
+
force?: boolean;
|
|
3589
|
+
/** The inline source to purge identity mapping entries from. */
|
|
3590
|
+
inlineSource?: GoogleCloudDiscoveryengineV1betaPurgeIdentityMappingsRequestInlineSource;
|
|
3591
|
+
}
|
|
3592
|
+
interface GoogleCloudDiscoveryengineV1betaPurgeIdentityMappingsRequestInlineSource {
|
|
3593
|
+
/** A maximum of 10000 entries can be purged at one time */
|
|
3594
|
+
identityMappingEntries?: GoogleCloudDiscoveryengineV1betaIdentityMappingEntry[];
|
|
3595
|
+
}
|
|
3504
3596
|
interface GoogleCloudDiscoveryengineV1betaPurgeSuggestionDenyListEntriesMetadata {
|
|
3505
3597
|
/** Operation create time. */
|
|
3506
3598
|
createTime?: string;
|
|
@@ -3766,7 +3858,7 @@ declare namespace gapi.client {
|
|
|
3766
3858
|
sessionSpec?: GoogleCloudDiscoveryengineV1betaSearchRequestSessionSpec;
|
|
3767
3859
|
/** The spell correction specification that specifies the mode under which spell correction takes effect. */
|
|
3768
3860
|
spellCorrectionSpec?: GoogleCloudDiscoveryengineV1betaSearchRequestSpellCorrectionSpec;
|
|
3769
|
-
/** Information about the end user. Highly recommended for analytics. UserInfo.user_agent is used to deduce `device_type` for analytics. */
|
|
3861
|
+
/** Information about the end user. Highly recommended for analytics and personalization. UserInfo.user_agent is used to deduce `device_type` for analytics. */
|
|
3770
3862
|
userInfo?: GoogleCloudDiscoveryengineV1betaUserInfo;
|
|
3771
3863
|
/** The user labels applied to a resource must meet the following requirements: * Each resource can have multiple labels, up to a maximum of 64. * Each label must be a key-value pair. * Keys have a minimum length of 1 character and a maximum length of 63 characters and cannot be empty. Values can be empty and have a maximum length of 63 characters. * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. All characters must use UTF-8 encoding, and international characters are allowed. * The key portion of a label must be unique. However, you can use the same key with multiple resources. * Keys must start with a lowercase letter or international character. See [Google Cloud Document](https://cloud.google.com/resource-manager/docs/creating-managing-labels#requirements) for more details. */
|
|
3772
3864
|
userLabels?: {[P in string]: string};
|
|
@@ -4595,6 +4687,8 @@ declare namespace gapi.client {
|
|
|
4595
4687
|
displayName?: string;
|
|
4596
4688
|
/** Configuration for Document understanding and enrichment. */
|
|
4597
4689
|
documentProcessingConfig?: GoogleCloudDiscoveryengineV1DocumentProcessingConfig;
|
|
4690
|
+
/** Optional. Configuration for `HEALTHCARE_FHIR` vertical. */
|
|
4691
|
+
healthcareFhirConfig?: GoogleCloudDiscoveryengineV1HealthcareFhirConfig;
|
|
4598
4692
|
/** Immutable. The industry vertical that the data store registers. */
|
|
4599
4693
|
industryVertical?: string;
|
|
4600
4694
|
/** Optional. If set, this DataStore is an Infobot FAQ DataStore. */
|
|
@@ -4768,6 +4862,20 @@ declare namespace gapi.client {
|
|
|
4768
4862
|
/** The search feature tier of this engine. Different tiers might have different pricing. To learn more, check the pricing documentation. Defaults to SearchTier.SEARCH_TIER_STANDARD if not specified. */
|
|
4769
4863
|
searchTier?: string;
|
|
4770
4864
|
}
|
|
4865
|
+
interface GoogleCloudDiscoveryengineV1HealthcareFhirConfig {
|
|
4866
|
+
/** Whether to enable configurable schema for `HEALTHCARE_FHIR` vertical. If set to `true`, the predefined healthcare fhir schema can be extended for more customized searching and filtering. */
|
|
4867
|
+
enableConfigurableSchema?: boolean;
|
|
4868
|
+
/** Whether to enable static indexing for `HEALTHCARE_FHIR` batch ingestion. If set to `true`, the batch ingestion will be processed in a static indexing mode which is slower but more capable of handling larger volume. */
|
|
4869
|
+
enableStaticIndexingForBatchIngestion?: boolean;
|
|
4870
|
+
}
|
|
4871
|
+
interface GoogleCloudDiscoveryengineV1IdentityMappingEntryOperationMetadata {
|
|
4872
|
+
/** The number of IdentityMappingEntries that failed to be processed. */
|
|
4873
|
+
failureCount?: string;
|
|
4874
|
+
/** The number of IdentityMappingEntries that were successfully processed. */
|
|
4875
|
+
successCount?: string;
|
|
4876
|
+
/** The total number of IdentityMappingEntries that were processed. */
|
|
4877
|
+
totalCount?: string;
|
|
4878
|
+
}
|
|
4771
4879
|
interface GoogleCloudDiscoveryengineV1ImportCompletionSuggestionsMetadata {
|
|
4772
4880
|
/** Operation create time. */
|
|
4773
4881
|
createTime?: string;
|
|
@@ -4806,6 +4914,10 @@ declare namespace gapi.client {
|
|
|
4806
4914
|
/** Cloud Storage prefix for import errors. This must be an empty, existing Cloud Storage directory. Import errors are written to sharded files in this directory, one per line, as a JSON-encoded `google.rpc.Status` message. */
|
|
4807
4915
|
gcsPrefix?: string;
|
|
4808
4916
|
}
|
|
4917
|
+
interface GoogleCloudDiscoveryengineV1ImportIdentityMappingsResponse {
|
|
4918
|
+
/** A sample of errors encountered while processing the request. */
|
|
4919
|
+
errorSamples?: GoogleRpcStatus[];
|
|
4920
|
+
}
|
|
4809
4921
|
interface GoogleCloudDiscoveryengineV1ImportSuggestionDenyListEntriesMetadata {
|
|
4810
4922
|
/** Operation create time. */
|
|
4811
4923
|
createTime?: string;
|
|
@@ -14323,6 +14435,308 @@ declare namespace gapi.client {
|
|
|
14323
14435
|
}): Request<GoogleLongrunningListOperationsResponse>;
|
|
14324
14436
|
}
|
|
14325
14437
|
interface IdentityMappingStoresResource {
|
|
14438
|
+
/** Creates a new Identity Mapping Store. */
|
|
14439
|
+
create(request: {
|
|
14440
|
+
/** V1 error format. */
|
|
14441
|
+
'$.xgafv'?: string;
|
|
14442
|
+
/** OAuth access token. */
|
|
14443
|
+
access_token?: string;
|
|
14444
|
+
/** Data format for response. */
|
|
14445
|
+
alt?: string;
|
|
14446
|
+
/** JSONP */
|
|
14447
|
+
callback?: string;
|
|
14448
|
+
/** Resource name of the CmekConfig to use for protecting this Identity Mapping Store. */
|
|
14449
|
+
cmekConfigName?: string;
|
|
14450
|
+
/** Identity Mapping Store without CMEK protections. If a default CmekConfig is set for the project, setting this field will override the default CmekConfig as well. */
|
|
14451
|
+
disableCmek?: boolean;
|
|
14452
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
14453
|
+
fields?: string;
|
|
14454
|
+
/** Required. The ID of the Identity Mapping Store to create. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 63 characters. */
|
|
14455
|
+
identityMappingStoreId?: string;
|
|
14456
|
+
/** 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. */
|
|
14457
|
+
key?: string;
|
|
14458
|
+
/** OAuth 2.0 token for the current user. */
|
|
14459
|
+
oauth_token?: string;
|
|
14460
|
+
/** Required. The parent collection resource name, such as `projects/{project}/locations/{location}`. */
|
|
14461
|
+
parent: string;
|
|
14462
|
+
/** Returns response with indentations and line breaks. */
|
|
14463
|
+
prettyPrint?: boolean;
|
|
14464
|
+
/** 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. */
|
|
14465
|
+
quotaUser?: string;
|
|
14466
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
14467
|
+
upload_protocol?: string;
|
|
14468
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
14469
|
+
uploadType?: string;
|
|
14470
|
+
/** Request body */
|
|
14471
|
+
resource: GoogleCloudDiscoveryengineV1betaIdentityMappingStore;
|
|
14472
|
+
}): Request<GoogleCloudDiscoveryengineV1betaIdentityMappingStore>;
|
|
14473
|
+
create(
|
|
14474
|
+
request: {
|
|
14475
|
+
/** V1 error format. */
|
|
14476
|
+
'$.xgafv'?: string;
|
|
14477
|
+
/** OAuth access token. */
|
|
14478
|
+
access_token?: string;
|
|
14479
|
+
/** Data format for response. */
|
|
14480
|
+
alt?: string;
|
|
14481
|
+
/** JSONP */
|
|
14482
|
+
callback?: string;
|
|
14483
|
+
/** Resource name of the CmekConfig to use for protecting this Identity Mapping Store. */
|
|
14484
|
+
cmekConfigName?: string;
|
|
14485
|
+
/** Identity Mapping Store without CMEK protections. If a default CmekConfig is set for the project, setting this field will override the default CmekConfig as well. */
|
|
14486
|
+
disableCmek?: boolean;
|
|
14487
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
14488
|
+
fields?: string;
|
|
14489
|
+
/** Required. The ID of the Identity Mapping Store to create. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 63 characters. */
|
|
14490
|
+
identityMappingStoreId?: string;
|
|
14491
|
+
/** 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. */
|
|
14492
|
+
key?: string;
|
|
14493
|
+
/** OAuth 2.0 token for the current user. */
|
|
14494
|
+
oauth_token?: string;
|
|
14495
|
+
/** Required. The parent collection resource name, such as `projects/{project}/locations/{location}`. */
|
|
14496
|
+
parent: string;
|
|
14497
|
+
/** Returns response with indentations and line breaks. */
|
|
14498
|
+
prettyPrint?: boolean;
|
|
14499
|
+
/** 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. */
|
|
14500
|
+
quotaUser?: string;
|
|
14501
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
14502
|
+
upload_protocol?: string;
|
|
14503
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
14504
|
+
uploadType?: string;
|
|
14505
|
+
},
|
|
14506
|
+
body: GoogleCloudDiscoveryengineV1betaIdentityMappingStore
|
|
14507
|
+
): Request<GoogleCloudDiscoveryengineV1betaIdentityMappingStore>;
|
|
14508
|
+
/** Deletes the Identity Mapping Store. */
|
|
14509
|
+
delete(request?: {
|
|
14510
|
+
/** V1 error format. */
|
|
14511
|
+
'$.xgafv'?: string;
|
|
14512
|
+
/** OAuth access token. */
|
|
14513
|
+
access_token?: string;
|
|
14514
|
+
/** Data format for response. */
|
|
14515
|
+
alt?: string;
|
|
14516
|
+
/** JSONP */
|
|
14517
|
+
callback?: string;
|
|
14518
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
14519
|
+
fields?: string;
|
|
14520
|
+
/** 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. */
|
|
14521
|
+
key?: string;
|
|
14522
|
+
/** Required. The name of the Identity Mapping Store to delete. Format: `projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}` */
|
|
14523
|
+
name: string;
|
|
14524
|
+
/** OAuth 2.0 token for the current user. */
|
|
14525
|
+
oauth_token?: string;
|
|
14526
|
+
/** Returns response with indentations and line breaks. */
|
|
14527
|
+
prettyPrint?: boolean;
|
|
14528
|
+
/** 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. */
|
|
14529
|
+
quotaUser?: string;
|
|
14530
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
14531
|
+
upload_protocol?: string;
|
|
14532
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
14533
|
+
uploadType?: string;
|
|
14534
|
+
}): Request<GoogleLongrunningOperation>;
|
|
14535
|
+
/** Gets the Identity Mapping Store. */
|
|
14536
|
+
get(request?: {
|
|
14537
|
+
/** V1 error format. */
|
|
14538
|
+
'$.xgafv'?: string;
|
|
14539
|
+
/** OAuth access token. */
|
|
14540
|
+
access_token?: string;
|
|
14541
|
+
/** Data format for response. */
|
|
14542
|
+
alt?: string;
|
|
14543
|
+
/** JSONP */
|
|
14544
|
+
callback?: string;
|
|
14545
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
14546
|
+
fields?: string;
|
|
14547
|
+
/** 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. */
|
|
14548
|
+
key?: string;
|
|
14549
|
+
/** Required. The name of the Identity Mapping Store to get. Format: `projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}` */
|
|
14550
|
+
name: string;
|
|
14551
|
+
/** OAuth 2.0 token for the current user. */
|
|
14552
|
+
oauth_token?: string;
|
|
14553
|
+
/** Returns response with indentations and line breaks. */
|
|
14554
|
+
prettyPrint?: boolean;
|
|
14555
|
+
/** 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. */
|
|
14556
|
+
quotaUser?: string;
|
|
14557
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
14558
|
+
upload_protocol?: string;
|
|
14559
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
14560
|
+
uploadType?: string;
|
|
14561
|
+
}): Request<GoogleCloudDiscoveryengineV1betaIdentityMappingStore>;
|
|
14562
|
+
/** Imports a list of Identity Mapping Entries to an Identity Mapping Store. */
|
|
14563
|
+
importIdentityMappings(request: {
|
|
14564
|
+
/** V1 error format. */
|
|
14565
|
+
'$.xgafv'?: string;
|
|
14566
|
+
/** OAuth access token. */
|
|
14567
|
+
access_token?: string;
|
|
14568
|
+
/** Data format for response. */
|
|
14569
|
+
alt?: string;
|
|
14570
|
+
/** JSONP */
|
|
14571
|
+
callback?: string;
|
|
14572
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
14573
|
+
fields?: string;
|
|
14574
|
+
/** Required. The name of the Identity Mapping Store to import Identity Mapping Entries to. Format: `projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}` */
|
|
14575
|
+
identityMappingStore: string;
|
|
14576
|
+
/** 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. */
|
|
14577
|
+
key?: string;
|
|
14578
|
+
/** OAuth 2.0 token for the current user. */
|
|
14579
|
+
oauth_token?: string;
|
|
14580
|
+
/** Returns response with indentations and line breaks. */
|
|
14581
|
+
prettyPrint?: boolean;
|
|
14582
|
+
/** 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. */
|
|
14583
|
+
quotaUser?: string;
|
|
14584
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
14585
|
+
upload_protocol?: string;
|
|
14586
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
14587
|
+
uploadType?: string;
|
|
14588
|
+
/** Request body */
|
|
14589
|
+
resource: GoogleCloudDiscoveryengineV1betaImportIdentityMappingsRequest;
|
|
14590
|
+
}): Request<GoogleLongrunningOperation>;
|
|
14591
|
+
importIdentityMappings(
|
|
14592
|
+
request: {
|
|
14593
|
+
/** V1 error format. */
|
|
14594
|
+
'$.xgafv'?: string;
|
|
14595
|
+
/** OAuth access token. */
|
|
14596
|
+
access_token?: string;
|
|
14597
|
+
/** Data format for response. */
|
|
14598
|
+
alt?: string;
|
|
14599
|
+
/** JSONP */
|
|
14600
|
+
callback?: string;
|
|
14601
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
14602
|
+
fields?: string;
|
|
14603
|
+
/** Required. The name of the Identity Mapping Store to import Identity Mapping Entries to. Format: `projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}` */
|
|
14604
|
+
identityMappingStore: string;
|
|
14605
|
+
/** 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. */
|
|
14606
|
+
key?: string;
|
|
14607
|
+
/** OAuth 2.0 token for the current user. */
|
|
14608
|
+
oauth_token?: string;
|
|
14609
|
+
/** Returns response with indentations and line breaks. */
|
|
14610
|
+
prettyPrint?: boolean;
|
|
14611
|
+
/** 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. */
|
|
14612
|
+
quotaUser?: string;
|
|
14613
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
14614
|
+
upload_protocol?: string;
|
|
14615
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
14616
|
+
uploadType?: string;
|
|
14617
|
+
},
|
|
14618
|
+
body: GoogleCloudDiscoveryengineV1betaImportIdentityMappingsRequest
|
|
14619
|
+
): Request<GoogleLongrunningOperation>;
|
|
14620
|
+
/** Lists all Identity Mapping Stores. */
|
|
14621
|
+
list(request?: {
|
|
14622
|
+
/** V1 error format. */
|
|
14623
|
+
'$.xgafv'?: string;
|
|
14624
|
+
/** OAuth access token. */
|
|
14625
|
+
access_token?: string;
|
|
14626
|
+
/** Data format for response. */
|
|
14627
|
+
alt?: string;
|
|
14628
|
+
/** JSONP */
|
|
14629
|
+
callback?: string;
|
|
14630
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
14631
|
+
fields?: string;
|
|
14632
|
+
/** 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. */
|
|
14633
|
+
key?: string;
|
|
14634
|
+
/** OAuth 2.0 token for the current user. */
|
|
14635
|
+
oauth_token?: string;
|
|
14636
|
+
/** Maximum number of IdentityMappingStores to return. If unspecified, defaults to 100. The maximum allowed value is 1000. Values above 1000 will be coerced to 1000. */
|
|
14637
|
+
pageSize?: number;
|
|
14638
|
+
/** A page token, received from a previous `ListIdentityMappingStores` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListIdentityMappingStores` must match the call that provided the page token. */
|
|
14639
|
+
pageToken?: string;
|
|
14640
|
+
/** Required. The parent of the Identity Mapping Stores to list. Format: `projects/{project}/locations/{location}`. */
|
|
14641
|
+
parent: string;
|
|
14642
|
+
/** Returns response with indentations and line breaks. */
|
|
14643
|
+
prettyPrint?: boolean;
|
|
14644
|
+
/** 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. */
|
|
14645
|
+
quotaUser?: string;
|
|
14646
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
14647
|
+
upload_protocol?: string;
|
|
14648
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
14649
|
+
uploadType?: string;
|
|
14650
|
+
}): Request<GoogleCloudDiscoveryengineV1betaListIdentityMappingStoresResponse>;
|
|
14651
|
+
/** Lists Identity Mappings in an Identity Mapping Store. */
|
|
14652
|
+
listIdentityMappings(request?: {
|
|
14653
|
+
/** V1 error format. */
|
|
14654
|
+
'$.xgafv'?: string;
|
|
14655
|
+
/** OAuth access token. */
|
|
14656
|
+
access_token?: string;
|
|
14657
|
+
/** Data format for response. */
|
|
14658
|
+
alt?: string;
|
|
14659
|
+
/** JSONP */
|
|
14660
|
+
callback?: string;
|
|
14661
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
14662
|
+
fields?: string;
|
|
14663
|
+
/** Required. The name of the Identity Mapping Store to list Identity Mapping Entries in. Format: `projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}` */
|
|
14664
|
+
identityMappingStore: string;
|
|
14665
|
+
/** 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. */
|
|
14666
|
+
key?: string;
|
|
14667
|
+
/** OAuth 2.0 token for the current user. */
|
|
14668
|
+
oauth_token?: string;
|
|
14669
|
+
/** Maximum number of IdentityMappings to return. If unspecified, defaults to 2000. The maximum allowed value is 10000. Values above 10000 will be coerced to 10000. */
|
|
14670
|
+
pageSize?: number;
|
|
14671
|
+
/** A page token, received from a previous `ListIdentityMappings` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListIdentityMappings` must match the call that provided the page token. */
|
|
14672
|
+
pageToken?: string;
|
|
14673
|
+
/** Returns response with indentations and line breaks. */
|
|
14674
|
+
prettyPrint?: boolean;
|
|
14675
|
+
/** 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. */
|
|
14676
|
+
quotaUser?: string;
|
|
14677
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
14678
|
+
upload_protocol?: string;
|
|
14679
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
14680
|
+
uploadType?: string;
|
|
14681
|
+
}): Request<GoogleCloudDiscoveryengineV1betaListIdentityMappingsResponse>;
|
|
14682
|
+
/** Purges specified or all Identity Mapping Entries from an Identity Mapping Store. */
|
|
14683
|
+
purgeIdentityMappings(request: {
|
|
14684
|
+
/** V1 error format. */
|
|
14685
|
+
'$.xgafv'?: string;
|
|
14686
|
+
/** OAuth access token. */
|
|
14687
|
+
access_token?: string;
|
|
14688
|
+
/** Data format for response. */
|
|
14689
|
+
alt?: string;
|
|
14690
|
+
/** JSONP */
|
|
14691
|
+
callback?: string;
|
|
14692
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
14693
|
+
fields?: string;
|
|
14694
|
+
/** Required. The name of the Identity Mapping Store to purge Identity Mapping Entries from. Format: `projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}` */
|
|
14695
|
+
identityMappingStore: string;
|
|
14696
|
+
/** 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. */
|
|
14697
|
+
key?: string;
|
|
14698
|
+
/** OAuth 2.0 token for the current user. */
|
|
14699
|
+
oauth_token?: string;
|
|
14700
|
+
/** Returns response with indentations and line breaks. */
|
|
14701
|
+
prettyPrint?: boolean;
|
|
14702
|
+
/** 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. */
|
|
14703
|
+
quotaUser?: string;
|
|
14704
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
14705
|
+
upload_protocol?: string;
|
|
14706
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
14707
|
+
uploadType?: string;
|
|
14708
|
+
/** Request body */
|
|
14709
|
+
resource: GoogleCloudDiscoveryengineV1betaPurgeIdentityMappingsRequest;
|
|
14710
|
+
}): Request<GoogleLongrunningOperation>;
|
|
14711
|
+
purgeIdentityMappings(
|
|
14712
|
+
request: {
|
|
14713
|
+
/** V1 error format. */
|
|
14714
|
+
'$.xgafv'?: string;
|
|
14715
|
+
/** OAuth access token. */
|
|
14716
|
+
access_token?: string;
|
|
14717
|
+
/** Data format for response. */
|
|
14718
|
+
alt?: string;
|
|
14719
|
+
/** JSONP */
|
|
14720
|
+
callback?: string;
|
|
14721
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
14722
|
+
fields?: string;
|
|
14723
|
+
/** Required. The name of the Identity Mapping Store to purge Identity Mapping Entries from. Format: `projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}` */
|
|
14724
|
+
identityMappingStore: string;
|
|
14725
|
+
/** 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. */
|
|
14726
|
+
key?: string;
|
|
14727
|
+
/** OAuth 2.0 token for the current user. */
|
|
14728
|
+
oauth_token?: string;
|
|
14729
|
+
/** Returns response with indentations and line breaks. */
|
|
14730
|
+
prettyPrint?: boolean;
|
|
14731
|
+
/** 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. */
|
|
14732
|
+
quotaUser?: string;
|
|
14733
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
14734
|
+
upload_protocol?: string;
|
|
14735
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
14736
|
+
uploadType?: string;
|
|
14737
|
+
},
|
|
14738
|
+
body: GoogleCloudDiscoveryengineV1betaPurgeIdentityMappingsRequest
|
|
14739
|
+
): Request<GoogleLongrunningOperation>;
|
|
14326
14740
|
operations: OperationsResource;
|
|
14327
14741
|
}
|
|
14328
14742
|
interface OperationsResource {
|