Interface MoveFolderMetadataOrBuilder (1.43.0)

public interface MoveFolderMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDestinationParent()

public abstract String getDestinationParent()

The resource name of the folder or organization to move the folder to.

string destination_parent = 3;

Returns
TypeDescription
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
TypeDescription
ByteString

The bytes for destinationParent.

getDisplayName()

public abstract String getDisplayName()

The display name of the folder.

string display_name = 1;

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

The display name of the folder.

string display_name = 1;

Returns
TypeDescription
ByteString

The bytes for displayName.

getSourceParent()

public abstract String getSourceParent()

The resource name of the folder's parent.

string source_parent = 2;

Returns
TypeDescription
String

The sourceParent.

getSourceParentBytes()

public abstract ByteString getSourceParentBytes()

The resource name of the folder's parent.

string source_parent = 2;

Returns
TypeDescription
ByteString

The bytes for sourceParent.