Class: Google::Cloud::Dataform::V1beta1::CommitWorkspaceChangesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1beta1::CommitWorkspaceChangesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1beta1/dataform.rb
Overview
CommitWorkspaceChanges
request message.
Instance Attribute Summary collapse
-
#author ⇒ ::Google::Cloud::Dataform::V1beta1::CommitAuthor
Required.
-
#commit_message ⇒ ::String
Optional.
-
#name ⇒ ::String
Required.
-
#paths ⇒ ::Array<::String>
Optional.
Instance Attribute Details
#author ⇒ ::Google::Cloud::Dataform::V1beta1::CommitAuthor
Returns Required. The commit's author.
715 716 717 718 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 715 class CommitWorkspaceChangesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#commit_message ⇒ ::String
Returns Optional. The commit's message.
715 716 717 718 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 715 class CommitWorkspaceChangesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The workspace's name.
715 716 717 718 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 715 class CommitWorkspaceChangesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#paths ⇒ ::Array<::String>
Returns Optional. Full file paths to commit including filename, rooted at workspace root. If left empty, all files will be committed.
715 716 717 718 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 715 class CommitWorkspaceChangesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |