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 Summary
Modifier and TypeMethodDescription.org.hansken.extraction.plugin.grpc.RpcBoolean boolean = 2;.org.hansken.extraction.plugin.grpc.RpcBoolean boolean = 2;getBytes().org.hansken.extraction.plugin.grpc.RpcBytes bytes = 3;.org.hansken.extraction.plugin.grpc.RpcBytes bytes = 3;.org.hansken.extraction.plugin.grpc.RpcZonedDateTime datetime = 9;.org.hansken.extraction.plugin.grpc.RpcZonedDateTime datetime = 9;.org.hansken.extraction.plugin.grpc.RpcLong integer = 4;.org.hansken.extraction.plugin.grpc.RpcLong integer = 4;.org.hansken.extraction.plugin.grpc.RpcLatLong latLong = 8;.org.hansken.extraction.plugin.grpc.RpcLatLong latLong = 8;getList().org.hansken.extraction.plugin.grpc.RpcList list = 10;.org.hansken.extraction.plugin.grpc.RpcList list = 10;getMap().org.hansken.extraction.plugin.grpc.RpcMap map = 11;.org.hansken.extraction.plugin.grpc.RpcMap map = 11;getReal().org.hansken.extraction.plugin.grpc.RpcDouble real = 5;.org.hansken.extraction.plugin.grpc.RpcDouble real = 5;.org.hansken.extraction.plugin.grpc.RpcString string = 6;.org.hansken.extraction.plugin.grpc.RpcString string = 6;.org.hansken.extraction.plugin.grpc.RpcVector vector = 7;.org.hansken.extraction.plugin.grpc.RpcVector vector = 7;boolean.org.hansken.extraction.plugin.grpc.RpcBoolean boolean = 2;booleanhasBytes().org.hansken.extraction.plugin.grpc.RpcBytes bytes = 3;boolean.org.hansken.extraction.plugin.grpc.RpcZonedDateTime datetime = 9;boolean.org.hansken.extraction.plugin.grpc.RpcLong integer = 4;boolean.org.hansken.extraction.plugin.grpc.RpcLatLong latLong = 8;booleanhasList().org.hansken.extraction.plugin.grpc.RpcList list = 10;booleanhasMap().org.hansken.extraction.plugin.grpc.RpcMap map = 11;booleanhasReal().org.hansken.extraction.plugin.grpc.RpcDouble real = 5;boolean.org.hansken.extraction.plugin.grpc.RpcString string = 6;boolean.org.hansken.extraction.plugin.grpc.RpcVector vector = 7;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
RpcTransformerArgument.TypeCase getTypeCase()
-