public interface CreateFolderMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDisplayName()
public abstract String getDisplayName()The display name of the folder.
string display_name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()The display name of the folder.
string display_name = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |