Skip to content

Commit cc62410

Browse files
feat(firebaseml): update the api
#### firebaseml:v2beta The following keys were deleted: - schemas.Blob (Total Keys: 5) - schemas.Candidate (Total Keys: 18) - schemas.Citation (Total Keys: 19) - schemas.Content (Total Keys: 5) - schemas.CountTokensRequest (Total Keys: 7) - schemas.CountTokensResponse (Total Keys: 6) - schemas.FileData (Total Keys: 4) - schemas.FunctionCall (Total Keys: 10) - schemas.FunctionDeclaration (Total Keys: 5) - schemas.FunctionResponse (Total Keys: 5) - schemas.GenerateContentRequest (Total Keys: 12) - schemas.GenerateContentResponse (Total Keys: 8) - schemas.GenerationConfig (Total Keys: 20) - schemas.GoogleSearchRetrieval (Total Keys: 2) - schemas.GroundingMetadata (Total Keys: 7) - schemas.Part (Total Keys: 8) - schemas.PromptFeedback (Total Keys: 9) - schemas.RagResource (Total Keys: 5) - schemas.Retrieval (Total Keys: 5) - schemas.SafetyRating (Total Keys: 16) - schemas.SafetySetting (Total Keys: 5) - schemas.Schema (Total Keys: 29) - schemas.SearchEntryPoint (Total Keys: 5) - schemas.Tool (Total Keys: 9) - schemas.UsageMetadata (Total Keys: 8) - schemas.VertexAISearch (Total Keys: 3) - schemas.VertexRagStore (Total Keys: 11) - schemas.VideoMetadata (Total Keys: 6) The following keys were added: - schemas.GoogleCloudAiplatformV1beta1Blob (Total Keys: 5) - schemas.GoogleCloudAiplatformV1beta1Candidate (Total Keys: 18) - schemas.GoogleCloudAiplatformV1beta1Citation (Total Keys: 19) - schemas.GoogleCloudAiplatformV1beta1Content (Total Keys: 5) - schemas.GoogleCloudAiplatformV1beta1CountTokensRequest (Total Keys: 7) - schemas.GoogleCloudAiplatformV1beta1CountTokensResponse (Total Keys: 6) - schemas.GoogleCloudAiplatformV1beta1FileData (Total Keys: 4) - schemas.GoogleCloudAiplatformV1beta1FunctionCall (Total Keys: 10) - schemas.GoogleCloudAiplatformV1beta1FunctionDeclaration (Total Keys: 5) - schemas.GoogleCloudAiplatformV1beta1FunctionResponse (Total Keys: 5) - schemas.GoogleCloudAiplatformV1beta1GenerateContentRequest (Total Keys: 12) - schemas.GoogleCloudAiplatformV1beta1GenerateContentResponse (Total Keys: 25) - schemas.GoogleCloudAiplatformV1beta1GenerationConfig (Total Keys: 20) - schemas.GoogleCloudAiplatformV1beta1GoogleSearchRetrieval (Total Keys: 2) - schemas.GoogleCloudAiplatformV1beta1GroundingAttribution (Total Keys: 17) - schemas.GoogleCloudAiplatformV1beta1GroundingChunk (Total Keys: 10) - schemas.GoogleCloudAiplatformV1beta1GroundingMetadata (Total Keys: 13) - schemas.GoogleCloudAiplatformV1beta1GroundingSupport (Total Keys: 9) - schemas.GoogleCloudAiplatformV1beta1Part (Total Keys: 8) - schemas.GoogleCloudAiplatformV1beta1Retrieval (Total Keys: 5) - schemas.GoogleCloudAiplatformV1beta1SafetyRating (Total Keys: 16) - schemas.GoogleCloudAiplatformV1beta1SafetySetting (Total Keys: 5) - schemas.GoogleCloudAiplatformV1beta1Schema (Total Keys: 29) - schemas.GoogleCloudAiplatformV1beta1SearchEntryPoint (Total Keys: 5) - schemas.GoogleCloudAiplatformV1beta1Segment (Total Keys: 13) - schemas.GoogleCloudAiplatformV1beta1Tool (Total Keys: 9) - schemas.GoogleCloudAiplatformV1beta1VertexAISearch (Total Keys: 3) - schemas.GoogleCloudAiplatformV1beta1VertexRagStore (Total Keys: 16) - schemas.GoogleCloudAiplatformV1beta1VideoMetadata (Total Keys: 6) The following keys were changed: - resources.projects.resources.locations.resources.publishers.resources.models.methods.countTokens.request.$ref (Total Keys: 1) - resources.projects.resources.locations.resources.publishers.resources.models.methods.countTokens.response.$ref (Total Keys: 1) - resources.projects.resources.locations.resources.publishers.resources.models.methods.generateContent.request.$ref (Total Keys: 1) - resources.projects.resources.locations.resources.publishers.resources.models.methods.generateContent.response.$ref (Total Keys: 1) - resources.projects.resources.locations.resources.publishers.resources.models.methods.streamGenerateContent.request.$ref (Total Keys: 1) - resources.projects.resources.locations.resources.publishers.resources.models.methods.streamGenerateContent.response.$ref (Total Keys: 1)
1 parent b3375b0 commit cc62410

