Class CreateWorkspaceRequest (0.2.1)

CreateWorkspaceRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

CreateWorkspace request message.

Attributes

NameDescription
parent str
Required. The repository in which to create the workspace. Must be in the format ``projects/*/locations/*/repositories/*``.
workspace google.cloud.dataform_v1beta1.types.Workspace
Required. The workspace to create.
workspace_id str
Required. The ID to use for the workspace, which will become the final component of the workspace's resource name.

Inheritance

builtins.object > proto.message.Message > CreateWorkspaceRequest