Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class CreateWorkspaceRequest.
CreateWorkspace
request message.
Generated from protobuf message google.cloud.dataform.v1beta1.CreateWorkspaceRequest
Namespace
Google \ Cloud \ Dataform \ V1beta1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The repository in which to create the workspace. Must be in the format projects/*/locations/*/repositories/*
.
↳ workspace
↳ workspace_id
string
Required. The ID to use for the workspace, which will become the final component of the workspace's resource name.
getParent
Required. The repository in which to create the workspace. Must be in the
format projects/*/locations/*/repositories/*
.
string
setParent
Required. The repository in which to create the workspace. Must be in the
format projects/*/locations/*/repositories/*
.
var
string
$this
getWorkspace
Required. The workspace to create.
hasWorkspace
clearWorkspace
setWorkspace
Required. The workspace to create.
$this
getWorkspaceId
Required. The ID to use for the workspace, which will become the final component of the workspace's resource name.
string
setWorkspaceId
Required. The ID to use for the workspace, which will become the final component of the workspace's resource name.
var
string
$this
static::build
parent
string
Required. The repository in which to create the workspace. Must be in the
format projects/*/locations/*/repositories/*
. Please see DataformClient::repositoryName()
for help formatting this field.
workspace
workspaceId
string
Required. The ID to use for the workspace, which will become the final component of the workspace's resource name.