Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::CommitMetadata.
Represents a Dataform Git commit.
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) — Required. The commit's author.
#author=
def author=(value) -> ::Google::Cloud::Dataform::V1beta1::CommitAuthor
Parameter
- value (::Google::Cloud::Dataform::V1beta1::CommitAuthor) — Required. The commit's author.
Returns
- (::Google::Cloud::Dataform::V1beta1::CommitAuthor) — Required. The commit's author.
#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.