public static interface GenerateGroundedContentRequest.GroundingSource.InlineSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsAttributes(String key)
Attributes associated with the content.
|
Map<String,String> |
getAttributes()
Deprecated.
|
int |
getAttributesCount()
Attributes associated with the content.
|
Map<String,String> |
getAttributesMap()
Attributes associated with the content.
|
String |
getAttributesOrDefault(String key,
String defaultValue)
Attributes associated with the content.
|
String |
getAttributesOrThrow(String key)
Attributes associated with the content.
|
GroundingFact |
getGroundingFacts(int index)
List of facts to be used for grounding.
|
int |
getGroundingFactsCount()
List of facts to be used for grounding.
|
List<GroundingFact> |
getGroundingFactsList()
List of facts to be used for grounding.
|
GroundingFactOrBuilder |
getGroundingFactsOrBuilder(int index)
List of facts to be used for grounding.
|
List<? extends GroundingFactOrBuilder> |
getGroundingFactsOrBuilderList()
List of facts to be used for grounding.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<GroundingFact> getGroundingFactsList()
List of facts to be used for grounding.
repeated .google.cloud.discoveryengine.v1beta.GroundingFact grounding_facts = 1;
GroundingFact getGroundingFacts(int index)
List of facts to be used for grounding.
repeated .google.cloud.discoveryengine.v1beta.GroundingFact grounding_facts = 1;
int getGroundingFactsCount()
List of facts to be used for grounding.
repeated .google.cloud.discoveryengine.v1beta.GroundingFact grounding_facts = 1;
List<? extends GroundingFactOrBuilder> getGroundingFactsOrBuilderList()
List of facts to be used for grounding.
repeated .google.cloud.discoveryengine.v1beta.GroundingFact grounding_facts = 1;
GroundingFactOrBuilder getGroundingFactsOrBuilder(int index)
List of facts to be used for grounding.
repeated .google.cloud.discoveryengine.v1beta.GroundingFact grounding_facts = 1;
int getAttributesCount()
Attributes associated with the content. Common attributes include `source` (indicating where the content was sourced from) and `author` (indicating the author of the content).
map<string, string> attributes = 2;boolean containsAttributes(String key)
Attributes associated with the content. Common attributes include `source` (indicating where the content was sourced from) and `author` (indicating the author of the content).
map<string, string> attributes = 2;@Deprecated Map<String,String> getAttributes()
getAttributesMap() instead.Map<String,String> getAttributesMap()
Attributes associated with the content. Common attributes include `source` (indicating where the content was sourced from) and `author` (indicating the author of the content).
map<string, string> attributes = 2;String getAttributesOrDefault(String key, String defaultValue)
Attributes associated with the content. Common attributes include `source` (indicating where the content was sourced from) and `author` (indicating the author of the content).
map<string, string> attributes = 2;Copyright © 2025 Google LLC. All rights reserved.