Interface MoveFolderMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MoveFolderMetadata,MoveFolderMetadata.Builder
public interface MoveFolderMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDestinationParent()The resource name of the folder or organization to move the folder to.com.google.protobuf.ByteStringgetDestinationParentBytes()The resource name of the folder or organization to move the folder to.StringgetDisplayName()The display name of the folder.com.google.protobuf.ByteStringgetDisplayNameBytes()The display name of the folder.StringgetSourceParent()The resource name of the folder's parent.com.google.protobuf.ByteStringgetSourceParentBytes()The resource name of the folder's parent.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDisplayName
String getDisplayName()
The display name of the folder.
string display_name = 1;- Returns:
- The displayName.
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()
The display name of the folder.
string display_name = 1;- Returns:
- The bytes for displayName.
-
getSourceParent
String getSourceParent()
The resource name of the folder's parent.
string source_parent = 2;- Returns:
- The sourceParent.
-
getSourceParentBytes
com.google.protobuf.ByteString getSourceParentBytes()
The resource name of the folder's parent.
string source_parent = 2;- Returns:
- The bytes for sourceParent.
-
getDestinationParent
String getDestinationParent()
The resource name of the folder or organization to move the folder to.
string destination_parent = 3;- Returns:
- The destinationParent.
-
getDestinationParentBytes
com.google.protobuf.ByteString getDestinationParentBytes()
The resource name of the folder or organization to move the folder to.
string destination_parent = 3;- Returns:
- The bytes for destinationParent.
-
-