public interface FileSearchToolOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCorpusType()
public abstract FileSearchTool.CorpusType getCorpusType()Optional. The type of the corpus. Default is FULLY_MANAGED.
.google.cloud.ces.v1.FileSearchTool.CorpusType corpus_type = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FileSearchTool.CorpusType |
The corpusType. |
getCorpusTypeValue()
public abstract int getCorpusTypeValue()Optional. The type of the corpus. Default is FULLY_MANAGED.
.google.cloud.ces.v1.FileSearchTool.CorpusType corpus_type = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for corpusType. |
getDescription()
public abstract String getDescription()Optional. The tool description.
string description = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()Optional. The tool description.
string description = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for description. |
getFileCorpus()
public abstract String getFileCorpus()Optional. The corpus where files are stored. Format: projects/{project}/locations/{location}/ragCorpora/{rag_corpus}
string file_corpus = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The fileCorpus. |
getFileCorpusBytes()
public abstract ByteString getFileCorpusBytes()Optional. The corpus where files are stored. Format: projects/{project}/locations/{location}/ragCorpora/{rag_corpus}
string file_corpus = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for fileCorpus. |
getName()
public abstract String getName()Required. The tool name.
string name = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Required. The tool name.
string name = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |