public interface CreateTeamFolderRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent() Required. The location in which to create the TeamFolder. 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 TeamFolder. 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. |
getTeamFolder()
public abstract TeamFolder getTeamFolder()Required. The TeamFolder to create.
.google.cloud.dataform.v1beta1.TeamFolder team_folder = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TeamFolder |
The teamFolder. |
getTeamFolderId() (deprecated)
public abstract String getTeamFolderId()Deprecated. google.cloud.dataform.v1beta1.CreateTeamFolderRequest.team_folder_id is deprecated. See google/cloud/dataform/v1beta1/dataform.proto;l=3864
Deprecated: This field is not used. The resource name is generated automatically. The ID to use for the TeamFolder, which will become the final component of the TeamFolder's resource name.
string team_folder_id = 3 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
String |
The teamFolderId. |
getTeamFolderIdBytes() (deprecated)
public abstract ByteString getTeamFolderIdBytes()Deprecated. google.cloud.dataform.v1beta1.CreateTeamFolderRequest.team_folder_id is deprecated. See google/cloud/dataform/v1beta1/dataform.proto;l=3864
Deprecated: This field is not used. The resource name is generated automatically. The ID to use for the TeamFolder, which will become the final component of the TeamFolder's resource name.
string team_folder_id = 3 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for teamFolderId. |
getTeamFolderOrBuilder()
public abstract TeamFolderOrBuilder getTeamFolderOrBuilder()Required. The TeamFolder to create.
.google.cloud.dataform.v1beta1.TeamFolder team_folder = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TeamFolderOrBuilder |
|
hasTeamFolder()
public abstract boolean hasTeamFolder()Required. The TeamFolder to create.
.google.cloud.dataform.v1beta1.TeamFolder team_folder = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the teamFolder field is set. |