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.