public static final class Assistant.ToolList extends GeneratedMessage implements Assistant.ToolListOrBuilderThe enabled tools on a connector
Protobuf type google.cloud.discoveryengine.v1beta.Assistant.ToolList
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > Assistant.ToolListImplements
Assistant.ToolListOrBuilderStatic Fields
TOOL_INFO_FIELD_NUMBER
public static final int TOOL_INFO_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static Assistant.ToolList getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
Assistant.ToolList |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static Assistant.ToolList.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
Assistant.ToolList.Builder |
|
newBuilder(Assistant.ToolList prototype)
public static Assistant.ToolList.Builder newBuilder(Assistant.ToolList prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
Assistant.ToolList |
| Returns | |
|---|---|
| Type | Description |
Assistant.ToolList.Builder |
|
parseDelimitedFrom(InputStream input)
public static Assistant.ToolList parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
Assistant.ToolList |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Assistant.ToolList parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Assistant.ToolList |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static Assistant.ToolList parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
Assistant.ToolList |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Assistant.ToolList parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Assistant.ToolList |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static Assistant.ToolList parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
Assistant.ToolList |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Assistant.ToolList parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Assistant.ToolList |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static Assistant.ToolList parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
Assistant.ToolList |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Assistant.ToolList parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Assistant.ToolList |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static Assistant.ToolList parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
Assistant.ToolList |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Assistant.ToolList parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Assistant.ToolList |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static Assistant.ToolList parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
Assistant.ToolList |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Assistant.ToolList parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Assistant.ToolList |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<Assistant.ToolList> parser()| Returns | |
|---|---|
| Type | Description |
Parser<ToolList> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public Assistant.ToolList getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Assistant.ToolList |
|
getParserForType()
public Parser<Assistant.ToolList> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<ToolList> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getToolInfo(int index)
public Assistant.ToolInfo getToolInfo(int index)The list of tools with corresponding tool information.
repeated .google.cloud.discoveryengine.v1beta.Assistant.ToolInfo tool_info = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Assistant.ToolInfo |
|
getToolInfoCount()
public int getToolInfoCount()The list of tools with corresponding tool information.
repeated .google.cloud.discoveryengine.v1beta.Assistant.ToolInfo tool_info = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getToolInfoList()
public List<Assistant.ToolInfo> getToolInfoList()The list of tools with corresponding tool information.
repeated .google.cloud.discoveryengine.v1beta.Assistant.ToolInfo tool_info = 1;
| Returns | |
|---|---|
| Type | Description |
List<ToolInfo> |
|
getToolInfoOrBuilder(int index)
public Assistant.ToolInfoOrBuilder getToolInfoOrBuilder(int index)The list of tools with corresponding tool information.
repeated .google.cloud.discoveryengine.v1beta.Assistant.ToolInfo tool_info = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Assistant.ToolInfoOrBuilder |
|
getToolInfoOrBuilderList()
public List<? extends Assistant.ToolInfoOrBuilder> getToolInfoOrBuilderList()The list of tools with corresponding tool information.
repeated .google.cloud.discoveryengine.v1beta.Assistant.ToolInfo tool_info = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.discoveryengine.v1beta.Assistant.ToolInfoOrBuilder> |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public Assistant.ToolList.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
Assistant.ToolList.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected Assistant.ToolList.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
Assistant.ToolList.Builder |
|
toBuilder()
public Assistant.ToolList.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
Assistant.ToolList.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|