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
Modifier and TypeMethodDescriptiongetData().org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 2;.org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 2;string dataType = 1;com.google.protobuf.ByteStringstring dataType = 1;booleanhasData().org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 2;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
-
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;
-