Interface CreateFolderMetadataOrBuilder (1.16.0)

public interface CreateFolderMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.

getParent()

public abstract String getParent()

The resource name of the folder or organization we are creating the folder under.

string parent = 2;

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

The resource name of the folder or organization we are creating the folder under.

string parent = 2;

Returns
TypeDescription
ByteString

The bytes for parent.