Package ai.wanaku.core.exchange
Interface ToolInvokeRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ToolInvokeRequest,ToolInvokeRequest.Builder
public interface ToolInvokeRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsArguments(String key) map<string, string> arguments = 3;booleancontainsHeaders(String key) map<string, string> headers = 6;Deprecated.intmap<string, string> arguments = 3;map<string, string> arguments = 3;getArgumentsOrDefault(String key, String defaultValue) map<string, string> arguments = 3;map<string, string> arguments = 3;getBody()string body = 2;com.google.protobuf.ByteStringstring body = 2;string configurationURI = 4;com.google.protobuf.ByteStringstring configurationURI = 4;Deprecated.intmap<string, string> headers = 6;map<string, string> headers = 6;getHeadersOrDefault(String key, String defaultValue) map<string, string> headers = 6;getHeadersOrThrow(String key) map<string, string> headers = 6;string secretsURI = 5;com.google.protobuf.ByteStringstring secretsURI = 5;getUri()string uri = 1;com.google.protobuf.ByteStringstring uri = 1;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
-
getUri
String getUri()string uri = 1;- Returns:
- The uri.
-
getUriBytes
com.google.protobuf.ByteString getUriBytes()string uri = 1;- Returns:
- The bytes for uri.
-
getBody
String getBody()string body = 2;- Returns:
- The body.
-
getBodyBytes
com.google.protobuf.ByteString getBodyBytes()string body = 2;- Returns:
- The bytes for body.
-
getArgumentsCount
int getArgumentsCount()map<string, string> arguments = 3; -
containsArguments
map<string, string> arguments = 3; -
getArguments
Deprecated.UsegetArgumentsMap()instead. -
getArgumentsMap
map<string, string> arguments = 3; -
getArgumentsOrDefault
map<string, string> arguments = 3; -
getArgumentsOrThrow
map<string, string> arguments = 3; -
getConfigurationURI
String getConfigurationURI()string configurationURI = 4;- Returns:
- The configurationURI.
-
getConfigurationURIBytes
com.google.protobuf.ByteString getConfigurationURIBytes()string configurationURI = 4;- Returns:
- The bytes for configurationURI.
-
getSecretsURI
String getSecretsURI()string secretsURI = 5;- Returns:
- The secretsURI.
-
getSecretsURIBytes
com.google.protobuf.ByteString getSecretsURIBytes()string secretsURI = 5;- Returns:
- The bytes for secretsURI.
-
getHeadersCount
int getHeadersCount()map<string, string> headers = 6; -
containsHeaders
map<string, string> headers = 6; -
getHeaders
Deprecated.UsegetHeadersMap()instead. -
getHeadersMap
map<string, string> headers = 6; -
getHeadersOrDefault
map<string, string> headers = 6; -
getHeadersOrThrow
map<string, string> headers = 6;
-