Interface CopyDataOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
CopyData, CopyData.Builder

public interface CopyDataOrBuilder extends MessageOrBuilder
  • Method Details

    • hasData

      boolean hasData()
      optional .com.apple.foundationdb.record.provider.foundationdb.keyspace.DataInKeySpacePath data = 1;
      Returns:
      Whether the data field is set.
    • getData

      optional .com.apple.foundationdb.record.provider.foundationdb.keyspace.DataInKeySpacePath data = 1;
      Returns:
      The data.
    • getDataOrBuilder

      optional .com.apple.foundationdb.record.provider.foundationdb.keyspace.DataInKeySpacePath data = 1;
    • hasCatalogInfo

      boolean hasCatalogInfo()
      optional .com.apple.foundationdb.relational.copy.CatalogInfo catalog_info = 2;
      Returns:
      Whether the catalogInfo field is set.
    • getCatalogInfo

      CatalogInfo getCatalogInfo()
      optional .com.apple.foundationdb.relational.copy.CatalogInfo catalog_info = 2;
      Returns:
      The catalogInfo.
    • getCatalogInfoOrBuilder

      CatalogInfoOrBuilder getCatalogInfoOrBuilder()
      optional .com.apple.foundationdb.relational.copy.CatalogInfo catalog_info = 2;