@google-cloud/discoveryengine 2.1.0 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/build/protos/protos.d.ts +31 -316
- package/build/protos/protos.js +146 -593
- package/build/protos/protos.json +25 -1
- package/build/src/index.d.ts +1 -1
- package/build/src/index.js +1 -21
- package/build/src/v1/completion_service_client.d.ts +76 -76
- package/build/src/v1/completion_service_client.js +125 -262
- package/build/src/v1/control_service_client.d.ts +81 -81
- package/build/src/v1/control_service_client.js +96 -132
- package/build/src/v1/conversational_search_service_client.d.ts +143 -143
- package/build/src/v1/conversational_search_service_client.js +138 -226
- package/build/src/v1/data_store_service_client.d.ts +122 -122
- package/build/src/v1/data_store_service_client.js +134 -280
- package/build/src/v1/document_service_client.d.ts +120 -120
- package/build/src/v1/document_service_client.js +143 -300
- package/build/src/v1/engine_service_client.d.ts +103 -103
- package/build/src/v1/engine_service_client.js +134 -279
- package/build/src/v1/grounded_generation_service_client.d.ts +48 -48
- package/build/src/v1/grounded_generation_service_client.js +79 -100
- package/build/src/v1/project_service_client.d.ts +76 -76
- package/build/src/v1/project_service_client.js +108 -222
- package/build/src/v1/rank_service_client.d.ts +47 -47
- package/build/src/v1/rank_service_client.js +72 -85
- package/build/src/v1/recommendation_service_client.d.ts +47 -47
- package/build/src/v1/recommendation_service_client.js +70 -82
- package/build/src/v1/schema_service_client.d.ts +111 -111
- package/build/src/v1/schema_service_client.js +131 -273
- package/build/src/v1/search_service_client.d.ts +545 -545
- package/build/src/v1/search_service_client.js +90 -113
- package/build/src/v1/search_tuning_service_client.d.ts +77 -77
- package/build/src/v1/search_tuning_service_client.js +113 -235
- package/build/src/v1/serving_config_service_client.d.ts +48 -48
- package/build/src/v1/serving_config_service_client.js +69 -80
- package/build/src/v1/site_search_engine_service_client.d.ts +148 -148
- package/build/src/v1/site_search_engine_service_client.js +179 -378
- package/build/src/v1/user_event_service_client.d.ts +77 -77
- package/build/src/v1/user_event_service_client.js +121 -253
- package/build/src/v1alpha/acl_config_service_client.d.ts +49 -49
- package/build/src/v1alpha/acl_config_service_client.js +82 -106
- package/build/src/v1alpha/chunk_service_client.d.ts +88 -88
- package/build/src/v1alpha/chunk_service_client.js +92 -120
- package/build/src/v1alpha/completion_service_client.d.ts +77 -77
- package/build/src/v1alpha/completion_service_client.js +134 -280
- package/build/src/v1alpha/control_service_client.d.ts +85 -85
- package/build/src/v1alpha/control_service_client.js +105 -151
- package/build/src/v1alpha/conversational_search_service_client.d.ts +143 -143
- package/build/src/v1alpha/conversational_search_service_client.js +145 -237
- package/build/src/v1alpha/data_store_service_client.d.ts +126 -126
- package/build/src/v1alpha/data_store_service_client.js +151 -316
- package/build/src/v1alpha/document_service_client.d.ts +126 -126
- package/build/src/v1alpha/document_service_client.js +156 -328
- package/build/src/v1alpha/engine_service_client.d.ts +106 -106
- package/build/src/v1alpha/engine_service_client.js +155 -325
- package/build/src/v1alpha/estimate_billing_service_client.d.ts +76 -76
- package/build/src/v1alpha/estimate_billing_service_client.js +118 -243
- package/build/src/v1alpha/evaluation_service_client.d.ts +161 -161
- package/build/src/v1alpha/evaluation_service_client.js +143 -295
- package/build/src/v1alpha/grounded_generation_service_client.d.ts +48 -48
- package/build/src/v1alpha/grounded_generation_service_client.js +79 -100
- package/build/src/v1alpha/project_service_client.d.ts +78 -78
- package/build/src/v1alpha/project_service_client.js +126 -262
- package/build/src/v1alpha/rank_service_client.d.ts +47 -47
- package/build/src/v1alpha/rank_service_client.js +81 -104
- package/build/src/v1alpha/recommendation_service_client.d.ts +47 -47
- package/build/src/v1alpha/recommendation_service_client.js +79 -100
- package/build/src/v1alpha/sample_query_service_client.d.ts +123 -123
- package/build/src/v1alpha/sample_query_service_client.js +144 -301
- package/build/src/v1alpha/sample_query_set_service_client.d.ts +94 -94
- package/build/src/v1alpha/sample_query_set_service_client.js +106 -153
- package/build/src/v1alpha/schema_service_client.d.ts +112 -112
- package/build/src/v1alpha/schema_service_client.js +140 -292
- package/build/src/v1alpha/search_service_client.d.ts +327 -327
- package/build/src/v1alpha/search_service_client.js +88 -112
- package/build/src/v1alpha/search_tuning_service_client.d.ts +77 -77
- package/build/src/v1alpha/search_tuning_service_client.js +122 -253
- package/build/src/v1alpha/serving_config_service_client.d.ts +75 -75
- package/build/src/v1alpha/serving_config_service_client.js +97 -133
- package/build/src/v1alpha/site_search_engine_service_client.d.ts +151 -151
- package/build/src/v1alpha/site_search_engine_service_client.js +184 -387
- package/build/src/v1alpha/user_event_service_client.d.ts +78 -78
- package/build/src/v1alpha/user_event_service_client.js +130 -271
- package/build/src/v1beta/completion_service_client.d.ts +78 -78
- package/build/src/v1beta/completion_service_client.js +136 -279
- package/build/src/v1beta/control_service_client.d.ts +84 -84
- package/build/src/v1beta/control_service_client.js +103 -147
- package/build/src/v1beta/conversational_search_service_client.d.ts +142 -142
- package/build/src/v1beta/conversational_search_service_client.js +143 -233
- package/build/src/v1beta/data_store_service_client.d.ts +124 -124
- package/build/src/v1beta/data_store_service_client.js +141 -288
- package/build/src/v1beta/document_service_client.d.ts +124 -124
- package/build/src/v1beta/document_service_client.js +150 -309
- package/build/src/v1beta/engine_service_client.d.ts +106 -106
- package/build/src/v1beta/engine_service_client.js +153 -315
- package/build/src/v1beta/evaluation_service_client.d.ts +161 -161
- package/build/src/v1beta/evaluation_service_client.js +141 -285
- package/build/src/v1beta/grounded_generation_service_client.d.ts +49 -49
- package/build/src/v1beta/grounded_generation_service_client.js +86 -114
- package/build/src/v1beta/project_service_client.d.ts +76 -76
- package/build/src/v1beta/project_service_client.js +115 -231
- package/build/src/v1beta/rank_service_client.d.ts +47 -47
- package/build/src/v1beta/rank_service_client.js +79 -99
- package/build/src/v1beta/recommendation_service_client.d.ts +47 -47
- package/build/src/v1beta/recommendation_service_client.js +77 -96
- package/build/src/v1beta/sample_query_service_client.d.ts +123 -123
- package/build/src/v1beta/sample_query_service_client.js +142 -291
- package/build/src/v1beta/sample_query_set_service_client.d.ts +94 -94
- package/build/src/v1beta/sample_query_set_service_client.js +104 -149
- package/build/src/v1beta/schema_service_client.d.ts +111 -111
- package/build/src/v1beta/schema_service_client.js +138 -282
- package/build/src/v1beta/search_service_client.d.ts +665 -665
- package/build/src/v1beta/search_service_client.js +97 -128
- package/build/src/v1beta/search_tuning_service_client.d.ts +77 -77
- package/build/src/v1beta/search_tuning_service_client.js +120 -243
- package/build/src/v1beta/serving_config_service_client.d.ts +75 -75
- package/build/src/v1beta/serving_config_service_client.js +95 -129
- package/build/src/v1beta/site_search_engine_service_client.d.ts +151 -151
- package/build/src/v1beta/site_search_engine_service_client.js +186 -386
- package/build/src/v1beta/user_event_service_client.d.ts +78 -78
- package/build/src/v1beta/user_event_service_client.js +128 -261
- package/package.json +1 -1
package/build/protos/protos.d.ts
CHANGED
@@ -123,9 +123,6 @@ export namespace google {
|
|
123
123
|
/** Answer safetyRatings. */
|
124
124
|
public safetyRatings: google.cloud.discoveryengine.v1.ISafetyRating[];
|
125
125
|
|
126
|
-
/** Answer _groundingScore. */
|
127
|
-
public _groundingScore?: "groundingScore";
|
128
|
-
|
129
126
|
/**
|
130
127
|
* Creates a new Answer instance using the specified properties.
|
131
128
|
* @param [properties] Properties to set
|
@@ -455,12 +452,6 @@ export namespace google {
|
|
455
452
|
/** GroundingSupport sources. */
|
456
453
|
public sources: google.cloud.discoveryengine.v1.Answer.ICitationSource[];
|
457
454
|
|
458
|
-
/** GroundingSupport _groundingScore. */
|
459
|
-
public _groundingScore?: "groundingScore";
|
460
|
-
|
461
|
-
/** GroundingSupport _groundingCheckRequired. */
|
462
|
-
public _groundingCheckRequired?: "groundingCheckRequired";
|
463
|
-
|
464
455
|
/**
|
465
456
|
* Creates a new GroundingSupport instance using the specified properties.
|
466
457
|
* @param [properties] Properties to set
|
@@ -807,9 +798,6 @@ export namespace google {
|
|
807
798
|
/** ChunkContent relevanceScore. */
|
808
799
|
public relevanceScore?: (number|null);
|
809
800
|
|
810
|
-
/** ChunkContent _relevanceScore. */
|
811
|
-
public _relevanceScore?: "relevanceScore";
|
812
|
-
|
813
801
|
/**
|
814
802
|
* Creates a new ChunkContent instance using the specified properties.
|
815
803
|
* @param [properties] Properties to set
|
@@ -926,9 +914,6 @@ export namespace google {
|
|
926
914
|
/** ChunkInfo documentMetadata. */
|
927
915
|
public documentMetadata?: (google.cloud.discoveryengine.v1.Answer.Reference.ChunkInfo.IDocumentMetadata|null);
|
928
916
|
|
929
|
-
/** ChunkInfo _relevanceScore. */
|
930
|
-
public _relevanceScore?: "relevanceScore";
|
931
|
-
|
932
917
|
/**
|
933
918
|
* Creates a new ChunkInfo instance using the specified properties.
|
934
919
|
* @param [properties] Properties to set
|
@@ -1931,9 +1916,6 @@ export namespace google {
|
|
1931
1916
|
/** ChunkInfo relevanceScore. */
|
1932
1917
|
public relevanceScore?: (number|null);
|
1933
1918
|
|
1934
|
-
/** ChunkInfo _relevanceScore. */
|
1935
|
-
public _relevanceScore?: "relevanceScore";
|
1936
|
-
|
1937
1919
|
/**
|
1938
1920
|
* Creates a new ChunkInfo instance using the specified properties.
|
1939
1921
|
* @param [properties] Properties to set
|
@@ -2482,9 +2464,6 @@ export namespace google {
|
|
2482
2464
|
/** Chunk chunkMetadata. */
|
2483
2465
|
public chunkMetadata?: (google.cloud.discoveryengine.v1.Chunk.IChunkMetadata|null);
|
2484
2466
|
|
2485
|
-
/** Chunk _relevanceScore. */
|
2486
|
-
public _relevanceScore?: "relevanceScore";
|
2487
|
-
|
2488
2467
|
/**
|
2489
2468
|
* Creates a new Chunk instance using the specified properties.
|
2490
2469
|
* @param [properties] Properties to set
|
@@ -4755,7 +4734,7 @@ export namespace google {
|
|
4755
4734
|
interface IBigtableColumn {
|
4756
4735
|
|
4757
4736
|
/** BigtableColumn qualifier */
|
4758
|
-
qualifier?: (Uint8Array|string|null);
|
4737
|
+
qualifier?: (Uint8Array|Buffer|string|null);
|
4759
4738
|
|
4760
4739
|
/** BigtableColumn fieldName */
|
4761
4740
|
fieldName?: (string|null);
|
@@ -4777,7 +4756,7 @@ export namespace google {
|
|
4777
4756
|
constructor(properties?: google.cloud.discoveryengine.v1.BigtableOptions.IBigtableColumn);
|
4778
4757
|
|
4779
4758
|
/** BigtableColumn qualifier. */
|
4780
|
-
public qualifier: (Uint8Array|string);
|
4759
|
+
public qualifier: (Uint8Array|Buffer|string);
|
4781
4760
|
|
4782
4761
|
/** BigtableColumn fieldName. */
|
4783
4762
|
public fieldName: string;
|
@@ -7586,7 +7565,7 @@ export namespace google {
|
|
7586
7565
|
interface IContent {
|
7587
7566
|
|
7588
7567
|
/** Content rawBytes */
|
7589
|
-
rawBytes?: (Uint8Array|string|null);
|
7568
|
+
rawBytes?: (Uint8Array|Buffer|string|null);
|
7590
7569
|
|
7591
7570
|
/** Content uri */
|
7592
7571
|
uri?: (string|null);
|
@@ -7605,7 +7584,7 @@ export namespace google {
|
|
7605
7584
|
constructor(properties?: google.cloud.discoveryengine.v1.Document.IContent);
|
7606
7585
|
|
7607
7586
|
/** Content rawBytes. */
|
7608
|
-
public rawBytes?: (Uint8Array|string|null);
|
7587
|
+
public rawBytes?: (Uint8Array|Buffer|string|null);
|
7609
7588
|
|
7610
7589
|
/** Content uri. */
|
7611
7590
|
public uri?: (string|null);
|
@@ -8173,9 +8152,6 @@ export namespace google {
|
|
8173
8152
|
/** SearchInfo offset. */
|
8174
8153
|
public offset?: (number|null);
|
8175
8154
|
|
8176
|
-
/** SearchInfo _offset. */
|
8177
|
-
public _offset?: "offset";
|
8178
|
-
|
8179
8155
|
/**
|
8180
8156
|
* Creates a new SearchInfo instance using the specified properties.
|
8181
8157
|
* @param [properties] Properties to set
|
@@ -8406,18 +8382,6 @@ export namespace google {
|
|
8406
8382
|
/** TransactionInfo discountValue. */
|
8407
8383
|
public discountValue?: (number|null);
|
8408
8384
|
|
8409
|
-
/** TransactionInfo _value. */
|
8410
|
-
public _value?: "value";
|
8411
|
-
|
8412
|
-
/** TransactionInfo _tax. */
|
8413
|
-
public _tax?: "tax";
|
8414
|
-
|
8415
|
-
/** TransactionInfo _cost. */
|
8416
|
-
public _cost?: "cost";
|
8417
|
-
|
8418
|
-
/** TransactionInfo _discountValue. */
|
8419
|
-
public _discountValue?: "discountValue";
|
8420
|
-
|
8421
8385
|
/**
|
8422
8386
|
* Creates a new TransactionInfo instance using the specified properties.
|
8423
8387
|
* @param [properties] Properties to set
|
@@ -8554,12 +8518,6 @@ export namespace google {
|
|
8554
8518
|
/** DocumentInfo documentDescriptor. */
|
8555
8519
|
public documentDescriptor?: ("id"|"name"|"uri");
|
8556
8520
|
|
8557
|
-
/** DocumentInfo _quantity. */
|
8558
|
-
public _quantity?: "quantity";
|
8559
|
-
|
8560
|
-
/** DocumentInfo _conversionValue. */
|
8561
|
-
public _conversionValue?: "conversionValue";
|
8562
|
-
|
8563
8521
|
/**
|
8564
8522
|
* Creates a new DocumentInfo instance using the specified properties.
|
8565
8523
|
* @param [properties] Properties to set
|
@@ -8681,12 +8639,6 @@ export namespace google {
|
|
8681
8639
|
/** PanelInfo documents. */
|
8682
8640
|
public documents: google.cloud.discoveryengine.v1.IDocumentInfo[];
|
8683
8641
|
|
8684
|
-
/** PanelInfo _panelPosition. */
|
8685
|
-
public _panelPosition?: "panelPosition";
|
8686
|
-
|
8687
|
-
/** PanelInfo _totalPanels. */
|
8688
|
-
public _totalPanels?: "totalPanels";
|
8689
|
-
|
8690
8642
|
/**
|
8691
8643
|
* Creates a new PanelInfo instance using the specified properties.
|
8692
8644
|
* @param [properties] Properties to set
|
@@ -8790,9 +8742,6 @@ export namespace google {
|
|
8790
8742
|
/** MediaInfo mediaProgressPercentage. */
|
8791
8743
|
public mediaProgressPercentage?: (number|null);
|
8792
8744
|
|
8793
|
-
/** MediaInfo _mediaProgressPercentage. */
|
8794
|
-
public _mediaProgressPercentage?: "mediaProgressPercentage";
|
8795
|
-
|
8796
8745
|
/**
|
8797
8746
|
* Creates a new MediaInfo instance using the specified properties.
|
8798
8747
|
* @param [properties] Properties to set
|
@@ -15410,9 +15359,6 @@ export namespace google {
|
|
15410
15359
|
/** SessionSpec searchResultPersistenceCount. */
|
15411
15360
|
public searchResultPersistenceCount?: (number|null);
|
15412
15361
|
|
15413
|
-
/** SessionSpec _searchResultPersistenceCount. */
|
15414
|
-
public _searchResultPersistenceCount?: "searchResultPersistenceCount";
|
15415
|
-
|
15416
15362
|
/**
|
15417
15363
|
* Creates a new SessionSpec instance using the specified properties.
|
15418
15364
|
* @param [properties] Properties to set
|
@@ -19032,9 +18978,6 @@ export namespace google {
|
|
19032
18978
|
/** AnswerGenerationSpec ignoreJailBreakingQuery. */
|
19033
18979
|
public ignoreJailBreakingQuery: boolean;
|
19034
18980
|
|
19035
|
-
/** AnswerGenerationSpec _ignoreLowRelevantContent. */
|
19036
|
-
public _ignoreLowRelevantContent?: "ignoreLowRelevantContent";
|
19037
|
-
|
19038
18981
|
/**
|
19039
18982
|
* Creates a new AnswerGenerationSpec instance using the specified properties.
|
19040
18983
|
* @param [properties] Properties to set
|
@@ -22936,12 +22879,6 @@ export namespace google {
|
|
22936
22879
|
/** AdvancedSiteSearchConfig disableAutomaticRefresh. */
|
22937
22880
|
public disableAutomaticRefresh?: (boolean|null);
|
22938
22881
|
|
22939
|
-
/** AdvancedSiteSearchConfig _disableInitialIndex. */
|
22940
|
-
public _disableInitialIndex?: "disableInitialIndex";
|
22941
|
-
|
22942
|
-
/** AdvancedSiteSearchConfig _disableAutomaticRefresh. */
|
22943
|
-
public _disableAutomaticRefresh?: "disableAutomaticRefresh";
|
22944
|
-
|
22945
22882
|
/**
|
22946
22883
|
* Creates a new AdvancedSiteSearchConfig instance using the specified properties.
|
22947
22884
|
* @param [properties] Properties to set
|
@@ -28656,27 +28593,6 @@ export namespace google {
|
|
28656
28593
|
/** GenerationSpec maxOutputTokens. */
|
28657
28594
|
public maxOutputTokens?: (number|null);
|
28658
28595
|
|
28659
|
-
/** GenerationSpec _temperature. */
|
28660
|
-
public _temperature?: "temperature";
|
28661
|
-
|
28662
|
-
/** GenerationSpec _topP. */
|
28663
|
-
public _topP?: "topP";
|
28664
|
-
|
28665
|
-
/** GenerationSpec _topK. */
|
28666
|
-
public _topK?: "topK";
|
28667
|
-
|
28668
|
-
/** GenerationSpec _frequencyPenalty. */
|
28669
|
-
public _frequencyPenalty?: "frequencyPenalty";
|
28670
|
-
|
28671
|
-
/** GenerationSpec _seed. */
|
28672
|
-
public _seed?: "seed";
|
28673
|
-
|
28674
|
-
/** GenerationSpec _presencePenalty. */
|
28675
|
-
public _presencePenalty?: "presencePenalty";
|
28676
|
-
|
28677
|
-
/** GenerationSpec _maxOutputTokens. */
|
28678
|
-
public _maxOutputTokens?: "maxOutputTokens";
|
28679
|
-
|
28680
28596
|
/**
|
28681
28597
|
* Creates a new GenerationSpec instance using the specified properties.
|
28682
28598
|
* @param [properties] Properties to set
|
@@ -28879,9 +28795,6 @@ export namespace google {
|
|
28879
28795
|
/** DynamicRetrievalPredictor threshold. */
|
28880
28796
|
public threshold?: (number|null);
|
28881
28797
|
|
28882
|
-
/** DynamicRetrievalPredictor _threshold. */
|
28883
|
-
public _threshold?: "threshold";
|
28884
|
-
|
28885
28798
|
/**
|
28886
28799
|
* Creates a new DynamicRetrievalPredictor instance using the specified properties.
|
28887
28800
|
* @param [properties] Properties to set
|
@@ -29731,9 +29644,6 @@ export namespace google {
|
|
29731
29644
|
/** Candidate groundingMetadata. */
|
29732
29645
|
public groundingMetadata?: (google.cloud.discoveryengine.v1.GenerateGroundedContentResponse.Candidate.IGroundingMetadata|null);
|
29733
29646
|
|
29734
|
-
/** Candidate _groundingScore. */
|
29735
|
-
public _groundingScore?: "groundingScore";
|
29736
|
-
|
29737
29647
|
/**
|
29738
29648
|
* Creates a new Candidate instance using the specified properties.
|
29739
29649
|
* @param [properties] Properties to set
|
@@ -30180,9 +30090,6 @@ export namespace google {
|
|
30180
30090
|
/** DynamicRetrievalPredictorMetadata prediction. */
|
30181
30091
|
public prediction?: (number|null);
|
30182
30092
|
|
30183
|
-
/** DynamicRetrievalPredictorMetadata _prediction. */
|
30184
|
-
public _prediction?: "prediction";
|
30185
|
-
|
30186
30093
|
/**
|
30187
30094
|
* Creates a new DynamicRetrievalPredictorMetadata instance using the specified properties.
|
30188
30095
|
* @param [properties] Properties to set
|
@@ -30277,7 +30184,7 @@ export namespace google {
|
|
30277
30184
|
renderedContent?: (string|null);
|
30278
30185
|
|
30279
30186
|
/** SearchEntryPoint sdkBlob */
|
30280
|
-
sdkBlob?: (Uint8Array|string|null);
|
30187
|
+
sdkBlob?: (Uint8Array|Buffer|string|null);
|
30281
30188
|
}
|
30282
30189
|
|
30283
30190
|
/** Represents a SearchEntryPoint. */
|
@@ -30293,7 +30200,7 @@ export namespace google {
|
|
30293
30200
|
public renderedContent: string;
|
30294
30201
|
|
30295
30202
|
/** SearchEntryPoint sdkBlob. */
|
30296
|
-
public sdkBlob: (Uint8Array|string);
|
30203
|
+
public sdkBlob: (Uint8Array|Buffer|string);
|
30297
30204
|
|
30298
30205
|
/**
|
30299
30206
|
* Creates a new SearchEntryPoint instance using the specified properties.
|
@@ -30404,9 +30311,6 @@ export namespace google {
|
|
30404
30311
|
/** GroundingSupport supportScore. */
|
30405
30312
|
public supportScore?: (number|null);
|
30406
30313
|
|
30407
|
-
/** GroundingSupport _supportScore. */
|
30408
|
-
public _supportScore?: "supportScore";
|
30409
|
-
|
30410
30314
|
/**
|
30411
30315
|
* Creates a new GroundingSupport instance using the specified properties.
|
30412
30316
|
* @param [properties] Properties to set
|
@@ -30831,9 +30735,6 @@ export namespace google {
|
|
30831
30735
|
/** CheckGroundingSpec citationThreshold. */
|
30832
30736
|
public citationThreshold?: (number|null);
|
30833
30737
|
|
30834
|
-
/** CheckGroundingSpec _citationThreshold. */
|
30835
|
-
public _citationThreshold?: "citationThreshold";
|
30836
|
-
|
30837
30738
|
/**
|
30838
30739
|
* Creates a new CheckGroundingSpec instance using the specified properties.
|
30839
30740
|
* @param [properties] Properties to set
|
@@ -31070,9 +30971,6 @@ export namespace google {
|
|
31070
30971
|
/** CheckGroundingResponse claims. */
|
31071
30972
|
public claims: google.cloud.discoveryengine.v1.CheckGroundingResponse.IClaim[];
|
31072
30973
|
|
31073
|
-
/** CheckGroundingResponse _supportScore. */
|
31074
|
-
public _supportScore?: "supportScore";
|
31075
|
-
|
31076
30974
|
/**
|
31077
30975
|
* Creates a new CheckGroundingResponse instance using the specified properties.
|
31078
30976
|
* @param [properties] Properties to set
|
@@ -31293,15 +31191,6 @@ export namespace google {
|
|
31293
31191
|
/** Claim groundingCheckRequired. */
|
31294
31192
|
public groundingCheckRequired?: (boolean|null);
|
31295
31193
|
|
31296
|
-
/** Claim _startPos. */
|
31297
|
-
public _startPos?: "startPos";
|
31298
|
-
|
31299
|
-
/** Claim _endPos. */
|
31300
|
-
public _endPos?: "endPos";
|
31301
|
-
|
31302
|
-
/** Claim _groundingCheckRequired. */
|
31303
|
-
public _groundingCheckRequired?: "groundingCheckRequired";
|
31304
|
-
|
31305
31194
|
/**
|
31306
31195
|
* Creates a new Claim instance using the specified properties.
|
31307
31196
|
* @param [properties] Properties to set
|
@@ -40337,9 +40226,6 @@ export namespace google {
|
|
40337
40226
|
/** WriteUserEventRequest writeAsync. */
|
40338
40227
|
public writeAsync: boolean;
|
40339
40228
|
|
40340
|
-
/** WriteUserEventRequest _userEvent. */
|
40341
|
-
public _userEvent?: "userEvent";
|
40342
|
-
|
40343
40229
|
/**
|
40344
40230
|
* Creates a new WriteUserEventRequest instance using the specified properties.
|
40345
40231
|
* @param [properties] Properties to set
|
@@ -40455,12 +40341,6 @@ export namespace google {
|
|
40455
40341
|
/** CollectUserEventRequest ets. */
|
40456
40342
|
public ets?: (number|Long|string|null);
|
40457
40343
|
|
40458
|
-
/** CollectUserEventRequest _uri. */
|
40459
|
-
public _uri?: "uri";
|
40460
|
-
|
40461
|
-
/** CollectUserEventRequest _ets. */
|
40462
|
-
public _ets?: "ets";
|
40463
|
-
|
40464
40344
|
/**
|
40465
40345
|
* Creates a new CollectUserEventRequest instance using the specified properties.
|
40466
40346
|
* @param [properties] Properties to set
|
@@ -42619,9 +42499,6 @@ export namespace google {
|
|
42619
42499
|
/** ChunkContent relevanceScore. */
|
42620
42500
|
public relevanceScore?: (number|null);
|
42621
42501
|
|
42622
|
-
/** ChunkContent _relevanceScore. */
|
42623
|
-
public _relevanceScore?: "relevanceScore";
|
42624
|
-
|
42625
42502
|
/**
|
42626
42503
|
* Creates a new ChunkContent instance using the specified properties.
|
42627
42504
|
* @param [properties] Properties to set
|
@@ -42738,9 +42615,6 @@ export namespace google {
|
|
42738
42615
|
/** ChunkInfo documentMetadata. */
|
42739
42616
|
public documentMetadata?: (google.cloud.discoveryengine.v1alpha.Answer.Reference.ChunkInfo.IDocumentMetadata|null);
|
42740
42617
|
|
42741
|
-
/** ChunkInfo _relevanceScore. */
|
42742
|
-
public _relevanceScore?: "relevanceScore";
|
42743
|
-
|
42744
42618
|
/**
|
42745
42619
|
* Creates a new ChunkInfo instance using the specified properties.
|
42746
42620
|
* @param [properties] Properties to set
|
@@ -43731,9 +43605,6 @@ export namespace google {
|
|
43731
43605
|
/** ChunkInfo relevanceScore. */
|
43732
43606
|
public relevanceScore?: (number|null);
|
43733
43607
|
|
43734
|
-
/** ChunkInfo _relevanceScore. */
|
43735
|
-
public _relevanceScore?: "relevanceScore";
|
43736
|
-
|
43737
43608
|
/**
|
43738
43609
|
* Creates a new ChunkInfo instance using the specified properties.
|
43739
43610
|
* @param [properties] Properties to set
|
@@ -44120,9 +43991,6 @@ export namespace google {
|
|
44120
43991
|
/** Chunk chunkMetadata. */
|
44121
43992
|
public chunkMetadata?: (google.cloud.discoveryengine.v1alpha.Chunk.IChunkMetadata|null);
|
44122
43993
|
|
44123
|
-
/** Chunk _relevanceScore. */
|
44124
|
-
public _relevanceScore?: "relevanceScore";
|
44125
|
-
|
44126
43994
|
/**
|
44127
43995
|
* Creates a new Chunk instance using the specified properties.
|
44128
43996
|
* @param [properties] Properties to set
|
@@ -46180,7 +46048,7 @@ export namespace google {
|
|
46180
46048
|
interface IBigtableColumn {
|
46181
46049
|
|
46182
46050
|
/** BigtableColumn qualifier */
|
46183
|
-
qualifier?: (Uint8Array|string|null);
|
46051
|
+
qualifier?: (Uint8Array|Buffer|string|null);
|
46184
46052
|
|
46185
46053
|
/** BigtableColumn fieldName */
|
46186
46054
|
fieldName?: (string|null);
|
@@ -46202,7 +46070,7 @@ export namespace google {
|
|
46202
46070
|
constructor(properties?: google.cloud.discoveryengine.v1alpha.BigtableOptions.IBigtableColumn);
|
46203
46071
|
|
46204
46072
|
/** BigtableColumn qualifier. */
|
46205
|
-
public qualifier: (Uint8Array|string);
|
46073
|
+
public qualifier: (Uint8Array|Buffer|string);
|
46206
46074
|
|
46207
46075
|
/** BigtableColumn fieldName. */
|
46208
46076
|
public fieldName: string;
|
@@ -49453,7 +49321,7 @@ export namespace google {
|
|
49453
49321
|
interface IContent {
|
49454
49322
|
|
49455
49323
|
/** Content rawBytes */
|
49456
|
-
rawBytes?: (Uint8Array|string|null);
|
49324
|
+
rawBytes?: (Uint8Array|Buffer|string|null);
|
49457
49325
|
|
49458
49326
|
/** Content uri */
|
49459
49327
|
uri?: (string|null);
|
@@ -49472,7 +49340,7 @@ export namespace google {
|
|
49472
49340
|
constructor(properties?: google.cloud.discoveryengine.v1alpha.Document.IContent);
|
49473
49341
|
|
49474
49342
|
/** Content rawBytes. */
|
49475
|
-
public rawBytes?: (Uint8Array|string|null);
|
49343
|
+
public rawBytes?: (Uint8Array|Buffer|string|null);
|
49476
49344
|
|
49477
49345
|
/** Content uri. */
|
49478
49346
|
public uri?: (string|null);
|
@@ -50224,9 +50092,6 @@ export namespace google {
|
|
50224
50092
|
/** Target score. */
|
50225
50093
|
public score?: (number|null);
|
50226
50094
|
|
50227
|
-
/** Target _score. */
|
50228
|
-
public _score?: "score";
|
50229
|
-
|
50230
50095
|
/**
|
50231
50096
|
* Creates a new Target instance using the specified properties.
|
50232
50097
|
* @param [properties] Properties to set
|
@@ -50664,9 +50529,6 @@ export namespace google {
|
|
50664
50529
|
/** SearchInfo offset. */
|
50665
50530
|
public offset?: (number|null);
|
50666
50531
|
|
50667
|
-
/** SearchInfo _offset. */
|
50668
|
-
public _offset?: "offset";
|
50669
|
-
|
50670
50532
|
/**
|
50671
50533
|
* Creates a new SearchInfo instance using the specified properties.
|
50672
50534
|
* @param [properties] Properties to set
|
@@ -50897,18 +50759,6 @@ export namespace google {
|
|
50897
50759
|
/** TransactionInfo discountValue. */
|
50898
50760
|
public discountValue?: (number|null);
|
50899
50761
|
|
50900
|
-
/** TransactionInfo _value. */
|
50901
|
-
public _value?: "value";
|
50902
|
-
|
50903
|
-
/** TransactionInfo _tax. */
|
50904
|
-
public _tax?: "tax";
|
50905
|
-
|
50906
|
-
/** TransactionInfo _cost. */
|
50907
|
-
public _cost?: "cost";
|
50908
|
-
|
50909
|
-
/** TransactionInfo _discountValue. */
|
50910
|
-
public _discountValue?: "discountValue";
|
50911
|
-
|
50912
50762
|
/**
|
50913
50763
|
* Creates a new TransactionInfo instance using the specified properties.
|
50914
50764
|
* @param [properties] Properties to set
|
@@ -51039,9 +50889,6 @@ export namespace google {
|
|
51039
50889
|
/** DocumentInfo documentDescriptor. */
|
51040
50890
|
public documentDescriptor?: ("id"|"name"|"uri");
|
51041
50891
|
|
51042
|
-
/** DocumentInfo _quantity. */
|
51043
|
-
public _quantity?: "quantity";
|
51044
|
-
|
51045
50892
|
/**
|
51046
50893
|
* Creates a new DocumentInfo instance using the specified properties.
|
51047
50894
|
* @param [properties] Properties to set
|
@@ -51157,12 +51004,6 @@ export namespace google {
|
|
51157
51004
|
/** PanelInfo totalPanels. */
|
51158
51005
|
public totalPanels?: (number|null);
|
51159
51006
|
|
51160
|
-
/** PanelInfo _panelPosition. */
|
51161
|
-
public _panelPosition?: "panelPosition";
|
51162
|
-
|
51163
|
-
/** PanelInfo _totalPanels. */
|
51164
|
-
public _totalPanels?: "totalPanels";
|
51165
|
-
|
51166
51007
|
/**
|
51167
51008
|
* Creates a new PanelInfo instance using the specified properties.
|
51168
51009
|
* @param [properties] Properties to set
|
@@ -51266,9 +51107,6 @@ export namespace google {
|
|
51266
51107
|
/** MediaInfo mediaProgressPercentage. */
|
51267
51108
|
public mediaProgressPercentage?: (number|null);
|
51268
51109
|
|
51269
|
-
/** MediaInfo _mediaProgressPercentage. */
|
51270
|
-
public _mediaProgressPercentage?: "mediaProgressPercentage";
|
51271
|
-
|
51272
51110
|
/**
|
51273
51111
|
* Creates a new MediaInfo instance using the specified properties.
|
51274
51112
|
* @param [properties] Properties to set
|
@@ -57830,9 +57668,6 @@ export namespace google {
|
|
57830
57668
|
/** SessionSpec searchResultPersistenceCount. */
|
57831
57669
|
public searchResultPersistenceCount?: (number|null);
|
57832
57670
|
|
57833
|
-
/** SessionSpec _searchResultPersistenceCount. */
|
57834
|
-
public _searchResultPersistenceCount?: "searchResultPersistenceCount";
|
57835
|
-
|
57836
57671
|
/**
|
57837
57672
|
* Creates a new SessionSpec instance using the specified properties.
|
57838
57673
|
* @param [properties] Properties to set
|
@@ -62421,9 +62256,6 @@ export namespace google {
|
|
62421
62256
|
/** AnswerGenerationSpec ignoreLowRelevantContent. */
|
62422
62257
|
public ignoreLowRelevantContent?: (boolean|null);
|
62423
62258
|
|
62424
|
-
/** AnswerGenerationSpec _ignoreLowRelevantContent. */
|
62425
|
-
public _ignoreLowRelevantContent?: "ignoreLowRelevantContent";
|
62426
|
-
|
62427
62259
|
/**
|
62428
62260
|
* Creates a new AnswerGenerationSpec instance using the specified properties.
|
62429
62261
|
* @param [properties] Properties to set
|
@@ -74530,9 +74362,6 @@ export namespace google {
|
|
74530
74362
|
/** CheckGroundingSpec citationThreshold. */
|
74531
74363
|
public citationThreshold?: (number|null);
|
74532
74364
|
|
74533
|
-
/** CheckGroundingSpec _citationThreshold. */
|
74534
|
-
public _citationThreshold?: "citationThreshold";
|
74535
|
-
|
74536
74365
|
/**
|
74537
74366
|
* Creates a new CheckGroundingSpec instance using the specified properties.
|
74538
74367
|
* @param [properties] Properties to set
|
@@ -74763,9 +74592,6 @@ export namespace google {
|
|
74763
74592
|
/** CheckGroundingResponse claims. */
|
74764
74593
|
public claims: google.cloud.discoveryengine.v1alpha.CheckGroundingResponse.IClaim[];
|
74765
74594
|
|
74766
|
-
/** CheckGroundingResponse _supportScore. */
|
74767
|
-
public _supportScore?: "supportScore";
|
74768
|
-
|
74769
74595
|
/**
|
74770
74596
|
* Creates a new CheckGroundingResponse instance using the specified properties.
|
74771
74597
|
* @param [properties] Properties to set
|
@@ -74889,15 +74715,6 @@ export namespace google {
|
|
74889
74715
|
/** Claim groundingCheckRequired. */
|
74890
74716
|
public groundingCheckRequired?: (boolean|null);
|
74891
74717
|
|
74892
|
-
/** Claim _startPos. */
|
74893
|
-
public _startPos?: "startPos";
|
74894
|
-
|
74895
|
-
/** Claim _endPos. */
|
74896
|
-
public _endPos?: "endPos";
|
74897
|
-
|
74898
|
-
/** Claim _groundingCheckRequired. */
|
74899
|
-
public _groundingCheckRequired?: "groundingCheckRequired";
|
74900
|
-
|
74901
74718
|
/**
|
74902
74719
|
* Creates a new Claim instance using the specified properties.
|
74903
74720
|
* @param [properties] Properties to set
|
@@ -85611,9 +85428,6 @@ export namespace google {
|
|
85611
85428
|
/** WriteUserEventRequest writeAsync. */
|
85612
85429
|
public writeAsync: boolean;
|
85613
85430
|
|
85614
|
-
/** WriteUserEventRequest _userEvent. */
|
85615
|
-
public _userEvent?: "userEvent";
|
85616
|
-
|
85617
85431
|
/**
|
85618
85432
|
* Creates a new WriteUserEventRequest instance using the specified properties.
|
85619
85433
|
* @param [properties] Properties to set
|
@@ -85729,12 +85543,6 @@ export namespace google {
|
|
85729
85543
|
/** CollectUserEventRequest ets. */
|
85730
85544
|
public ets?: (number|Long|string|null);
|
85731
85545
|
|
85732
|
-
/** CollectUserEventRequest _uri. */
|
85733
|
-
public _uri?: "uri";
|
85734
|
-
|
85735
|
-
/** CollectUserEventRequest _ets. */
|
85736
|
-
public _ets?: "ets";
|
85737
|
-
|
85738
85546
|
/**
|
85739
85547
|
* Creates a new CollectUserEventRequest instance using the specified properties.
|
85740
85548
|
* @param [properties] Properties to set
|
@@ -86450,9 +86258,6 @@ export namespace google {
|
|
86450
86258
|
/** ChunkContent relevanceScore. */
|
86451
86259
|
public relevanceScore?: (number|null);
|
86452
86260
|
|
86453
|
-
/** ChunkContent _relevanceScore. */
|
86454
|
-
public _relevanceScore?: "relevanceScore";
|
86455
|
-
|
86456
86261
|
/**
|
86457
86262
|
* Creates a new ChunkContent instance using the specified properties.
|
86458
86263
|
* @param [properties] Properties to set
|
@@ -86569,9 +86374,6 @@ export namespace google {
|
|
86569
86374
|
/** ChunkInfo documentMetadata. */
|
86570
86375
|
public documentMetadata?: (google.cloud.discoveryengine.v1beta.Answer.Reference.ChunkInfo.IDocumentMetadata|null);
|
86571
86376
|
|
86572
|
-
/** ChunkInfo _relevanceScore. */
|
86573
|
-
public _relevanceScore?: "relevanceScore";
|
86574
|
-
|
86575
86377
|
/**
|
86576
86378
|
* Creates a new ChunkInfo instance using the specified properties.
|
86577
86379
|
* @param [properties] Properties to set
|
@@ -87562,9 +87364,6 @@ export namespace google {
|
|
87562
87364
|
/** ChunkInfo relevanceScore. */
|
87563
87365
|
public relevanceScore?: (number|null);
|
87564
87366
|
|
87565
|
-
/** ChunkInfo _relevanceScore. */
|
87566
|
-
public _relevanceScore?: "relevanceScore";
|
87567
|
-
|
87568
87367
|
/**
|
87569
87368
|
* Creates a new ChunkInfo instance using the specified properties.
|
87570
87369
|
* @param [properties] Properties to set
|
@@ -87954,9 +87753,6 @@ export namespace google {
|
|
87954
87753
|
/** Chunk chunkMetadata. */
|
87955
87754
|
public chunkMetadata?: (google.cloud.discoveryengine.v1beta.Chunk.IChunkMetadata|null);
|
87956
87755
|
|
87957
|
-
/** Chunk _relevanceScore. */
|
87958
|
-
public _relevanceScore?: "relevanceScore";
|
87959
|
-
|
87960
87756
|
/**
|
87961
87757
|
* Creates a new Chunk instance using the specified properties.
|
87962
87758
|
* @param [properties] Properties to set
|
@@ -90741,7 +90537,7 @@ export namespace google {
|
|
90741
90537
|
interface IContent {
|
90742
90538
|
|
90743
90539
|
/** Content rawBytes */
|
90744
|
-
rawBytes?: (Uint8Array|string|null);
|
90540
|
+
rawBytes?: (Uint8Array|Buffer|string|null);
|
90745
90541
|
|
90746
90542
|
/** Content uri */
|
90747
90543
|
uri?: (string|null);
|
@@ -90760,7 +90556,7 @@ export namespace google {
|
|
90760
90556
|
constructor(properties?: google.cloud.discoveryengine.v1beta.Document.IContent);
|
90761
90557
|
|
90762
90558
|
/** Content rawBytes. */
|
90763
|
-
public rawBytes?: (Uint8Array|string|null);
|
90559
|
+
public rawBytes?: (Uint8Array|Buffer|string|null);
|
90764
90560
|
|
90765
90561
|
/** Content uri. */
|
90766
90562
|
public uri?: (string|null);
|
@@ -91531,7 +91327,7 @@ export namespace google {
|
|
91531
91327
|
interface IBigtableColumn {
|
91532
91328
|
|
91533
91329
|
/** BigtableColumn qualifier */
|
91534
|
-
qualifier?: (Uint8Array|string|null);
|
91330
|
+
qualifier?: (Uint8Array|Buffer|string|null);
|
91535
91331
|
|
91536
91332
|
/** BigtableColumn fieldName */
|
91537
91333
|
fieldName?: (string|null);
|
@@ -91553,7 +91349,7 @@ export namespace google {
|
|
91553
91349
|
constructor(properties?: google.cloud.discoveryengine.v1beta.BigtableOptions.IBigtableColumn);
|
91554
91350
|
|
91555
91351
|
/** BigtableColumn qualifier. */
|
91556
|
-
public qualifier: (Uint8Array|string);
|
91352
|
+
public qualifier: (Uint8Array|Buffer|string);
|
91557
91353
|
|
91558
91354
|
/** BigtableColumn fieldName. */
|
91559
91355
|
public fieldName: string;
|
@@ -94888,9 +94684,6 @@ export namespace google {
|
|
94888
94684
|
/** Target score. */
|
94889
94685
|
public score?: (number|null);
|
94890
94686
|
|
94891
|
-
/** Target _score. */
|
94892
|
-
public _score?: "score";
|
94893
|
-
|
94894
94687
|
/**
|
94895
94688
|
* Creates a new Target instance using the specified properties.
|
94896
94689
|
* @param [properties] Properties to set
|
@@ -95334,9 +95127,6 @@ export namespace google {
|
|
95334
95127
|
/** SearchInfo offset. */
|
95335
95128
|
public offset?: (number|null);
|
95336
95129
|
|
95337
|
-
/** SearchInfo _offset. */
|
95338
|
-
public _offset?: "offset";
|
95339
|
-
|
95340
95130
|
/**
|
95341
95131
|
* Creates a new SearchInfo instance using the specified properties.
|
95342
95132
|
* @param [properties] Properties to set
|
@@ -95567,18 +95357,6 @@ export namespace google {
|
|
95567
95357
|
/** TransactionInfo discountValue. */
|
95568
95358
|
public discountValue?: (number|null);
|
95569
95359
|
|
95570
|
-
/** TransactionInfo _value. */
|
95571
|
-
public _value?: "value";
|
95572
|
-
|
95573
|
-
/** TransactionInfo _tax. */
|
95574
|
-
public _tax?: "tax";
|
95575
|
-
|
95576
|
-
/** TransactionInfo _cost. */
|
95577
|
-
public _cost?: "cost";
|
95578
|
-
|
95579
|
-
/** TransactionInfo _discountValue. */
|
95580
|
-
public _discountValue?: "discountValue";
|
95581
|
-
|
95582
95360
|
/**
|
95583
95361
|
* Creates a new TransactionInfo instance using the specified properties.
|
95584
95362
|
* @param [properties] Properties to set
|
@@ -95709,9 +95487,6 @@ export namespace google {
|
|
95709
95487
|
/** DocumentInfo documentDescriptor. */
|
95710
95488
|
public documentDescriptor?: ("id"|"name"|"uri");
|
95711
95489
|
|
95712
|
-
/** DocumentInfo _quantity. */
|
95713
|
-
public _quantity?: "quantity";
|
95714
|
-
|
95715
95490
|
/**
|
95716
95491
|
* Creates a new DocumentInfo instance using the specified properties.
|
95717
95492
|
* @param [properties] Properties to set
|
@@ -95833,12 +95608,6 @@ export namespace google {
|
|
95833
95608
|
/** PanelInfo documents. */
|
95834
95609
|
public documents: google.cloud.discoveryengine.v1beta.IDocumentInfo[];
|
95835
95610
|
|
95836
|
-
/** PanelInfo _panelPosition. */
|
95837
|
-
public _panelPosition?: "panelPosition";
|
95838
|
-
|
95839
|
-
/** PanelInfo _totalPanels. */
|
95840
|
-
public _totalPanels?: "totalPanels";
|
95841
|
-
|
95842
95611
|
/**
|
95843
95612
|
* Creates a new PanelInfo instance using the specified properties.
|
95844
95613
|
* @param [properties] Properties to set
|
@@ -95942,9 +95711,6 @@ export namespace google {
|
|
95942
95711
|
/** MediaInfo mediaProgressPercentage. */
|
95943
95712
|
public mediaProgressPercentage?: (number|null);
|
95944
95713
|
|
95945
|
-
/** MediaInfo _mediaProgressPercentage. */
|
95946
|
-
public _mediaProgressPercentage?: "mediaProgressPercentage";
|
95947
|
-
|
95948
95714
|
/**
|
95949
95715
|
* Creates a new MediaInfo instance using the specified properties.
|
95950
95716
|
* @param [properties] Properties to set
|
@@ -102551,9 +102317,6 @@ export namespace google {
|
|
102551
102317
|
/** SessionSpec searchResultPersistenceCount. */
|
102552
102318
|
public searchResultPersistenceCount?: (number|null);
|
102553
102319
|
|
102554
|
-
/** SessionSpec _searchResultPersistenceCount. */
|
102555
|
-
public _searchResultPersistenceCount?: "searchResultPersistenceCount";
|
102556
|
-
|
102557
102320
|
/**
|
102558
102321
|
* Creates a new SessionSpec instance using the specified properties.
|
102559
102322
|
* @param [properties] Properties to set
|
@@ -107375,9 +107138,6 @@ export namespace google {
|
|
107375
107138
|
/** AnswerGenerationSpec ignoreJailBreakingQuery. */
|
107376
107139
|
public ignoreJailBreakingQuery: boolean;
|
107377
107140
|
|
107378
|
-
/** AnswerGenerationSpec _ignoreLowRelevantContent. */
|
107379
|
-
public _ignoreLowRelevantContent?: "ignoreLowRelevantContent";
|
107380
|
-
|
107381
107141
|
/**
|
107382
107142
|
* Creates a new AnswerGenerationSpec instance using the specified properties.
|
107383
107143
|
* @param [properties] Properties to set
|
@@ -118729,24 +118489,6 @@ export namespace google {
|
|
118729
118489
|
/** GenerationSpec maxOutputTokens. */
|
118730
118490
|
public maxOutputTokens?: (number|null);
|
118731
118491
|
|
118732
|
-
/** GenerationSpec _temperature. */
|
118733
|
-
public _temperature?: "temperature";
|
118734
|
-
|
118735
|
-
/** GenerationSpec _topP. */
|
118736
|
-
public _topP?: "topP";
|
118737
|
-
|
118738
|
-
/** GenerationSpec _topK. */
|
118739
|
-
public _topK?: "topK";
|
118740
|
-
|
118741
|
-
/** GenerationSpec _frequencyPenalty. */
|
118742
|
-
public _frequencyPenalty?: "frequencyPenalty";
|
118743
|
-
|
118744
|
-
/** GenerationSpec _presencePenalty. */
|
118745
|
-
public _presencePenalty?: "presencePenalty";
|
118746
|
-
|
118747
|
-
/** GenerationSpec _maxOutputTokens. */
|
118748
|
-
public _maxOutputTokens?: "maxOutputTokens";
|
118749
|
-
|
118750
118492
|
/**
|
118751
118493
|
* Creates a new GenerationSpec instance using the specified properties.
|
118752
118494
|
* @param [properties] Properties to set
|
@@ -118949,9 +118691,6 @@ export namespace google {
|
|
118949
118691
|
/** DynamicRetrievalPredictor threshold. */
|
118950
118692
|
public threshold?: (number|null);
|
118951
118693
|
|
118952
|
-
/** DynamicRetrievalPredictor _threshold. */
|
118953
|
-
public _threshold?: "threshold";
|
118954
|
-
|
118955
118694
|
/**
|
118956
118695
|
* Creates a new DynamicRetrievalPredictor instance using the specified properties.
|
118957
118696
|
* @param [properties] Properties to set
|
@@ -119704,9 +119443,6 @@ export namespace google {
|
|
119704
119443
|
/** Candidate groundingMetadata. */
|
119705
119444
|
public groundingMetadata?: (google.cloud.discoveryengine.v1beta.GenerateGroundedContentResponse.Candidate.IGroundingMetadata|null);
|
119706
119445
|
|
119707
|
-
/** Candidate _groundingScore. */
|
119708
|
-
public _groundingScore?: "groundingScore";
|
119709
|
-
|
119710
119446
|
/**
|
119711
119447
|
* Creates a new Candidate instance using the specified properties.
|
119712
119448
|
* @param [properties] Properties to set
|
@@ -120147,9 +119883,6 @@ export namespace google {
|
|
120147
119883
|
/** DynamicRetrievalPredictorMetadata prediction. */
|
120148
119884
|
public prediction?: (number|null);
|
120149
119885
|
|
120150
|
-
/** DynamicRetrievalPredictorMetadata _prediction. */
|
120151
|
-
public _prediction?: "prediction";
|
120152
|
-
|
120153
119886
|
/**
|
120154
119887
|
* Creates a new DynamicRetrievalPredictorMetadata instance using the specified properties.
|
120155
119888
|
* @param [properties] Properties to set
|
@@ -120244,7 +119977,7 @@ export namespace google {
|
|
120244
119977
|
renderedContent?: (string|null);
|
120245
119978
|
|
120246
119979
|
/** SearchEntryPoint sdkBlob */
|
120247
|
-
sdkBlob?: (Uint8Array|string|null);
|
119980
|
+
sdkBlob?: (Uint8Array|Buffer|string|null);
|
120248
119981
|
}
|
120249
119982
|
|
120250
119983
|
/** Represents a SearchEntryPoint. */
|
@@ -120260,7 +119993,7 @@ export namespace google {
|
|
120260
119993
|
public renderedContent: string;
|
120261
119994
|
|
120262
119995
|
/** SearchEntryPoint sdkBlob. */
|
120263
|
-
public sdkBlob: (Uint8Array|string);
|
119996
|
+
public sdkBlob: (Uint8Array|Buffer|string);
|
120264
119997
|
|
120265
119998
|
/**
|
120266
119999
|
* Creates a new SearchEntryPoint instance using the specified properties.
|
@@ -120371,9 +120104,6 @@ export namespace google {
|
|
120371
120104
|
/** GroundingSupport supportScore. */
|
120372
120105
|
public supportScore?: (number|null);
|
120373
120106
|
|
120374
|
-
/** GroundingSupport _supportScore. */
|
120375
|
-
public _supportScore?: "supportScore";
|
120376
|
-
|
120377
120107
|
/**
|
120378
120108
|
* Creates a new GroundingSupport instance using the specified properties.
|
120379
120109
|
* @param [properties] Properties to set
|
@@ -120474,9 +120204,6 @@ export namespace google {
|
|
120474
120204
|
/** CheckGroundingSpec citationThreshold. */
|
120475
120205
|
public citationThreshold?: (number|null);
|
120476
120206
|
|
120477
|
-
/** CheckGroundingSpec _citationThreshold. */
|
120478
|
-
public _citationThreshold?: "citationThreshold";
|
120479
|
-
|
120480
120207
|
/**
|
120481
120208
|
* Creates a new CheckGroundingSpec instance using the specified properties.
|
120482
120209
|
* @param [properties] Properties to set
|
@@ -120713,9 +120440,6 @@ export namespace google {
|
|
120713
120440
|
/** CheckGroundingResponse claims. */
|
120714
120441
|
public claims: google.cloud.discoveryengine.v1beta.CheckGroundingResponse.IClaim[];
|
120715
120442
|
|
120716
|
-
/** CheckGroundingResponse _supportScore. */
|
120717
|
-
public _supportScore?: "supportScore";
|
120718
|
-
|
120719
120443
|
/**
|
120720
120444
|
* Creates a new CheckGroundingResponse instance using the specified properties.
|
120721
120445
|
* @param [properties] Properties to set
|
@@ -120936,15 +120660,6 @@ export namespace google {
|
|
120936
120660
|
/** Claim groundingCheckRequired. */
|
120937
120661
|
public groundingCheckRequired?: (boolean|null);
|
120938
120662
|
|
120939
|
-
/** Claim _startPos. */
|
120940
|
-
public _startPos?: "startPos";
|
120941
|
-
|
120942
|
-
/** Claim _endPos. */
|
120943
|
-
public _endPos?: "endPos";
|
120944
|
-
|
120945
|
-
/** Claim _groundingCheckRequired. */
|
120946
|
-
public _groundingCheckRequired?: "groundingCheckRequired";
|
120947
|
-
|
120948
120663
|
/**
|
120949
120664
|
* Creates a new Claim instance using the specified properties.
|
120950
120665
|
* @param [properties] Properties to set
|
@@ -132052,9 +131767,6 @@ export namespace google {
|
|
132052
131767
|
/** WriteUserEventRequest writeAsync. */
|
132053
131768
|
public writeAsync: boolean;
|
132054
131769
|
|
132055
|
-
/** WriteUserEventRequest _userEvent. */
|
132056
|
-
public _userEvent?: "userEvent";
|
132057
|
-
|
132058
131770
|
/**
|
132059
131771
|
* Creates a new WriteUserEventRequest instance using the specified properties.
|
132060
131772
|
* @param [properties] Properties to set
|
@@ -132170,12 +131882,6 @@ export namespace google {
|
|
132170
131882
|
/** CollectUserEventRequest ets. */
|
132171
131883
|
public ets?: (number|Long|string|null);
|
132172
131884
|
|
132173
|
-
/** CollectUserEventRequest _uri. */
|
132174
|
-
public _uri?: "uri";
|
132175
|
-
|
132176
|
-
/** CollectUserEventRequest _ets. */
|
132177
|
-
public _ets?: "ets";
|
132178
|
-
|
132179
131885
|
/**
|
132180
131886
|
* Creates a new CollectUserEventRequest instance using the specified properties.
|
132181
131887
|
* @param [properties] Properties to set
|
@@ -133177,6 +132883,9 @@ export namespace google {
|
|
133177
132883
|
|
133178
132884
|
/** Publishing protoReferenceDocumentationUri */
|
133179
132885
|
protoReferenceDocumentationUri?: (string|null);
|
132886
|
+
|
132887
|
+
/** Publishing restReferenceDocumentationUri */
|
132888
|
+
restReferenceDocumentationUri?: (string|null);
|
133180
132889
|
}
|
133181
132890
|
|
133182
132891
|
/** Represents a Publishing. */
|
@@ -133218,6 +132927,9 @@ export namespace google {
|
|
133218
132927
|
/** Publishing protoReferenceDocumentationUri. */
|
133219
132928
|
public protoReferenceDocumentationUri: string;
|
133220
132929
|
|
132930
|
+
/** Publishing restReferenceDocumentationUri. */
|
132931
|
+
public restReferenceDocumentationUri: string;
|
132932
|
+
|
133221
132933
|
/**
|
133222
132934
|
* Creates a new Publishing instance using the specified properties.
|
133223
132935
|
* @param [properties] Properties to set
|
@@ -134379,7 +134091,7 @@ export namespace google {
|
|
134379
134091
|
contentType?: (string|null);
|
134380
134092
|
|
134381
134093
|
/** HttpBody data */
|
134382
|
-
data?: (Uint8Array|string|null);
|
134094
|
+
data?: (Uint8Array|Buffer|string|null);
|
134383
134095
|
|
134384
134096
|
/** HttpBody extensions */
|
134385
134097
|
extensions?: (google.protobuf.IAny[]|null);
|
@@ -134398,7 +134110,7 @@ export namespace google {
|
|
134398
134110
|
public contentType: string;
|
134399
134111
|
|
134400
134112
|
/** HttpBody data. */
|
134401
|
-
public data: (Uint8Array|string);
|
134113
|
+
public data: (Uint8Array|Buffer|string);
|
134402
134114
|
|
134403
134115
|
/** HttpBody extensions. */
|
134404
134116
|
public extensions: google.protobuf.IAny[];
|
@@ -137279,6 +136991,9 @@ export namespace google {
|
|
137279
136991
|
|
137280
136992
|
/** ServiceOptions .google.api.oauthScopes */
|
137281
136993
|
".google.api.oauthScopes"?: (string|null);
|
136994
|
+
|
136995
|
+
/** ServiceOptions .google.api.apiVersion */
|
136996
|
+
".google.api.apiVersion"?: (string|null);
|
137282
136997
|
}
|
137283
136998
|
|
137284
136999
|
/** Represents a ServiceOptions. */
|
@@ -137530,7 +137245,7 @@ export namespace google {
|
|
137530
137245
|
doubleValue?: (number|null);
|
137531
137246
|
|
137532
137247
|
/** UninterpretedOption stringValue */
|
137533
|
-
stringValue?: (Uint8Array|string|null);
|
137248
|
+
stringValue?: (Uint8Array|Buffer|string|null);
|
137534
137249
|
|
137535
137250
|
/** UninterpretedOption aggregateValue */
|
137536
137251
|
aggregateValue?: (string|null);
|
@@ -137561,7 +137276,7 @@ export namespace google {
|
|
137561
137276
|
public doubleValue: number;
|
137562
137277
|
|
137563
137278
|
/** UninterpretedOption stringValue. */
|
137564
|
-
public stringValue: (Uint8Array|string);
|
137279
|
+
public stringValue: (Uint8Array|Buffer|string);
|
137565
137280
|
|
137566
137281
|
/** UninterpretedOption aggregateValue. */
|
137567
137282
|
public aggregateValue: string;
|
@@ -139132,7 +138847,7 @@ export namespace google {
|
|
139132
138847
|
type_url?: (string|null);
|
139133
138848
|
|
139134
138849
|
/** Any value */
|
139135
|
-
value?: (Uint8Array|string|null);
|
138850
|
+
value?: (Uint8Array|Buffer|string|null);
|
139136
138851
|
}
|
139137
138852
|
|
139138
138853
|
/** Represents an Any. */
|
@@ -139148,7 +138863,7 @@ export namespace google {
|
|
139148
138863
|
public type_url: string;
|
139149
138864
|
|
139150
138865
|
/** Any value. */
|
139151
|
-
public value: (Uint8Array|string);
|
138866
|
+
public value: (Uint8Array|Buffer|string);
|
139152
138867
|
|
139153
138868
|
/**
|
139154
138869
|
* Creates a new Any instance using the specified properties.
|