Interface NcStreamProto.MemberOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    NcStreamProto.Member, NcStreamProto.Member.Builder
    Enclosing class:
    NcStreamProto

    public static interface NcStreamProto.MemberOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      NcStreamProto.DataType getDataType()
      .DataType dataType = 2;
      int getDataTypeValue()
      .DataType dataType = 2;
      boolean getIsVlen()
      bool isVlen = 4;
      int getShape​(int index)
      or section?
      int getShapeCount()
      or section?
      List<Integer> getShapeList()
      or section?
      String getShortName()
      string shortName = 1;
      com.google.protobuf.ByteString getShortNameBytes()
      string shortName = 1;
      • 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

      • getShortName

        String getShortName()
        string shortName = 1;
        Returns:
        The shortName.
      • getShortNameBytes

        com.google.protobuf.ByteString getShortNameBytes()
        string shortName = 1;
        Returns:
        The bytes for shortName.
      • getDataTypeValue

        int getDataTypeValue()
        .DataType dataType = 2;
        Returns:
        The enum numeric value on the wire for dataType.
      • getShapeList

        List<Integer> getShapeList()
         or section?
         
        repeated uint32 shape = 3;
        Returns:
        A list containing the shape.
      • getShapeCount

        int getShapeCount()
         or section?
         
        repeated uint32 shape = 3;
        Returns:
        The count of shape.
      • getShape

        int getShape​(int index)
         or section?
         
        repeated uint32 shape = 3;
        Parameters:
        index - The index of the element to return.
        Returns:
        The shape at the given index.
      • getIsVlen

        boolean getIsVlen()
        bool isVlen = 4;
        Returns:
        The isVlen.