public interface MoveFolderMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDestinationParent()
public abstract String getDestinationParent()The resource name of the folder or organization to move the folder to.
string destination_parent = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The destinationParent. |
getDestinationParentBytes()
public abstract ByteString getDestinationParentBytes()The resource name of the folder or organization to move the folder to.
string destination_parent = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for destinationParent. |
getDisplayName()
public abstract String getDisplayName()The display name of the folder.
string display_name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()The display name of the folder.
string display_name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |
getSourceParent()
public abstract String getSourceParent()The resource name of the folder's parent.
string source_parent = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The sourceParent. |
getSourceParentBytes()
public abstract ByteString getSourceParentBytes()The resource name of the folder's parent.
string source_parent = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for sourceParent. |