Class ClientWireProtocol.LocalQueries

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, ClientWireProtocol.LocalQueriesOrBuilder, Serializable
Enclosing class:
ClientWireProtocol

public static final class ClientWireProtocol.LocalQueries extends com.google.protobuf.GeneratedMessageV3 implements ClientWireProtocol.LocalQueriesOrBuilder
Protobuf type xg.cmdcomp.LocalQueries
See Also:
  • Field Details

    • IDENTITY_FIELD_NUMBER

      public static final int IDENTITY_FIELD_NUMBER
      See Also:
    • UUID_IDENTITY_FIELD_NUMBER

      public static final int UUID_IDENTITY_FIELD_NUMBER
      See Also:
    • DATABASE_FIELD_NUMBER

      public static final int DATABASE_FIELD_NUMBER
      See Also:
    • TOKEN_FIELD_NUMBER

      public static final int TOKEN_FIELD_NUMBER
      See Also:
    • SIGNATURE_FIELD_NUMBER

      public static final int SIGNATURE_FIELD_NUMBER
      See Also:
    • ISSUER_CERTIFICATE_FIELD_NUMBER

      public static final int ISSUER_CERTIFICATE_FIELD_NUMBER
      See Also:
    • ISSUER_FINGERPRINT_FIELD_NUMBER

      public static final int ISSUER_FINGERPRINT_FIELD_NUMBER
      See Also:
    • USERNAME_FIELD_NUMBER

      public static final int USERNAME_FIELD_NUMBER
      See Also:
    • COMPLETED_FIELD_NUMBER

      public static final int COMPLETED_FIELD_NUMBER
      See Also:
    • USER_FIELD_NUMBER

      public static final int USER_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getOneIdentityOptionCase

      public ClientWireProtocol.LocalQueries.OneIdentityOptionCase getOneIdentityOptionCase()
      Specified by:
      getOneIdentityOptionCase in interface ClientWireProtocol.LocalQueriesOrBuilder
    • getIdentity

      @Deprecated public int getIdentity()
      Deprecated.
      xg.cmdcomp.LocalQueries.identity is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=413
       Same data as md::objectId object
       Ideally would like to import objectId proto object, but proto lives in libxgsysnconfig
       
      int32 identity = 1 [deprecated = true];
      Specified by:
      getIdentity in interface ClientWireProtocol.LocalQueriesOrBuilder
      Returns:
      The identity.
    • hasUuidIdentity

      @Deprecated public boolean hasUuidIdentity()
      Deprecated.
      xg.cmdcomp.LocalQueries.uuid_identity is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=415
      bytes uuid_identity = 2 [deprecated = true];
      Specified by:
      hasUuidIdentity in interface ClientWireProtocol.LocalQueriesOrBuilder
      Returns:
      Whether the uuidIdentity field is set.
    • getUuidIdentity

      @Deprecated public com.google.protobuf.ByteString getUuidIdentity()
      Deprecated.
      xg.cmdcomp.LocalQueries.uuid_identity is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=415
      bytes uuid_identity = 2 [deprecated = true];
      Specified by:
      getUuidIdentity in interface ClientWireProtocol.LocalQueriesOrBuilder
      Returns:
      The uuidIdentity.
    • getDatabase

      public String getDatabase()
      string database = 3;
      Specified by:
      getDatabase in interface ClientWireProtocol.LocalQueriesOrBuilder
      Returns:
      The database.
    • getDatabaseBytes

      public com.google.protobuf.ByteString getDatabaseBytes()
      string database = 3;
      Specified by:
      getDatabaseBytes in interface ClientWireProtocol.LocalQueriesOrBuilder
      Returns:
      The bytes for database.
    • getToken

      public com.google.protobuf.ByteString getToken()
      bytes token = 4;
      Specified by:
      getToken in interface ClientWireProtocol.LocalQueriesOrBuilder
      Returns:
      The token.
    • getSignature

      @Deprecated public com.google.protobuf.ByteString getSignature()
      Deprecated.
      xg.cmdcomp.LocalQueries.signature is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=420
      bytes signature = 5 [deprecated = true];
      Specified by:
      getSignature in interface ClientWireProtocol.LocalQueriesOrBuilder
      Returns:
      The signature.
    • getIssuerCertificate

      @Deprecated public com.google.protobuf.ByteString getIssuerCertificate()
      Deprecated.
      xg.cmdcomp.LocalQueries.issuer_certificate is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=421
      bytes issuer_certificate = 6 [deprecated = true];
      Specified by:
      getIssuerCertificate in interface ClientWireProtocol.LocalQueriesOrBuilder
      Returns:
      The issuerCertificate.
    • getIssuerFingerprint

      public com.google.protobuf.ByteString getIssuerFingerprint()
      bytes issuer_fingerprint = 7;
      Specified by:
      getIssuerFingerprint in interface ClientWireProtocol.LocalQueriesOrBuilder
      Returns:
      The issuerFingerprint.
    • getUsername

      @Deprecated public com.google.protobuf.ByteString getUsername()
      Deprecated.
      xg.cmdcomp.LocalQueries.username is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=423
      bytes username = 8 [deprecated = true];
      Specified by:
      getUsername in interface ClientWireProtocol.LocalQueriesOrBuilder
      Returns:
      The username.
    • getCompleted

      public boolean getCompleted()
       true if we should return rows for completed queries
       
      bool completed = 9;
      Specified by:
      getCompleted in interface ClientWireProtocol.LocalQueriesOrBuilder
      Returns:
      The completed.
    • getUser

      @Deprecated public com.google.protobuf.ByteString getUser()
      Deprecated.
      xg.cmdcomp.LocalQueries.user is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=425
       This is the byte string representation of a user_i instance
       
      bytes user = 10 [deprecated = true];
      Specified by:
      getUser in interface ClientWireProtocol.LocalQueriesOrBuilder
      Returns:
      The user.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static ClientWireProtocol.LocalQueries parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ClientWireProtocol.LocalQueries parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ClientWireProtocol.LocalQueries parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ClientWireProtocol.LocalQueries parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ClientWireProtocol.LocalQueries parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ClientWireProtocol.LocalQueries parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ClientWireProtocol.LocalQueries parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ClientWireProtocol.LocalQueries parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ClientWireProtocol.LocalQueries parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ClientWireProtocol.LocalQueries parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ClientWireProtocol.LocalQueries parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ClientWireProtocol.LocalQueries parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public ClientWireProtocol.LocalQueries.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static ClientWireProtocol.LocalQueries.Builder newBuilder()
    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected ClientWireProtocol.LocalQueries.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static ClientWireProtocol.LocalQueries getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<ClientWireProtocol.LocalQueries> parser()
    • getParserForType

      public com.google.protobuf.Parser<ClientWireProtocol.LocalQueries> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public ClientWireProtocol.LocalQueries getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder