Interface Fileformat.BlobHeaderOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getDatasize()
      required int32 datasize = 3;
      proto4.ByteString getIndexdata()
      optional bytes indexdata = 2;
      String getType()
      required string type = 1;
      proto4.ByteString getTypeBytes()
      required string type = 1;
      boolean hasDatasize()
      required int32 datasize = 3;
      boolean hasIndexdata()
      optional bytes indexdata = 2;
      boolean hasType()
      required string type = 1;
      • Methods inherited from interface proto4.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface proto4.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasType

        boolean hasType()
        required string type = 1;
        Returns:
        Whether the type field is set.
      • getType

        String getType()
        required string type = 1;
        Returns:
        The type.
      • getTypeBytes

        proto4.ByteString getTypeBytes()
        required string type = 1;
        Returns:
        The bytes for type.
      • hasIndexdata

        boolean hasIndexdata()
        optional bytes indexdata = 2;
        Returns:
        Whether the indexdata field is set.
      • getIndexdata

        proto4.ByteString getIndexdata()
        optional bytes indexdata = 2;
        Returns:
        The indexdata.
      • hasDatasize

        boolean hasDatasize()
        required int32 datasize = 3;
        Returns:
        Whether the datasize field is set.
      • getDatasize

        int getDatasize()
        required int32 datasize = 3;
        Returns:
        The datasize.