File tree

4 files changed

+506
-229
lines changed

4 files changed

+506
-229
lines changed

docs/dyn/firebaseml_v2beta.projects.locations.publishers.models.html

Lines changed: 106 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ <h3>Method Details</h3>
215215
],
216216
&quot;example&quot;: &quot;&quot;, # Optional. Example of the object. Will only populated when the object is the root.
217217
&quot;format&quot;: &quot;A String&quot;, # Optional. The format of the data. Supported formats: for NUMBER type: &quot;float&quot;, &quot;double&quot; for INTEGER type: &quot;int32&quot;, &quot;int64&quot; for STRING type: &quot;email&quot;, &quot;byte&quot;, etc
218-
&quot;items&quot;: # Object with schema name: Schema # Optional. SCHEMA FIELDS FOR TYPE ARRAY Schema of the elements of Type.ARRAY.
218+
&quot;items&quot;: # Object with schema name: GoogleCloudAiplatformV1beta1Schema # Optional. SCHEMA FIELDS FOR TYPE ARRAY Schema of the elements of Type.ARRAY.
219219
&quot;maxItems&quot;: &quot;A String&quot;, # Optional. Maximum number of the elements for Type.ARRAY.
220220
&quot;maxLength&quot;: &quot;A String&quot;, # Optional. Maximum length of the Type.STRING
221221
&quot;maxProperties&quot;: &quot;A String&quot;, # Optional. Maximum number of the properties for Type.OBJECT.
@@ -227,7 +227,7 @@ <h3>Method Details</h3>
227227
&quot;nullable&quot;: True or False, # Optional. Indicates if the value may be null.
228228
&quot;pattern&quot;: &quot;A String&quot;, # Optional. Pattern of the Type.STRING to restrict a string to a regular expression.
229229
&quot;properties&quot;: { # Optional. SCHEMA FIELDS FOR TYPE OBJECT Properties of Type.OBJECT.
230-
&quot;a_key&quot;: # Object with schema name: Schema
230+
&quot;a_key&quot;: # Object with schema name: GoogleCloudAiplatformV1beta1Schema
231231
},
232232
&quot;required&quot;: [ # Optional. Required properties of Type.OBJECT.
233233
&quot;A String&quot;,
@@ -303,7 +303,7 @@ <h3>Method Details</h3>
303303
],
304304
&quot;example&quot;: &quot;&quot;, # Optional. Example of the object. Will only populated when the object is the root.
305305
&quot;format&quot;: &quot;A String&quot;, # Optional. The format of the data. Supported formats: for NUMBER type: &quot;float&quot;, &quot;double&quot; for INTEGER type: &quot;int32&quot;, &quot;int64&quot; for STRING type: &quot;email&quot;, &quot;byte&quot;, etc
306-
&quot;items&quot;: # Object with schema name: Schema # Optional. SCHEMA FIELDS FOR TYPE ARRAY Schema of the elements of Type.ARRAY.
306+
&quot;items&quot;: # Object with schema name: GoogleCloudAiplatformV1beta1Schema # Optional. SCHEMA FIELDS FOR TYPE ARRAY Schema of the elements of Type.ARRAY.
307307
&quot;maxItems&quot;: &quot;A String&quot;, # Optional. Maximum number of the elements for Type.ARRAY.
308308
&quot;maxLength&quot;: &quot;A String&quot;, # Optional. Maximum length of the Type.STRING
309309
&quot;maxProperties&quot;: &quot;A String&quot;, # Optional. Maximum number of the properties for Type.OBJECT.
@@ -315,7 +315,7 @@ <h3>Method Details</h3>
315315
&quot;nullable&quot;: True or False, # Optional. Indicates if the value may be null.
316316
&quot;pattern&quot;: &quot;A String&quot;, # Optional. Pattern of the Type.STRING to restrict a string to a regular expression.
317317
&quot;properties&quot;: { # Optional. SCHEMA FIELDS FOR TYPE OBJECT Properties of Type.OBJECT.
318-
&quot;a_key&quot;: # Object with schema name: Schema
318+
&quot;a_key&quot;: # Object with schema name: GoogleCloudAiplatformV1beta1Schema
319319
},
320320
&quot;required&quot;: [ # Optional. Required properties of Type.OBJECT.
321321
&quot;A String&quot;,
@@ -331,7 +331,7 @@ <h3>Method Details</h3>
331331
],
332332
&quot;example&quot;: &quot;&quot;, # Optional. Example of the object. Will only populated when the object is the root.
333333
&quot;format&quot;: &quot;A String&quot;, # Optional. The format of the data. Supported formats: for NUMBER type: &quot;float&quot;, &quot;double&quot; for INTEGER type: &quot;int32&quot;, &quot;int64&quot; for STRING type: &quot;email&quot;, &quot;byte&quot;, etc
334-
&quot;items&quot;: # Object with schema name: Schema # Optional. SCHEMA FIELDS FOR TYPE ARRAY Schema of the elements of Type.ARRAY.
334+
&quot;items&quot;: # Object with schema name: GoogleCloudAiplatformV1beta1Schema # Optional. SCHEMA FIELDS FOR TYPE ARRAY Schema of the elements of Type.ARRAY.
335335
&quot;maxItems&quot;: &quot;A String&quot;, # Optional. Maximum number of the elements for Type.ARRAY.
336336
&quot;maxLength&quot;: &quot;A String&quot;, # Optional. Maximum length of the Type.STRING
337337
&quot;maxProperties&quot;: &quot;A String&quot;, # Optional. Maximum number of the properties for Type.OBJECT.
@@ -343,7 +343,7 @@ <h3>Method Details</h3>
343343
&quot;nullable&quot;: True or False, # Optional. Indicates if the value may be null.
344344
&quot;pattern&quot;: &quot;A String&quot;, # Optional. Pattern of the Type.STRING to restrict a string to a regular expression.
345345
&quot;properties&quot;: { # Optional. SCHEMA FIELDS FOR TYPE OBJECT Properties of Type.OBJECT.
346-
&quot;a_key&quot;: # Object with schema name: Schema
346+
&quot;a_key&quot;: # Object with schema name: GoogleCloudAiplatformV1beta1Schema
347347
},
348348
&quot;required&quot;: [ # Optional. Required properties of Type.OBJECT.
349349
&quot;A String&quot;,
@@ -442,6 +442,53 @@ <h3>Method Details</h3>
442442
&quot;finishMessage&quot;: &quot;A String&quot;, # Output only. Describes the reason the mode stopped generating tokens in more detail. This is only filled when `finish_reason` is set.
443443
&quot;finishReason&quot;: &quot;A String&quot;, # Output only. The reason why the model stopped generating tokens. If empty, the model has not stopped generating the tokens.
444444
&quot;groundingMetadata&quot;: { # Metadata returned to client when grounding is enabled. # Output only. Metadata specifies sources used to ground generated content.
445+
&quot;groundingAttributions&quot;: [ # Optional. List of grounding attributions.
446+
{ # Grounding attribution.
447+
&quot;confidenceScore&quot;: 3.14, # Optional. Output only. Confidence score of the attribution. Ranges from 0 to 1. 1 is the most confident.
448+
&quot;retrievedContext&quot;: { # Attribution from context retrieved by the retrieval tools. # Optional. Attribution from context retrieved by the retrieval tools.
449+
&quot;title&quot;: &quot;A String&quot;, # Output only. Title of the attribution.
450+
&quot;uri&quot;: &quot;A String&quot;, # Output only. URI reference of the attribution.
451+
},
452+
&quot;segment&quot;: { # Segment of the content. # Output only. Segment of the content this attribution belongs to.
453+
&quot;endIndex&quot;: 42, # Output only. End index in the given Part, measured in bytes. Offset from the start of the Part, exclusive, starting at zero.
454+
&quot;partIndex&quot;: 42, # Output only. The index of a Part object within its parent Content object.
455+
&quot;startIndex&quot;: 42, # Output only. Start index in the given Part, measured in bytes. Offset from the start of the Part, inclusive, starting at zero.
456+
&quot;text&quot;: &quot;A String&quot;, # Output only. The text corresponding to the segment from the response.
457+
},
458+
&quot;web&quot;: { # Attribution from the web. # Optional. Attribution from the web.
459+
&quot;title&quot;: &quot;A String&quot;, # Output only. Title of the attribution.
460+
&quot;uri&quot;: &quot;A String&quot;, # Output only. URI reference of the attribution.
461+
},
462+
},
463+
],
464+
&quot;groundingChunks&quot;: [ # List of supporting references retrieved from specified grounding source.
465+
{ # Grounding chunk.
466+
&quot;retrievedContext&quot;: { # Chunk from context retrieved by the retrieval tools. # Grounding chunk from context retrieved by the retrieval tools.
467+
&quot;title&quot;: &quot;A String&quot;, # Title of the attribution.
468+
&quot;uri&quot;: &quot;A String&quot;, # URI reference of the attribution.
469+
},
470+
&quot;web&quot;: { # Chunk from the web. # Grounding chunk from the web.
471+
&quot;title&quot;: &quot;A String&quot;, # Title of the chunk.
472+
&quot;uri&quot;: &quot;A String&quot;, # URI reference of the chunk.
473+
},
474+
},
475+
],
476+
&quot;groundingSupports&quot;: [ # Optional. List of grounding support.
477+
{ # Grounding support.
478+
&quot;confidenceScores&quot;: [ # Confidence score of the support references. Ranges from 0 to 1. 1 is the most confident. This list must have the same size as the grounding_chunk_indices.
479+
3.14,
480+
],
481+
&quot;groundingChunkIndices&quot;: [ # A list of indices (into &#x27;grounding_chunk&#x27;) specifying the citations associated with the claim. For instance [1,3,4] means that grounding_chunk[1], grounding_chunk[3], grounding_chunk[4] are the retrieved content attributed to the claim.
482+
42,
483+
],
484+
&quot;segment&quot;: { # Segment of the content. # Segment of the content this support belongs to.
485+
&quot;endIndex&quot;: 42, # Output only. End index in the given Part, measured in bytes. Offset from the start of the Part, exclusive, starting at zero.
486+
&quot;partIndex&quot;: 42, # Output only. The index of a Part object within its parent Content object.
487+
&quot;startIndex&quot;: 42, # Output only. Start index in the given Part, measured in bytes. Offset from the start of the Part, inclusive, starting at zero.
488+
&quot;text&quot;: &quot;A String&quot;, # Output only. The text corresponding to the segment from the response.
489+
},
490+
},
491+
],
445492
&quot;retrievalQueries&quot;: [ # Optional. Queries executed by the retrieval tools.
446493
&quot;A String&quot;,
447494
],
@@ -547,7 +594,7 @@ <h3>Method Details</h3>
547594
],
548595
&quot;example&quot;: &quot;&quot;, # Optional. Example of the object. Will only populated when the object is the root.
549596
&quot;format&quot;: &quot;A String&quot;, # Optional. The format of the data. Supported formats: for NUMBER type: &quot;float&quot;, &quot;double&quot; for INTEGER type: &quot;int32&quot;, &quot;int64&quot; for STRING type: &quot;email&quot;, &quot;byte&quot;, etc
550-
&quot;items&quot;: # Object with schema name: Schema # Optional. SCHEMA FIELDS FOR TYPE ARRAY Schema of the elements of Type.ARRAY.
597+
&quot;items&quot;: # Object with schema name: GoogleCloudAiplatformV1beta1Schema # Optional. SCHEMA FIELDS FOR TYPE ARRAY Schema of the elements of Type.ARRAY.
551598
&quot;maxItems&quot;: &quot;A String&quot;, # Optional. Maximum number of the elements for Type.ARRAY.
552599
&quot;maxLength&quot;: &quot;A String&quot;, # Optional. Maximum length of the Type.STRING
553600
&quot;maxProperties&quot;: &quot;A String&quot;, # Optional. Maximum number of the properties for Type.OBJECT.
@@ -559,7 +606,7 @@ <h3>Method Details</h3>
559606
&quot;nullable&quot;: True or False, # Optional. Indicates if the value may be null.
560607
&quot;pattern&quot;: &quot;A String&quot;, # Optional. Pattern of the Type.STRING to restrict a string to a regular expression.
561608
&quot;properties&quot;: { # Optional. SCHEMA FIELDS FOR TYPE OBJECT Properties of Type.OBJECT.
562-
&quot;a_key&quot;: # Object with schema name: Schema
609+
&quot;a_key&quot;: # Object with schema name: GoogleCloudAiplatformV1beta1Schema
563610
},
564611
&quot;required&quot;: [ # Optional. Required properties of Type.OBJECT.
565612
&quot;A String&quot;,
@@ -635,7 +682,7 @@ <h3>Method Details</h3>
635682
],
636683
&quot;example&quot;: &quot;&quot;, # Optional. Example of the object. Will only populated when the object is the root.
637684
&quot;format&quot;: &quot;A String&quot;, # Optional. The format of the data. Supported formats: for NUMBER type: &quot;float&quot;, &quot;double&quot; for INTEGER type: &quot;int32&quot;, &quot;int64&quot; for STRING type: &quot;email&quot;, &quot;byte&quot;, etc
638-
&quot;items&quot;: # Object with schema name: Schema # Optional. SCHEMA FIELDS FOR TYPE ARRAY Schema of the elements of Type.ARRAY.
685+
&quot;items&quot;: # Object with schema name: GoogleCloudAiplatformV1beta1Schema # Optional. SCHEMA FIELDS FOR TYPE ARRAY Schema of the elements of Type.ARRAY.
639686
&quot;maxItems&quot;: &quot;A String&quot;, # Optional. Maximum number of the elements for Type.ARRAY.
640687
&quot;maxLength&quot;: &quot;A String&quot;, # Optional. Maximum length of the Type.STRING
641688
&quot;maxProperties&quot;: &quot;A String&quot;, # Optional. Maximum number of the properties for Type.OBJECT.
@@ -647,7 +694,7 @@ <h3>Method Details</h3>
647694
&quot;nullable&quot;: True or False, # Optional. Indicates if the value may be null.
648695
&quot;pattern&quot;: &quot;A String&quot;, # Optional. Pattern of the Type.STRING to restrict a string to a regular expression.
649696
&quot;properties&quot;: { # Optional. SCHEMA FIELDS FOR TYPE OBJECT Properties of Type.OBJECT.
650-
&quot;a_key&quot;: # Object with schema name: Schema
697+
&quot;a_key&quot;: # Object with schema name: GoogleCloudAiplatformV1beta1Schema
651698
},
652699
&quot;required&quot;: [ # Optional. Required properties of Type.OBJECT.
653700
&quot;A String&quot;,
@@ -663,7 +710,7 @@ <h3>Method Details</h3>
663710
],
664711
&quot;example&quot;: &quot;&quot;, # Optional. Example of the object. Will only populated when the object is the root.
665712
&quot;format&quot;: &quot;A String&quot;, # Optional. The format of the data. Supported formats: for NUMBER type: &quot;float&quot;, &quot;double&quot; for INTEGER type: &quot;int32&quot;, &quot;int64&quot; for STRING type: &quot;email&quot;, &quot;byte&quot;, etc
666-
&quot;items&quot;: # Object with schema name: Schema # Optional. SCHEMA FIELDS FOR TYPE ARRAY Schema of the elements of Type.ARRAY.
713+
&quot;items&quot;: # Object with schema name: GoogleCloudAiplatformV1beta1Schema # Optional. SCHEMA FIELDS FOR TYPE ARRAY Schema of the elements of Type.ARRAY.
667714
&quot;maxItems&quot;: &quot;A String&quot;, # Optional. Maximum number of the elements for Type.ARRAY.
668715
&quot;maxLength&quot;: &quot;A String&quot;, # Optional. Maximum length of the Type.STRING
669716
&quot;maxProperties&quot;: &quot;A String&quot;, # Optional. Maximum number of the properties for Type.OBJECT.
@@ -675,7 +722,7 @@ <h3>Method Details</h3>
675722
&quot;nullable&quot;: True or False, # Optional. Indicates if the value may be null.
676723
&quot;pattern&quot;: &quot;A String&quot;, # Optional. Pattern of the Type.STRING to restrict a string to a regular expression.
677724
&quot;properties&quot;: { # Optional. SCHEMA FIELDS FOR TYPE OBJECT Properties of Type.OBJECT.
678-
&quot;a_key&quot;: # Object with schema name: Schema
725+
&quot;a_key&quot;: # Object with schema name: GoogleCloudAiplatformV1beta1Schema
679726
},
680727
&quot;required&quot;: [ # Optional. Required properties of Type.OBJECT.
681728
&quot;A String&quot;,
@@ -774,6 +821,53 @@ <h3>Method Details</h3>
774821
&quot;finishMessage&quot;: &quot;A String&quot;, # Output only. Describes the reason the mode stopped generating tokens in more detail. This is only filled when `finish_reason` is set.
775822
&quot;finishReason&quot;: &quot;A String&quot;, # Output only. The reason why the model stopped generating tokens. If empty, the model has not stopped generating the tokens.
776823
&quot;groundingMetadata&quot;: { # Metadata returned to client when grounding is enabled. # Output only. Metadata specifies sources used to ground generated content.
824+
&quot;groundingAttributions&quot;: [ # Optional. List of grounding attributions.
825+
{ # Grounding attribution.
826+
&quot;confidenceScore&quot;: 3.14, # Optional. Output only. Confidence score of the attribution. Ranges from 0 to 1. 1 is the most confident.
827+
&quot;retrievedContext&quot;: { # Attribution from context retrieved by the retrieval tools. # Optional. Attribution from context retrieved by the retrieval tools.
828+
&quot;title&quot;: &quot;A String&quot;, # Output only. Title of the attribution.
829+
&quot;uri&quot;: &quot;A String&quot;, # Output only. URI reference of the attribution.
830+
},
831+
&quot;segment&quot;: { # Segment of the content. # Output only. Segment of the content this attribution belongs to.
832+
&quot;endIndex&quot;: 42, # Output only. End index in the given Part, measured in bytes. Offset from the start of the Part, exclusive, starting at zero.
833+
&quot;partIndex&quot;: 42, # Output only. The index of a Part object within its parent Content object.
834+
&quot;startIndex&quot;: 42, # Output only. Start index in the given Part, measured in bytes. Offset from the start of the Part, inclusive, starting at zero.
835+
&quot;text&quot;: &quot;A String&quot;, # Output only. The text corresponding to the segment from the response.
836+
},
837+
&quot;web&quot;: { # Attribution from the web. # Optional. Attribution from the web.
838+
&quot;title&quot;: &quot;A String&quot;, # Output only. Title of the attribution.
839+
&quot;uri&quot;: &quot;A String&quot;, # Output only. URI reference of the attribution.
840+
},
841+
},
842+
],
843+
&quot;groundingChunks&quot;: [ # List of supporting references retrieved from specified grounding source.
844+
{ # Grounding chunk.
845+
&quot;retrievedContext&quot;: { # Chunk from context retrieved by the retrieval tools. # Grounding chunk from context retrieved by the retrieval tools.
846+
&quot;title&quot;: &quot;A String&quot;, # Title of the attribution.
847+
&quot;uri&quot;: &quot;A String&quot;, # URI reference of the attribution.
848+
},
849+
&quot;web&quot;: { # Chunk from the web. # Grounding chunk from the web.
850+
&quot;title&quot;: &quot;A String&quot;, # Title of the chunk.
851+
&quot;uri&quot;: &quot;A String&quot;, # URI reference of the chunk.
852+
},
853+
},
854+
],
855+
&quot;groundingSupports&quot;: [ # Optional. List of grounding support.
856+
{ # Grounding support.
857+
&quot;confidenceScores&quot;: [ # Confidence score of the support references. Ranges from 0 to 1. 1 is the most confident. This list must have the same size as the grounding_chunk_indices.
858+
3.14,
859+
],
860+
&quot;groundingChunkIndices&quot;: [ # A list of indices (into &#x27;grounding_chunk&#x27;) specifying the citations associated with the claim. For instance [1,3,4] means that grounding_chunk[1], grounding_chunk[3], grounding_chunk[4] are the retrieved content attributed to the claim.
861+
42,
862+
],
863+
&quot;segment&quot;: { # Segment of the content. # Segment of the content this support belongs to.
864+
&quot;endIndex&quot;: 42, # Output only. End index in the given Part, measured in bytes. Offset from the start of the Part, exclusive, starting at zero.
865+
&quot;partIndex&quot;: 42, # Output only. The index of a Part object within its parent Content object.
866+
&quot;startIndex&quot;: 42, # Output only. Start index in the given Part, measured in bytes. Offset from the start of the Part, inclusive, starting at zero.
867+
&quot;text&quot;: &quot;A String&quot;, # Output only. The text corresponding to the segment from the response.
868+
},
869+
},
870+
],
777871
&quot;retrievalQueries&quot;: [ # Optional. Queries executed by the retrieval tools.
778872
&quot;A String&quot;,
779873
],

googleapiclient/discovery_cache/documents/firebaseml.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
}
205205
}
206206
},
207-
"revision": "20240607",
207+
"revision": "20240614",
208208
"rootUrl": "https://firebaseml.googleapis.com/",
209209
"schemas": {
210210
"CancelOperationRequest": {

0 commit comments

Comments
 (0)