Interface IDsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    IDs, IDs.Builder

    public interface IDsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasIntId

        boolean hasIntId()
        .schema.LongArray int_id = 1;
        Returns:
        Whether the intId field is set.
      • getIntId

        LongArray getIntId()
        .schema.LongArray int_id = 1;
        Returns:
        The intId.
      • hasStrId

        boolean hasStrId()
        .schema.StringArray str_id = 2;
        Returns:
        Whether the strId field is set.
      • getStrId

        StringArray getStrId()
        .schema.StringArray str_id = 2;
        Returns:
        The strId.