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 message
 
Protobuf type tool.ToolInvokeRequest
See Also:
  • Field Details

  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetMapFieldReflection

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
      Overrides:
      internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessageV3
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getUri

      public String getUri()
      string uri = 1;
      Specified by:
      getUri in interface ToolInvokeRequestOrBuilder
      Returns:
      The uri.
    • getUriBytes

      public com.google.protobuf.ByteString getUriBytes()
      string uri = 1;
      Specified by:
      getUriBytes in interface ToolInvokeRequestOrBuilder
      Returns:
      The bytes for uri.
    • getBody

      public String getBody()
      string body = 2;
      Specified by:
      getBody in interface ToolInvokeRequestOrBuilder
      Returns:
      The body.
    • getBodyBytes

      public com.google.protobuf.ByteString getBodyBytes()
      string body = 2;
      Specified by:
      getBodyBytes in interface ToolInvokeRequestOrBuilder
      Returns:
      The bytes for body.
    • getArgumentsCount

      public int getArgumentsCount()
      Description copied from interface: ToolInvokeRequestOrBuilder
      map<string, string> arguments = 3;
      Specified by:
      getArgumentsCount in interface ToolInvokeRequestOrBuilder
    • containsArguments

      public boolean containsArguments(String key)
      map<string, string> arguments = 3;
      Specified by:
      containsArguments in interface ToolInvokeRequestOrBuilder
    • getArguments

      @Deprecated public Map<String,String> getArguments()
      Deprecated.
      Use getArgumentsMap() instead.
      Specified by:
      getArguments in interface ToolInvokeRequestOrBuilder
    • getArgumentsMap

      public Map<String,String> getArgumentsMap()
      map<string, string> arguments = 3;
      Specified by:
      getArgumentsMap in interface ToolInvokeRequestOrBuilder
    • getArgumentsOrDefault

      public String getArgumentsOrDefault(String key, String defaultValue)
      map<string, string> arguments = 3;
      Specified by:
      getArgumentsOrDefault in interface ToolInvokeRequestOrBuilder
    • getArgumentsOrThrow

      public String getArgumentsOrThrow(String key)
      map<string, string> arguments = 3;
      Specified by:
      getArgumentsOrThrow in interface ToolInvokeRequestOrBuilder
    • getConfigurationURI

      public String getConfigurationURI()
      string configurationURI = 4;
      Specified by:
      getConfigurationURI in interface ToolInvokeRequestOrBuilder
      Returns:
      The configurationURI.
    • getConfigurationURIBytes

      public com.google.protobuf.ByteString getConfigurationURIBytes()
      string configurationURI = 4;
      Specified by:
      getConfigurationURIBytes in interface ToolInvokeRequestOrBuilder
      Returns:
      The bytes for configurationURI.
    • getSecretsURI

      public String getSecretsURI()
      string secretsURI = 5;
      Specified by:
      getSecretsURI in interface ToolInvokeRequestOrBuilder
      Returns:
      The secretsURI.
    • getSecretsURIBytes

      public com.google.protobuf.ByteString getSecretsURIBytes()
      string secretsURI = 5;
      Specified by:
      getSecretsURIBytes in interface ToolInvokeRequestOrBuilder
      Returns:
      The bytes for secretsURI.
    • getHeadersCount

      public int getHeadersCount()
      Description copied from interface: ToolInvokeRequestOrBuilder
      map<string, string> headers = 6;
      Specified by:
      getHeadersCount in interface ToolInvokeRequestOrBuilder
    • containsHeaders

      public boolean containsHeaders(String key)
      map<string, string> headers = 6;
      Specified by:
      containsHeaders in interface ToolInvokeRequestOrBuilder
    • getHeaders

      @Deprecated public Map<String,String> getHeaders()
      Deprecated.
      Use getHeadersMap() instead.
      Specified by:
      getHeaders in interface ToolInvokeRequestOrBuilder
    • getHeadersMap

      public Map<String,String> getHeadersMap()
      map<string, string> headers = 6;
      Specified by:
      getHeadersMap in interface ToolInvokeRequestOrBuilder
    • getHeadersOrDefault

      public String getHeadersOrDefault(String key, String defaultValue)
      map<string, string> headers = 6;
      Specified by:
      getHeadersOrDefault in interface ToolInvokeRequestOrBuilder
    • getHeadersOrThrow

      public String getHeadersOrThrow(String key)
      map<string, string> headers = 6;
      Specified by:
      getHeadersOrThrow in interface ToolInvokeRequestOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.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

      public static ToolInvokeRequest parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ToolInvokeRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ToolInvokeRequest parseDelimitedFrom(InputStream input) throws IOException
      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

      public ToolInvokeRequest.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static ToolInvokeRequest.Builder newBuilder()
    • newBuilder

      public static ToolInvokeRequest.Builder newBuilder(ToolInvokeRequest prototype)
    • toBuilder

      public ToolInvokeRequest.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected ToolInvokeRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static ToolInvokeRequest getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<ToolInvokeRequest> parser()
    • getParserForType

      public com.google.protobuf.Parser<ToolInvokeRequest> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public ToolInvokeRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder