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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RpcBooleangetBoolean().org.hansken.extraction.plugin.grpc.RpcBoolean boolean = 2;RpcBooleanOrBuildergetBooleanOrBuilder().org.hansken.extraction.plugin.grpc.RpcBoolean boolean = 2;RpcBytesgetBytes().org.hansken.extraction.plugin.grpc.RpcBytes bytes = 3;RpcBytesOrBuildergetBytesOrBuilder().org.hansken.extraction.plugin.grpc.RpcBytes bytes = 3;RpcZonedDateTimegetDatetime().org.hansken.extraction.plugin.grpc.RpcZonedDateTime datetime = 9;RpcZonedDateTimeOrBuildergetDatetimeOrBuilder().org.hansken.extraction.plugin.grpc.RpcZonedDateTime datetime = 9;RpcDoublegetDouble().org.hansken.extraction.plugin.grpc.RpcDouble double = 5;RpcDoubleOrBuildergetDoubleOrBuilder().org.hansken.extraction.plugin.grpc.RpcDouble double = 5;RpcLatLonggetLatLong().org.hansken.extraction.plugin.grpc.RpcLatLong latLong = 8;RpcLatLongOrBuildergetLatLongOrBuilder().org.hansken.extraction.plugin.grpc.RpcLatLong latLong = 8;RpcListgetList().org.hansken.extraction.plugin.grpc.RpcList list = 10;RpcListOrBuildergetListOrBuilder().org.hansken.extraction.plugin.grpc.RpcList list = 10;RpcLonggetLong().org.hansken.extraction.plugin.grpc.RpcLong long = 4;RpcLongOrBuildergetLongOrBuilder().org.hansken.extraction.plugin.grpc.RpcLong long = 4;RpcMapgetMap().org.hansken.extraction.plugin.grpc.RpcMap map = 11;RpcMapOrBuildergetMapOrBuilder().org.hansken.extraction.plugin.grpc.RpcMap map = 11;RpcStringgetString().org.hansken.extraction.plugin.grpc.RpcString string = 6;RpcStringOrBuildergetStringOrBuilder().org.hansken.extraction.plugin.grpc.RpcString string = 6;RpcTransformerArgument.TypeCasegetTypeCase()RpcVectorgetVector().org.hansken.extraction.plugin.grpc.RpcVector vector = 7;RpcVectorOrBuildergetVectorOrBuilder().org.hansken.extraction.plugin.grpc.RpcVector vector = 7;booleanhasBoolean().org.hansken.extraction.plugin.grpc.RpcBoolean boolean = 2;booleanhasBytes().org.hansken.extraction.plugin.grpc.RpcBytes bytes = 3;booleanhasDatetime().org.hansken.extraction.plugin.grpc.RpcZonedDateTime datetime = 9;booleanhasDouble().org.hansken.extraction.plugin.grpc.RpcDouble double = 5;booleanhasLatLong().org.hansken.extraction.plugin.grpc.RpcLatLong latLong = 8;booleanhasList().org.hansken.extraction.plugin.grpc.RpcList list = 10;booleanhasLong().org.hansken.extraction.plugin.grpc.RpcLong long = 4;booleanhasMap().org.hansken.extraction.plugin.grpc.RpcMap map = 11;booleanhasString().org.hansken.extraction.plugin.grpc.RpcString string = 6;booleanhasVector().org.hansken.extraction.plugin.grpc.RpcVector vector = 7;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
getTypeCase
RpcTransformerArgument.TypeCase getTypeCase()
-
-