public interface CreateFolderRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFolder()
public abstract Folder getFolder()Required. The Folder to create.
.google.cloud.dataform.v1beta1.Folder folder = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Folder |
The folder. |
getFolderId()
public abstract String getFolderId()The ID to use for the Folder, which will become the final component of the Folder's resource name.
string folder_id = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The folderId. |
getFolderIdBytes()
public abstract ByteString getFolderIdBytes()The ID to use for the Folder, which will become the final component of the Folder's resource name.
string folder_id = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for folderId. |
getFolderOrBuilder()
public abstract FolderOrBuilder getFolderOrBuilder()Required. The Folder to create.
.google.cloud.dataform.v1beta1.Folder folder = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FolderOrBuilder |
|
getParent()
public abstract String getParent() Required. The location in which to create the Folder. Must be in the format
projects/*/locations/*.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Required. The location in which to create the Folder. Must be in the format
projects/*/locations/*.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasFolder()
public abstract boolean hasFolder()Required. The Folder to create.
.google.cloud.dataform.v1beta1.Folder folder = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the folder field is set. |