Interface ClientWireProtocol.FetchSystemMetadataOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
ClientWireProtocol.FetchSystemMetadata, ClientWireProtocol.FetchSystemMetadata.Builder
Enclosing class:
ClientWireProtocol

public static interface ClientWireProtocol.FetchSystemMetadataOrBuilder extends MessageOrBuilder
  • Method Details

    • getCallValue

      int getCallValue()
      .xg.cmdcomp.FetchSystemMetadata.SystemMetadataCall call = 1;
      Returns:
      The enum numeric value on the wire for call.
    • getCall

      .xg.cmdcomp.FetchSystemMetadata.SystemMetadataCall call = 1;
      Returns:
      The call.
    • getSchema

      String getSchema()
       Parameters for calls
       
      string schema = 2;
      Returns:
      The schema.
    • getSchemaBytes

      ByteString getSchemaBytes()
       Parameters for calls
       
      string schema = 2;
      Returns:
      The bytes for schema.
    • getTable

      String getTable()
      string table = 3;
      Returns:
      The table.
    • getTableBytes

      ByteString getTableBytes()
      string table = 3;
      Returns:
      The bytes for table.
    • getColumn

      String getColumn()
      string column = 4;
      Returns:
      The column.
    • getColumnBytes

      ByteString getColumnBytes()
      string column = 4;
      Returns:
      The bytes for column.
    • getView

      String getView()
      string view = 5;
      Returns:
      The view.
    • getViewBytes

      ByteString getViewBytes()
      string view = 5;
      Returns:
      The bytes for view.
    • getTest

      boolean getTest()
       whether to test against patterns
       
      bool test = 6;
      Returns:
      The test.