Interface IdRefOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
IdRef, IdRef.Builder

public interface IdRefOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    The expression id.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getId

      int getId()
       The expression id.
       
      int32 id = 1 [json_name = "id"];
      Returns:
      The id.