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 Detail

      • 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;
      • hasLong

        boolean hasLong()
        .org.hansken.extraction.plugin.grpc.RpcLong long = 4;
        Returns:
        Whether the long field is set.
      • getLong

        RpcLong getLong()
        .org.hansken.extraction.plugin.grpc.RpcLong long = 4;
        Returns:
        The long.
      • getLongOrBuilder

        RpcLongOrBuilder getLongOrBuilder()
        .org.hansken.extraction.plugin.grpc.RpcLong long = 4;
      • hasDouble

        boolean hasDouble()
        .org.hansken.extraction.plugin.grpc.RpcDouble double = 5;
        Returns:
        Whether the double field is set.
      • getDouble

        RpcDouble getDouble()
        .org.hansken.extraction.plugin.grpc.RpcDouble double = 5;
        Returns:
        The double.
      • getDoubleOrBuilder

        RpcDoubleOrBuilder getDoubleOrBuilder()
        .org.hansken.extraction.plugin.grpc.RpcDouble double = 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;