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() (deprecated)
public abstract String getFolderId()Deprecated. google.cloud.dataform.v1beta1.CreateFolderRequest.folder_id is deprecated. See google/cloud/dataform/v1beta1/dataform.proto;l=3552
Deprecated: This field is not used. The resource name is generated automatically. The ID to use for the Folder, which will become the final component of the Folder's resource name.
string folder_id = 3 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
String |
The folderId. |
getFolderIdBytes() (deprecated)
public abstract ByteString getFolderIdBytes()Deprecated. google.cloud.dataform.v1beta1.CreateFolderRequest.folder_id is deprecated. See google/cloud/dataform/v1beta1/dataform.proto;l=3552
Deprecated: This field is not used. The resource name is generated automatically. The ID to use for the Folder, which will become the final component of the Folder's resource name.
string folder_id = 3 [deprecated = true];
| 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. |