Interface RpcDataContextOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RpcDataContext,RpcDataContext.Builder
public interface RpcDataContextOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RpcRandomAccessDataMetagetData().org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 2;RpcRandomAccessDataMetaOrBuildergetDataOrBuilder().org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 2;StringgetDataType()string dataType = 1;com.google.protobuf.ByteStringgetDataTypeBytes()string dataType = 1;booleanhasData().org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDataType
String getDataType()
string dataType = 1;- Returns:
- The dataType.
-
getDataTypeBytes
com.google.protobuf.ByteString getDataTypeBytes()
string dataType = 1;- Returns:
- The bytes for dataType.
-
hasData
boolean hasData()
.org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 2;- Returns:
- Whether the data field is set.
-
getData
RpcRandomAccessDataMeta getData()
.org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 2;- Returns:
- The data.
-
getDataOrBuilder
RpcRandomAccessDataMetaOrBuilder getDataOrBuilder()
.org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 2;
-
-