public static interface Api.FunctionCallOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getArguments()
The arguments to call the function with, generated by model, formatted as
json, may not valid, the caller should validate the arguments before
calling the function.
|
com.google.protobuf.ByteString |
getArgumentsBytes()
The arguments to call the function with, generated by model, formatted as
json, may not valid, the caller should validate the arguments before
calling the function.
|
String |
getName()
The name of the function to call.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the function to call.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The name of the function to call.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The name of the function to call.
string name = 1;String getArguments()
The arguments to call the function with, generated by model, formatted as json, may not valid, the caller should validate the arguments before calling the function.
string arguments = 2;com.google.protobuf.ByteString getArgumentsBytes()
The arguments to call the function with, generated by model, formatted as json, may not valid, the caller should validate the arguments before calling the function.
string arguments = 2;Copyright © 2025. All rights reserved.