Interface CreateFolderRequestOrBuilder (0.90.0)

public interface CreateFolderRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFolder()

public abstract Folder getFolder()

Required. The Folder to create.

.google.cloud.dataform.v1.Folder folder = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Folder

The folder.

getFolderOrBuilder()

public abstract FolderOrBuilder getFolderOrBuilder()

Required. The Folder to create.

.google.cloud.dataform.v1.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.v1.Folder folder = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the folder field is set.