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

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

CommitWorkspaceChanges request message.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#author

def author() -> ::Google::Cloud::Dataform::V1beta1::CommitAuthor
Returns

#author=

def author=(value) -> ::Google::Cloud::Dataform::V1beta1::CommitAuthor
Parameter
Returns

#commit_message

def commit_message() -> ::String
Returns
  • (::String) — Optional. The commit's message.

#commit_message=

def commit_message=(value) -> ::String
Parameter
  • value (::String) — Optional. The commit's message.
Returns
  • (::String) — Optional. The commit's message.

#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 commit including filename, rooted at workspace root. If left empty, all files will be committed.

#paths=

def paths=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Optional. Full file paths to commit including filename, rooted at workspace root. If left empty, all files will be committed.
Returns
  • (::Array<::String>) — Optional. Full file paths to commit including filename, rooted at workspace root. If left empty, all files will be committed.