Interface IDirectoryServiceOuterClass.IDirectoryServiceMoveRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IDirectoryServiceOuterClass.IDirectoryServiceMoveRequest,IDirectoryServiceOuterClass.IDirectoryServiceMoveRequest.Builder
- Enclosing class:
IDirectoryServiceOuterClass
public static interface IDirectoryServiceOuterClass.IDirectoryServiceMoveRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleangetClear()bool clear = 3;string destinationPath = 2;com.google.protobuf.ByteStringstring destinationPath = 2;string sourcePath = 1;com.google.protobuf.ByteStringstring sourcePath = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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;
-