Dataform v1beta1 API - Class CreateFolderRequest (1.0.0-beta12)

public sealed class CreateFolderRequest : IMessage<CreateFolderRequest>, IEquatable<CreateFolderRequest>, IDeepCloneable<CreateFolderRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataform v1beta1 API class CreateFolderRequest.

CreateFolder request message.

Inheritance

object > CreateFolderRequest

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

CreateFolderRequest()

public CreateFolderRequest()

CreateFolderRequest(CreateFolderRequest)

public CreateFolderRequest(CreateFolderRequest other)
Parameter
Name Description
other CreateFolderRequest

Properties

Folder

public Folder Folder { get; set; }

Required. The Folder to create.

Property Value
Type Description
Folder

FolderId

[Obsolete]
public string FolderId { get; set; }

Deprecated: This field is not used. The resource name is generated automatically. The ID to use for the Folder, which will become the final component of the Folder's resource name.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The location in which to create the Folder. Must be in the format projects/*/locations/*.

Property Value
Type Description
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
Type Description
LocationName