public interface FolderCreationConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. The parent of the folder to be created. It can be an 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. The parent of the folder to be created. It can be an organizations/{org} or folders/{folder}
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |