public interface MoveFolderMetadataOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDestinationParent()
The resource name of the folder or organization to move the folder to.
|
ByteString |
getDestinationParentBytes()
The resource name of the folder or organization to move the folder to.
|
String |
getDisplayName()
The display name of the folder.
|
ByteString |
getDisplayNameBytes()
The display name of the folder.
|
String |
getSourceParent()
The resource name of the folder's parent.
|
ByteString |
getSourceParentBytes()
The resource name of the folder's parent.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getDisplayName()
The display name of the folder.
string display_name = 1;
ByteString getDisplayNameBytes()
The display name of the folder.
string display_name = 1;
String getSourceParent()
The resource name of the folder's parent.
string source_parent = 2;
ByteString getSourceParentBytes()
The resource name of the folder's parent.
string source_parent = 2;
String getDestinationParent()
The resource name of the folder or organization to move the folder to.
string destination_parent = 3;
ByteString getDestinationParentBytes()
The resource name of the folder or organization to move the folder to.
string destination_parent = 3;
Copyright © 2022 Google LLC. All rights reserved.