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;booleanmap<string, string> credentialsConfigurations = 5;booleanmap<string, string> serviceConfigurations = 4;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;Deprecated.intmap<string, string> credentialsConfigurations = 5;map<string, string> credentialsConfigurations = 5;getCredentialsConfigurationsOrDefault(String key, String defaultValue) map<string, string> credentialsConfigurations = 5;map<string, string> credentialsConfigurations = 5;Deprecated.intmap<string, string> serviceConfigurations = 4;map<string, string> serviceConfigurations = 4;getServiceConfigurationsOrDefault(String key, String defaultValue) map<string, string> serviceConfigurations = 4;map<string, string> serviceConfigurations = 4;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; -
getServiceConfigurationsCount
int getServiceConfigurationsCount()map<string, string> serviceConfigurations = 4; -
containsServiceConfigurations
map<string, string> serviceConfigurations = 4; -
getServiceConfigurations
Deprecated.UsegetServiceConfigurationsMap()instead. -
getServiceConfigurationsMap
map<string, string> serviceConfigurations = 4; -
getServiceConfigurationsOrDefault
map<string, string> serviceConfigurations = 4; -
getServiceConfigurationsOrThrow
map<string, string> serviceConfigurations = 4; -
getCredentialsConfigurationsCount
int getCredentialsConfigurationsCount()map<string, string> credentialsConfigurations = 5; -
containsCredentialsConfigurations
map<string, string> credentialsConfigurations = 5; -
getCredentialsConfigurations
Deprecated.UsegetCredentialsConfigurationsMap()instead. -
getCredentialsConfigurationsMap
map<string, string> credentialsConfigurations = 5; -
getCredentialsConfigurationsOrDefault
map<string, string> credentialsConfigurations = 5; -
getCredentialsConfigurationsOrThrow
map<string, string> credentialsConfigurations = 5;
-