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 Type
    Method
    Description
    .org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 2;
    .org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 2;
    string dataType = 1;
    com.google.protobuf.ByteString
    string dataType = 1;
    boolean
    .org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      .org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 2;
      Returns:
      The data.
    • getDataOrBuilder

      .org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 2;