Class: Google::Cloud::Dataform::V1beta1::ResetWorkspaceChangesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1beta1::ResetWorkspaceChangesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1beta1/dataform.rb
Overview
ResetWorkspaceChanges
request message.
Instance Attribute Summary collapse
-
#clean ⇒ ::Boolean
Optional.
-
#name ⇒ ::String
Required.
-
#paths ⇒ ::Array<::String>
Optional.
Instance Attribute Details
#clean ⇒ ::Boolean
Returns Optional. If set to true, untracked files will be deleted.
731 732 733 734 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 731 class ResetWorkspaceChangesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The workspace's name.
731 732 733 734 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 731 class ResetWorkspaceChangesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#paths ⇒ ::Array<::String>
Returns 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.
731 732 733 734 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 731 class ResetWorkspaceChangesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |