Interface FolderCreationConfigOrBuilder (0.1.0)

public interface FolderCreationConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFolderDisplayName()

public abstract String getFolderDisplayName()

Required. Display name of the folder to be created

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

Returns
Type Description
String

The folderDisplayName.

getFolderDisplayNameBytes()

public abstract ByteString getFolderDisplayNameBytes()

Required. Display name of the folder to be created

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

Returns
Type Description
ByteString

The bytes for folderDisplayName.

getParent()

public abstract String getParent()

Required. organizations/{org} or folders/{folder}

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

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. organizations/{org} or folders/{folder}

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

Returns
Type Description
ByteString

The bytes for parent.