Interface CreateWorkspaceRequestOrBuilder (0.41.0)

public interface CreateWorkspaceRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. The repository in which to create the workspace. Must be in the format projects/*/locations/*/repositories/*.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The repository in which to create the workspace. Must be in the format projects/*/locations/*/repositories/*.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

getWorkspace()

public abstract Workspace getWorkspace()

Required. The workspace to create.

.google.cloud.dataform.v1beta1.Workspace workspace = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Workspace

The workspace.

getWorkspaceId()

public abstract String getWorkspaceId()

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

string workspace_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The workspaceId.

getWorkspaceIdBytes()

public abstract ByteString getWorkspaceIdBytes()

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

string workspace_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for workspaceId.

getWorkspaceOrBuilder()

public abstract WorkspaceOrBuilder getWorkspaceOrBuilder()

Required. The workspace to create.

.google.cloud.dataform.v1beta1.Workspace workspace = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
WorkspaceOrBuilder

hasWorkspace()

public abstract boolean hasWorkspace()

Required. The workspace to create.

.google.cloud.dataform.v1beta1.Workspace workspace = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the workspace field is set.