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.v1.TeamFolder team_folder = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TeamFolder |
The teamFolder. |
getTeamFolderOrBuilder()
public abstract TeamFolderOrBuilder getTeamFolderOrBuilder()Required. The TeamFolder to create.
.google.cloud.dataform.v1.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.v1.TeamFolder team_folder = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the teamFolder field is set. |