public interface CreateWorkspaceRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
WorkspaceOrBuilder |
|
hasWorkspace()
public abstract boolean hasWorkspace()Required. The workspace to create.
.google.cloud.dataform.v1beta1.Workspace workspace = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the workspace field is set. |