Interface PlanProtocol.GdcLookupOperatorOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getId()
      a string identifier that is the uuid of this lookup table, and the version number(higher is newer)
      com.google.protobuf.ByteString getIdBytes()
      a string identifier that is the uuid of this lookup table, and the version number(higher is newer)
      long getVersion()
      int64 version = 2;
      • 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

      • getId

        String getId()
        a string identifier that is the uuid of this lookup table, and the version number(higher is newer)
         
        string id = 1;
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        a string identifier that is the uuid of this lookup table, and the version number(higher is newer)
         
        string id = 1;
        Returns:
        The bytes for id.
      • getVersion

        long getVersion()
        int64 version = 2;
        Returns:
        The version.