Interface NcStreamProto.HeaderOrBuilder

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

    public static interface NcStreamProto.HeaderOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getLocation

        String getLocation()
        string location = 1;
        Returns:
        The location.
      • getLocationBytes

        com.google.protobuf.ByteString getLocationBytes()
        string location = 1;
        Returns:
        The bytes for location.
      • getTitle

        String getTitle()
         ??
         
        string title = 2;
        Returns:
        The title.
      • getTitleBytes

        com.google.protobuf.ByteString getTitleBytes()
         ??
         
        string title = 2;
        Returns:
        The bytes for title.
      • getId

        String getId()
         ??
         
        string id = 3;
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
         ??
         
        string id = 3;
        Returns:
        The bytes for id.
      • hasRoot

        boolean hasRoot()
        .Group root = 4;
        Returns:
        Whether the root field is set.
      • getVersion

        int getVersion()
        uint32 version = 5;
        Returns:
        The version.