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
      RpcRandomAccessDataMeta getData()
      .org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 2;
      RpcRandomAccessDataMetaOrBuilder getDataOrBuilder()
      .org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 2;
      String getDataType()
      string dataType = 1;
      com.google.protobuf.ByteString getDataTypeBytes()
      string dataType = 1;
      boolean hasData()
      .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 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.