Package ai.wanaku.core.exchange
Class ToolInvokeRequest
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
ai.wanaku.core.exchange.ToolInvokeRequest
- All Implemented Interfaces:
ToolInvokeRequestOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable
public final class ToolInvokeRequest
extends com.google.protobuf.GeneratedMessageV3
implements ToolInvokeRequestOrBuilder
The invocation request messageProtobuf type
tool.ToolInvokeRequest- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classThe invocation request messageNested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT, BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intFields inherited from class com.google.protobuf.GeneratedMessageV3
alwaysUseFieldBuilders, unknownFieldsFields inherited from class com.google.protobuf.AbstractMessage
memoizedSizeFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsArguments(String key) map<string, string> arguments = 3;booleanmap<string, string> credentialsConfigurations = 5;booleanmap<string, string> serviceConfigurations = 4;booleanDeprecated.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;static ToolInvokeRequeststatic final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Parser<ToolInvokeRequest> intDeprecated.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;inthashCode()protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableprotected com.google.protobuf.MapFieldReflectionAccessorinternalGetMapFieldReflection(int number) final booleanstatic ToolInvokeRequest.Builderstatic ToolInvokeRequest.BuildernewBuilder(ToolInvokeRequest prototype) protected ToolInvokeRequest.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) static ToolInvokeRequestparseDelimitedFrom(InputStream input) static ToolInvokeRequestparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ToolInvokeRequestparseFrom(byte[] data) static ToolInvokeRequestparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ToolInvokeRequestparseFrom(com.google.protobuf.ByteString data) static ToolInvokeRequestparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ToolInvokeRequestparseFrom(com.google.protobuf.CodedInputStream input) static ToolInvokeRequestparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ToolInvokeRequestparseFrom(InputStream input) static ToolInvokeRequestparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ToolInvokeRequestparseFrom(ByteBuffer data) static ToolInvokeRequestparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<ToolInvokeRequest> parser()voidwriteTo(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagMethods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
URI_FIELD_NUMBER
public static final int URI_FIELD_NUMBER- See Also:
-
BODY_FIELD_NUMBER
public static final int BODY_FIELD_NUMBER- See Also:
-
ARGUMENTS_FIELD_NUMBER
public static final int ARGUMENTS_FIELD_NUMBER- See Also:
-
SERVICECONFIGURATIONS_FIELD_NUMBER
public static final int SERVICECONFIGURATIONS_FIELD_NUMBER- See Also:
-
CREDENTIALSCONFIGURATIONS_FIELD_NUMBER
public static final int CREDENTIALSCONFIGURATIONS_FIELD_NUMBER- See Also:
-
-
Method Details
-
newInstance
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetMapFieldReflection
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number) - Overrides:
internalGetMapFieldReflectionin classcom.google.protobuf.GeneratedMessageV3
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getUri
string uri = 1;- Specified by:
getUriin interfaceToolInvokeRequestOrBuilder- Returns:
- The uri.
-
getUriBytes
public com.google.protobuf.ByteString getUriBytes()string uri = 1;- Specified by:
getUriBytesin interfaceToolInvokeRequestOrBuilder- Returns:
- The bytes for uri.
-
getBody
string body = 2;- Specified by:
getBodyin interfaceToolInvokeRequestOrBuilder- Returns:
- The body.
-
getBodyBytes
public com.google.protobuf.ByteString getBodyBytes()string body = 2;- Specified by:
getBodyBytesin interfaceToolInvokeRequestOrBuilder- Returns:
- The bytes for body.
-
getArgumentsCount
public int getArgumentsCount()Description copied from interface:ToolInvokeRequestOrBuildermap<string, string> arguments = 3;- Specified by:
getArgumentsCountin interfaceToolInvokeRequestOrBuilder
-
containsArguments
map<string, string> arguments = 3;- Specified by:
containsArgumentsin interfaceToolInvokeRequestOrBuilder
-
getArguments
Deprecated.UsegetArgumentsMap()instead.- Specified by:
getArgumentsin interfaceToolInvokeRequestOrBuilder
-
getArgumentsMap
map<string, string> arguments = 3;- Specified by:
getArgumentsMapin interfaceToolInvokeRequestOrBuilder
-
getArgumentsOrDefault
map<string, string> arguments = 3;- Specified by:
getArgumentsOrDefaultin interfaceToolInvokeRequestOrBuilder
-
getArgumentsOrThrow
map<string, string> arguments = 3;- Specified by:
getArgumentsOrThrowin interfaceToolInvokeRequestOrBuilder
-
getServiceConfigurationsCount
public int getServiceConfigurationsCount()Description copied from interface:ToolInvokeRequestOrBuildermap<string, string> serviceConfigurations = 4;- Specified by:
getServiceConfigurationsCountin interfaceToolInvokeRequestOrBuilder
-
containsServiceConfigurations
map<string, string> serviceConfigurations = 4;- Specified by:
containsServiceConfigurationsin interfaceToolInvokeRequestOrBuilder
-
getServiceConfigurations
Deprecated.UsegetServiceConfigurationsMap()instead.- Specified by:
getServiceConfigurationsin interfaceToolInvokeRequestOrBuilder
-
getServiceConfigurationsMap
map<string, string> serviceConfigurations = 4;- Specified by:
getServiceConfigurationsMapin interfaceToolInvokeRequestOrBuilder
-
getServiceConfigurationsOrDefault
map<string, string> serviceConfigurations = 4;- Specified by:
getServiceConfigurationsOrDefaultin interfaceToolInvokeRequestOrBuilder
-
getServiceConfigurationsOrThrow
map<string, string> serviceConfigurations = 4;- Specified by:
getServiceConfigurationsOrThrowin interfaceToolInvokeRequestOrBuilder
-
getCredentialsConfigurationsCount
public int getCredentialsConfigurationsCount()Description copied from interface:ToolInvokeRequestOrBuildermap<string, string> credentialsConfigurations = 5;- Specified by:
getCredentialsConfigurationsCountin interfaceToolInvokeRequestOrBuilder
-
containsCredentialsConfigurations
map<string, string> credentialsConfigurations = 5;- Specified by:
containsCredentialsConfigurationsin interfaceToolInvokeRequestOrBuilder
-
getCredentialsConfigurations
Deprecated.UsegetCredentialsConfigurationsMap()instead.- Specified by:
getCredentialsConfigurationsin interfaceToolInvokeRequestOrBuilder
-
getCredentialsConfigurationsMap
map<string, string> credentialsConfigurations = 5;- Specified by:
getCredentialsConfigurationsMapin interfaceToolInvokeRequestOrBuilder
-
getCredentialsConfigurationsOrDefault
map<string, string> credentialsConfigurations = 5;- Specified by:
getCredentialsConfigurationsOrDefaultin interfaceToolInvokeRequestOrBuilder
-
getCredentialsConfigurationsOrThrow
map<string, string> credentialsConfigurations = 5;- Specified by:
getCredentialsConfigurationsOrThrowin interfaceToolInvokeRequestOrBuilder
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static ToolInvokeRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ToolInvokeRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ToolInvokeRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ToolInvokeRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ToolInvokeRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ToolInvokeRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static ToolInvokeRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static ToolInvokeRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static ToolInvokeRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static ToolInvokeRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
-
toBuilder
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected ToolInvokeRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) - Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-