Interface CopyPlanOrBuilder

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

public interface CopyPlanOrBuilder extends MessageOrBuilder
  • Method Details

    • hasPath

      boolean hasPath()
       The path being exported
       
      optional string path = 1;
      Returns:
      Whether the path field is set.
    • getPath

      String getPath()
       The path being exported
       
      optional string path = 1;
      Returns:
      The path.
    • getPathBytes

      ByteString getPathBytes()
       The path being exported
       
      optional string path = 1;
      Returns:
      The bytes for path.
    • hasIncrementIncarnation

      boolean hasIncrementIncarnation()
       Whether to increment the incarnation in store info during export
       
      optional bool increment_incarnation = 2;
      Returns:
      Whether the incrementIncarnation field is set.
    • getIncrementIncarnation

      boolean getIncrementIncarnation()
       Whether to increment the incarnation in store info during export
       
      optional bool increment_incarnation = 2;
      Returns:
      The incrementIncarnation.