public interface MoveFolderMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDestinationParent()
The resource name of the folder or organization to move the folder to.
|
com.google.protobuf.ByteString |
getDestinationParentBytes()
The resource name of the folder or organization to move the folder to.
|
String |
getDisplayName()
The display name of the folder.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
The display name of the folder.
|
String |
getSourceParent()
The resource name of the folder's parent.
|
com.google.protobuf.ByteString |
getSourceParentBytes()
The resource name of the folder's parent.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDisplayName()
The display name of the folder.
string display_name = 1;com.google.protobuf.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;com.google.protobuf.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;com.google.protobuf.ByteString getDestinationParentBytes()
The resource name of the folder or organization to move the folder to.
string destination_parent = 3;Copyright © 2025 Google LLC. All rights reserved.