Interface IDirectoryServiceOuterClass.IDirectoryServiceCopyRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
IDirectoryServiceOuterClass.IDirectoryServiceCopyRequest, IDirectoryServiceOuterClass.IDirectoryServiceCopyRequest.Builder
Enclosing class:
IDirectoryServiceOuterClass

public static interface IDirectoryServiceOuterClass.IDirectoryServiceCopyRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool clear = 3;
    string destinationPath = 2;
    com.google.protobuf.ByteString
    string destinationPath = 2;
    string sourcePath = 1;
    com.google.protobuf.ByteString
    string sourcePath = 1;

    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

    • getSourcePath

      String getSourcePath()
      string sourcePath = 1;
    • getSourcePathBytes

      com.google.protobuf.ByteString getSourcePathBytes()
      string sourcePath = 1;
    • getDestinationPath

      String getDestinationPath()
      string destinationPath = 2;
    • getDestinationPathBytes

      com.google.protobuf.ByteString getDestinationPathBytes()
      string destinationPath = 2;
    • getClear

      boolean getClear()
      bool clear = 3;