Interface ClientWireProtocol.LocalQueriesOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDatabase()
      string database = 3;
      com.google.protobuf.ByteString getDatabaseBytes()
      string database = 3;
      int getIdentity()
      Same data as md::objectId object Ideally would like to import objectId proto object, but proto lives in libxgsysnconfig
      ClientWireProtocol.LocalQueries.OneIdentityOptionCase getOneIdentityOptionCase()  
      com.google.protobuf.ByteString getUuidIdentity()
      bytes uuid_identity = 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

      • getIdentity

        int getIdentity()
        Same data as md::objectId object
        Ideally would like to import objectId proto object, but proto lives in libxgsysnconfig
         
        int32 identity = 1;
        Returns:
        The identity.
      • getUuidIdentity

        com.google.protobuf.ByteString getUuidIdentity()
        bytes uuid_identity = 2;
        Returns:
        The uuidIdentity.
      • getDatabase

        String getDatabase()
        string database = 3;
        Returns:
        The database.
      • getDatabaseBytes

        com.google.protobuf.ByteString getDatabaseBytes()
        string database = 3;
        Returns:
        The bytes for database.