Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::CommitRepositoryChangesRequest.
CommitRepositoryChanges
request message.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#commit_metadata
def commit_metadata() -> ::Google::Cloud::Dataform::V1beta1::CommitMetadata
Returns
- (::Google::Cloud::Dataform::V1beta1::CommitMetadata) — Required. The changes to commit to the repository.
#commit_metadata=
def commit_metadata=(value) -> ::Google::Cloud::Dataform::V1beta1::CommitMetadata
Parameter
- value (::Google::Cloud::Dataform::V1beta1::CommitMetadata) — Required. The changes to commit to the repository.
Returns
- (::Google::Cloud::Dataform::V1beta1::CommitMetadata) — Required. The changes to commit to the repository.
#file_operations
def file_operations() -> ::Google::Protobuf::Map{::String => ::Google::Cloud::Dataform::V1beta1::CommitRepositoryChangesRequest::FileOperation}
Returns
- (::Google::Protobuf::Map{::String => ::Google::Cloud::Dataform::V1beta1::CommitRepositoryChangesRequest::FileOperation}) — A map to the path of the file to the operation. The path is the full file path including filename, from repository root.
#file_operations=
def file_operations=(value) -> ::Google::Protobuf::Map{::String => ::Google::Cloud::Dataform::V1beta1::CommitRepositoryChangesRequest::FileOperation}
Parameter
- value (::Google::Protobuf::Map{::String => ::Google::Cloud::Dataform::V1beta1::CommitRepositoryChangesRequest::FileOperation}) — A map to the path of the file to the operation. The path is the full file path including filename, from repository root.
Returns
- (::Google::Protobuf::Map{::String => ::Google::Cloud::Dataform::V1beta1::CommitRepositoryChangesRequest::FileOperation}) — A map to the path of the file to the operation. The path is the full file path including filename, from repository root.
#name
def name() -> ::String
Returns
- (::String) — Required. The repository's name.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. The repository's name.
Returns
- (::String) — Required. The repository's name.
#required_head_commit_sha
def required_head_commit_sha() -> ::String
Returns
- (::String) — Optional. The commit SHA which must be the repository's current HEAD before applying this commit; otherwise this request will fail. If unset, no validation on the current HEAD commit SHA is performed.
#required_head_commit_sha=
def required_head_commit_sha=(value) -> ::String
Parameter
- value (::String) — Optional. The commit SHA which must be the repository's current HEAD before applying this commit; otherwise this request will fail. If unset, no validation on the current HEAD commit SHA is performed.
Returns
- (::String) — Optional. The commit SHA which must be the repository's current HEAD before applying this commit; otherwise this request will fail. If unset, no validation on the current HEAD commit SHA is performed.