Dataform v1beta1 API - Class ResetWorkspaceChangesRequest (1.0.0-beta03)

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

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

ResetWorkspaceChanges request message.

Inheritance

object > ResetWorkspaceChangesRequest

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

ResetWorkspaceChangesRequest()

public ResetWorkspaceChangesRequest()

ResetWorkspaceChangesRequest(ResetWorkspaceChangesRequest)

public ResetWorkspaceChangesRequest(ResetWorkspaceChangesRequest other)
Parameter
NameDescription
otherResetWorkspaceChangesRequest

Properties

Clean

public bool Clean { get; set; }

Optional. If set to true, untracked files will be deleted.

Property Value
TypeDescription
bool

Name

public string Name { get; set; }

Required. The workspace's name.

Property Value
TypeDescription
string

Paths

public RepeatedField<string> Paths { get; }

Optional. Full file paths to reset back to their committed state including filename, rooted at workspace root. If left empty, all files will be reset.

Property Value
TypeDescription
RepeatedFieldstring

WorkspaceName

public WorkspaceName WorkspaceName { get; set; }

WorkspaceName-typed view over the Name resource name property.

Property Value
TypeDescription
WorkspaceName