public sealed class CreateWorkspaceRequest : IMessage<CreateWorkspaceRequest>, IEquatable<CreateWorkspaceRequest>, IDeepCloneable<CreateWorkspaceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class CreateWorkspaceRequest.
CreateWorkspace
request message.
Implements
IMessageCreateWorkspaceRequest, IEquatableCreateWorkspaceRequest, IDeepCloneableCreateWorkspaceRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Beta1Assembly
Google.Cloud.Dataform.V1Beta1.dll
Constructors
CreateWorkspaceRequest()
public CreateWorkspaceRequest()
CreateWorkspaceRequest(CreateWorkspaceRequest)
public CreateWorkspaceRequest(CreateWorkspaceRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateWorkspaceRequest |
Properties
Parent
public string Parent { get; set; }
Required. The repository in which to create the workspace. Must be in the
format projects/*/locations/*/repositories/*
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsRepositoryName
public RepositoryName ParentAsRepositoryName { get; set; }
RepositoryName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
RepositoryName |
Workspace
public Workspace Workspace { get; set; }
Required. The workspace to create.
Property Value | |
---|---|
Type | Description |
Workspace |
WorkspaceId
public string WorkspaceId { get; set; }
Required. The ID to use for the workspace, which will become the final component of the workspace's resource name.
Property Value | |
---|---|
Type | Description |
string |