Interface CreateTeamFolderRequestOrBuilder (0.84.0)

public interface CreateTeamFolderRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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()

public abstract String getTeamFolderId()

The ID to use for the TeamFolder, which will become the final component of the TeamFolder's resource name.

string team_folder_id = 3;

Returns
Type Description
String

The teamFolderId.

getTeamFolderIdBytes()

public abstract ByteString getTeamFolderIdBytes()

The ID to use for the TeamFolder, which will become the final component of the TeamFolder's resource name.

string team_folder_id = 3;

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.