Interface ClientWireProtocol.LocalKillQueryOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ClientWireProtocol.LocalKillQuery, ClientWireProtocol.LocalKillQuery.Builder
Enclosing class:
ClientWireProtocol

public static interface ClientWireProtocol.LocalKillQueryOrBuilder
extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type Method Description
    int getIdentity()
    Same data as md::objectId object Ideally would like to import objectId proto object, but proto lives in libxgsysnconfig
    ClientWireProtocol.LocalKillQuery.OneIdentityOptionCase getOneIdentityOptionCase()  
    String getSql()
    This is the UUID of the query in string form (e.g.
    com.google.protobuf.ByteString getSqlBytes()
    This is the UUID of the query in string form (e.g.
    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 Details

    • 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;
    • getUuidIdentity

      com.google.protobuf.ByteString getUuidIdentity()
      bytes uuid_identity = 2;
    • getSql

      String getSql()
      This is the UUID of the query in string form (e.g. 123e4567-e89b-12d3-a456-426655440000)
       
      string sql = 3;
    • getSqlBytes

      com.google.protobuf.ByteString getSqlBytes()
      This is the UUID of the query in string form (e.g. 123e4567-e89b-12d3-a456-426655440000)
       
      string sql = 3;
    • getOneIdentityOptionCase