Interface ToolInvokeReplyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ToolInvokeReply, ToolInvokeReply.Builder
@Generated
public interface ToolInvokeReplyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetContent(int index) repeated string content = 2;com.google.protobuf.ByteStringgetContentBytes(int index) repeated string content = 2;intrepeated string content = 2;repeated string content = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getContentList
-
getContentCount
int getContentCount()repeated string content = 2;- Returns:
- The count of content.
-
getContent
repeated string content = 2;- Parameters:
index- The index of the element to return.- Returns:
- The content at the given index.
-
getContentBytes
com.google.protobuf.ByteString getContentBytes(int index) repeated string content = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the content at the given index.
-