Package biopb.tensor

Interface RemoveSourceRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RemoveSourceRequest, RemoveSourceRequest.Builder

public interface RemoveSourceRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The dnd:// branch root to remove.
    com.google.protobuf.ByteString
    The dnd:// branch root to remove.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getRootUrl

      String getRootUrl()
       The dnd:// branch root to remove. Every source whose catalog source_url is
       this value, or is under it (has the `root_url + "/"` prefix), is removed --
       so one dropped folder's sources go as a unit. MUST carry the dnd:// scheme.
       
      string root_url = 1;
      Returns:
      The rootUrl.
    • getRootUrlBytes

      com.google.protobuf.ByteString getRootUrlBytes()
       The dnd:// branch root to remove. Every source whose catalog source_url is
       this value, or is under it (has the `root_url + "/"` prefix), is removed --
       so one dropped folder's sources go as a unit. MUST carry the dnd:// scheme.
       
      string root_url = 1;
      Returns:
      The bytes for rootUrl.