Package inference

Class GrpcService.InferParameter

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
inference.GrpcService.InferParameter
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, GrpcService.InferParameterOrBuilder, Serializable
Enclosing class:
GrpcService

public static final class GrpcService.InferParameter extends com.google.protobuf.GeneratedMessageV3 implements GrpcService.InferParameterOrBuilder
@@
@@.. cpp:var:: message InferParameter
@@
@@   An inference parameter value.
@@
 
Protobuf type inference.InferParameter
See Also:
  • Field Details

    • BOOL_PARAM_FIELD_NUMBER

      public static final int BOOL_PARAM_FIELD_NUMBER
      See Also:
    • INT64_PARAM_FIELD_NUMBER

      public static final int INT64_PARAM_FIELD_NUMBER
      See Also:
    • STRING_PARAM_FIELD_NUMBER

      public static final int STRING_PARAM_FIELD_NUMBER
      See Also:
    • DOUBLE_PARAM_FIELD_NUMBER

      public static final int DOUBLE_PARAM_FIELD_NUMBER
      See Also:
    • UINT64_PARAM_FIELD_NUMBER

      public static final int UINT64_PARAM_FIELD_NUMBER
      See Also:
  • 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()
    • internalGetFieldAccessorTable

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

      public GrpcService.InferParameter.ParameterChoiceCase getParameterChoiceCase()
      Specified by:
      getParameterChoiceCase in interface GrpcService.InferParameterOrBuilder
    • hasBoolParam

      public boolean hasBoolParam()
      @@    .. cpp:var:: bool bool_param
      @@
      @@       A boolean parameter value.
      @@
       
      bool bool_param = 1;
      Specified by:
      hasBoolParam in interface GrpcService.InferParameterOrBuilder
      Returns:
      Whether the boolParam field is set.
    • getBoolParam

      public boolean getBoolParam()
      @@    .. cpp:var:: bool bool_param
      @@
      @@       A boolean parameter value.
      @@
       
      bool bool_param = 1;
      Specified by:
      getBoolParam in interface GrpcService.InferParameterOrBuilder
      Returns:
      The boolParam.
    • hasInt64Param

      public boolean hasInt64Param()
      @@    .. cpp:var:: int64 int64_param
      @@
      @@       An int64 parameter value.
      @@
       
      int64 int64_param = 2;
      Specified by:
      hasInt64Param in interface GrpcService.InferParameterOrBuilder
      Returns:
      Whether the int64Param field is set.
    • getInt64Param

      public long getInt64Param()
      @@    .. cpp:var:: int64 int64_param
      @@
      @@       An int64 parameter value.
      @@
       
      int64 int64_param = 2;
      Specified by:
      getInt64Param in interface GrpcService.InferParameterOrBuilder
      Returns:
      The int64Param.
    • hasStringParam

      public boolean hasStringParam()
      @@    .. cpp:var:: string string_param
      @@
      @@       A string parameter value.
      @@
       
      string string_param = 3;
      Specified by:
      hasStringParam in interface GrpcService.InferParameterOrBuilder
      Returns:
      Whether the stringParam field is set.
    • getStringParam

      public String getStringParam()
      @@    .. cpp:var:: string string_param
      @@
      @@       A string parameter value.
      @@
       
      string string_param = 3;
      Specified by:
      getStringParam in interface GrpcService.InferParameterOrBuilder
      Returns:
      The stringParam.
    • getStringParamBytes

      public com.google.protobuf.ByteString getStringParamBytes()
      @@    .. cpp:var:: string string_param
      @@
      @@       A string parameter value.
      @@
       
      string string_param = 3;
      Specified by:
      getStringParamBytes in interface GrpcService.InferParameterOrBuilder
      Returns:
      The bytes for stringParam.
    • hasDoubleParam

      public boolean hasDoubleParam()
      @@    .. cpp:var:: double double_param
      @@
      @@       A double parameter value.
      @@
       
      double double_param = 4;
      Specified by:
      hasDoubleParam in interface GrpcService.InferParameterOrBuilder
      Returns:
      Whether the doubleParam field is set.
    • getDoubleParam

      public double getDoubleParam()
      @@    .. cpp:var:: double double_param
      @@
      @@       A double parameter value.
      @@
       
      double double_param = 4;
      Specified by:
      getDoubleParam in interface GrpcService.InferParameterOrBuilder
      Returns:
      The doubleParam.
    • hasUint64Param

      public boolean hasUint64Param()
      @@    .. cpp:var:: uint64 uint64_param
      @@
      @@       A uint64 parameter value.
      @@
      @@       Not supported for custom parameters
      @@
       
      uint64 uint64_param = 5;
      Specified by:
      hasUint64Param in interface GrpcService.InferParameterOrBuilder
      Returns:
      Whether the uint64Param field is set.
    • getUint64Param

      public long getUint64Param()
      @@    .. cpp:var:: uint64 uint64_param
      @@
      @@       A uint64 parameter value.
      @@
      @@       Not supported for custom parameters
      @@
       
      uint64 uint64_param = 5;
      Specified by:
      getUint64Param in interface GrpcService.InferParameterOrBuilder
      Returns:
      The uint64Param.
    • 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 GrpcService.InferParameter parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GrpcService.InferParameter parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GrpcService.InferParameter parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GrpcService.InferParameter parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GrpcService.InferParameter parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GrpcService.InferParameter parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GrpcService.InferParameter parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

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

      public static GrpcService.InferParameter parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

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

      public static GrpcService.InferParameter parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static GrpcService.InferParameter parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

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

      public static GrpcService.InferParameter.Builder newBuilder()
    • newBuilder

      public static GrpcService.InferParameter.Builder newBuilder(GrpcService.InferParameter prototype)
    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

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

      public static GrpcService.InferParameter getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<GrpcService.InferParameter> 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 GrpcService.InferParameter getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder