Interface FolderCreationConfigOrBuilder (0.7.0)

public interface FolderCreationConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFolderDisplayName()

public abstract String getFolderDisplayName()

Required. The display name of the folder.

string folder_display_name = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The folderDisplayName.

getFolderDisplayNameBytes()

public abstract ByteString getFolderDisplayNameBytes()

Required. The display name of the folder.

string folder_display_name = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for folderDisplayName.

getParent()

public abstract String getParent()

Required. The parent of the folder, in the format organizations/{organizationID} or folders/{folderID}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The parent of the folder, in the format organizations/{organizationID} or folders/{folderID}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for parent.