Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::CommitLogEntry.
Represents a single commit log.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#author
def author() -> ::Google::Cloud::Dataform::V1beta1::CommitAuthor
Returns
- (::Google::Cloud::Dataform::V1beta1::CommitAuthor) — The commit author for this commit log entry.
#author=
def author=(value) -> ::Google::Cloud::Dataform::V1beta1::CommitAuthor
Parameter
- value (::Google::Cloud::Dataform::V1beta1::CommitAuthor) — The commit author for this commit log entry.
Returns
- (::Google::Cloud::Dataform::V1beta1::CommitAuthor) — The commit author for this commit log entry.
#commit_message
def commit_message() -> ::String
Returns
- (::String) — The commit message for this commit log entry.
#commit_message=
def commit_message=(value) -> ::String
Parameter
- value (::String) — The commit message for this commit log entry.
Returns
- (::String) — The commit message for this commit log entry.
#commit_sha
def commit_sha() -> ::String
Returns
- (::String) — The commit SHA for this commit log entry.
#commit_sha=
def commit_sha=(value) -> ::String
Parameter
- value (::String) — The commit SHA for this commit log entry.
Returns
- (::String) — The commit SHA for this commit log entry.
#commit_time
def commit_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Commit timestamp.
#commit_time=
def commit_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Commit timestamp.
Returns
- (::Google::Protobuf::Timestamp) — Commit timestamp.