Dataform V1beta1 API - Class Google::Cloud::Dataform::V1beta1::ResetWorkspaceChangesRequest (v0.7.0)

Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::ResetWorkspaceChangesRequest.

ResetWorkspaceChanges request message.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#clean

def clean() -> ::Boolean
Returns
  • (::Boolean) — Optional. If set to true, untracked files will be deleted.

#clean=

def clean=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. If set to true, untracked files will be deleted.
Returns
  • (::Boolean) — Optional. If set to true, untracked files will be deleted.

#name

def name() -> ::String
Returns
  • (::String) — Required. The workspace's name.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The workspace's name.
Returns
  • (::String) — Required. The workspace's name.

#paths

def paths() -> ::Array<::String>
Returns
  • (::Array<::String>) — 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.

#paths=

def paths=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — 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.
Returns
  • (::Array<::String>) — 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.