Package ai.wanaku.core.exchange.v1
Interface ToolInvokeRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ToolInvokeRequest,ToolInvokeRequest.Builder
@Generated
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 configuration_uri = 4;com.google.protobuf.ByteStringstring configuration_uri = 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 request_id = 9;com.google.protobuf.ByteStringstring request_id = 9;string secrets_uri = 5;com.google.protobuf.ByteStringstring secrets_uri = 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 configuration_uri = 4;- Returns:
- The configurationUri.
-
getConfigurationUriBytes
com.google.protobuf.ByteString getConfigurationUriBytes()string configuration_uri = 4;- Returns:
- The bytes for configurationUri.
-
getSecretsUri
String getSecretsUri()string secrets_uri = 5;- Returns:
- The secretsUri.
-
getSecretsUriBytes
com.google.protobuf.ByteString getSecretsUriBytes()string secrets_uri = 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; -
getRequestId
String getRequestId()string request_id = 9;- Returns:
- The requestId.
-
getRequestIdBytes
com.google.protobuf.ByteString getRequestIdBytes()string request_id = 9;- Returns:
- The bytes for requestId.
-