Interface RpcTransformerArgumentOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RpcTransformerArgument, RpcTransformerArgument.Builder

public interface RpcTransformerArgumentOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasBoolean

      boolean hasBoolean()
      .org.hansken.extraction.plugin.grpc.RpcBoolean boolean = 2;
      Returns:
      Whether the boolean field is set.
    • getBoolean

      RpcBoolean getBoolean()
      .org.hansken.extraction.plugin.grpc.RpcBoolean boolean = 2;
      Returns:
      The boolean.
    • getBooleanOrBuilder

      RpcBooleanOrBuilder getBooleanOrBuilder()
      .org.hansken.extraction.plugin.grpc.RpcBoolean boolean = 2;
    • hasBytes

      boolean hasBytes()
      .org.hansken.extraction.plugin.grpc.RpcBytes bytes = 3;
      Returns:
      Whether the bytes field is set.
    • getBytes

      RpcBytes getBytes()
      .org.hansken.extraction.plugin.grpc.RpcBytes bytes = 3;
      Returns:
      The bytes.
    • getBytesOrBuilder

      RpcBytesOrBuilder getBytesOrBuilder()
      .org.hansken.extraction.plugin.grpc.RpcBytes bytes = 3;
    • hasInteger

      boolean hasInteger()
      .org.hansken.extraction.plugin.grpc.RpcLong integer = 4;
      Returns:
      Whether the integer field is set.
    • getInteger

      RpcLong getInteger()
      .org.hansken.extraction.plugin.grpc.RpcLong integer = 4;
      Returns:
      The integer.
    • getIntegerOrBuilder

      RpcLongOrBuilder getIntegerOrBuilder()
      .org.hansken.extraction.plugin.grpc.RpcLong integer = 4;
    • hasReal

      boolean hasReal()
      .org.hansken.extraction.plugin.grpc.RpcDouble real = 5;
      Returns:
      Whether the real field is set.
    • getReal

      RpcDouble getReal()
      .org.hansken.extraction.plugin.grpc.RpcDouble real = 5;
      Returns:
      The real.
    • getRealOrBuilder

      RpcDoubleOrBuilder getRealOrBuilder()
      .org.hansken.extraction.plugin.grpc.RpcDouble real = 5;
    • hasString

      boolean hasString()
      .org.hansken.extraction.plugin.grpc.RpcString string = 6;
      Returns:
      Whether the string field is set.
    • getString

      RpcString getString()
      .org.hansken.extraction.plugin.grpc.RpcString string = 6;
      Returns:
      The string.
    • getStringOrBuilder

      RpcStringOrBuilder getStringOrBuilder()
      .org.hansken.extraction.plugin.grpc.RpcString string = 6;
    • hasVector

      boolean hasVector()
      .org.hansken.extraction.plugin.grpc.RpcVector vector = 7;
      Returns:
      Whether the vector field is set.
    • getVector

      RpcVector getVector()
      .org.hansken.extraction.plugin.grpc.RpcVector vector = 7;
      Returns:
      The vector.
    • getVectorOrBuilder

      RpcVectorOrBuilder getVectorOrBuilder()
      .org.hansken.extraction.plugin.grpc.RpcVector vector = 7;
    • hasLatLong

      boolean hasLatLong()
      .org.hansken.extraction.plugin.grpc.RpcLatLong latLong = 8;
      Returns:
      Whether the latLong field is set.
    • getLatLong

      RpcLatLong getLatLong()
      .org.hansken.extraction.plugin.grpc.RpcLatLong latLong = 8;
      Returns:
      The latLong.
    • getLatLongOrBuilder

      RpcLatLongOrBuilder getLatLongOrBuilder()
      .org.hansken.extraction.plugin.grpc.RpcLatLong latLong = 8;
    • hasDatetime

      boolean hasDatetime()
      .org.hansken.extraction.plugin.grpc.RpcZonedDateTime datetime = 9;
      Returns:
      Whether the datetime field is set.
    • getDatetime

      RpcZonedDateTime getDatetime()
      .org.hansken.extraction.plugin.grpc.RpcZonedDateTime datetime = 9;
      Returns:
      The datetime.
    • getDatetimeOrBuilder

      RpcZonedDateTimeOrBuilder getDatetimeOrBuilder()
      .org.hansken.extraction.plugin.grpc.RpcZonedDateTime datetime = 9;
    • hasList

      boolean hasList()
      .org.hansken.extraction.plugin.grpc.RpcList list = 10;
      Returns:
      Whether the list field is set.
    • getList

      RpcList getList()
      .org.hansken.extraction.plugin.grpc.RpcList list = 10;
      Returns:
      The list.
    • getListOrBuilder

      RpcListOrBuilder getListOrBuilder()
      .org.hansken.extraction.plugin.grpc.RpcList list = 10;
    • hasMap

      boolean hasMap()
      .org.hansken.extraction.plugin.grpc.RpcMap map = 11;
      Returns:
      Whether the map field is set.
    • getMap

      RpcMap getMap()
      .org.hansken.extraction.plugin.grpc.RpcMap map = 11;
      Returns:
      The map.
    • getMapOrBuilder

      RpcMapOrBuilder getMapOrBuilder()
      .org.hansken.extraction.plugin.grpc.RpcMap map = 11;
    • getTypeCase