Class: Google::Cloud::Dataform::V1beta1::CommitLogEntry
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1beta1::CommitLogEntry
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1beta1/dataform.rb
Overview
Represents a single commit log.
Instance Attribute Summary collapse
-
#author ⇒ ::Google::Cloud::Dataform::V1beta1::CommitAuthor
The commit author for this commit log entry.
-
#commit_message ⇒ ::String
The commit message for this commit log entry.
-
#commit_sha ⇒ ::String
The commit SHA for this commit log entry.
-
#commit_time ⇒ ::Google::Protobuf::Timestamp
Commit timestamp.
Instance Attribute Details
#author ⇒ ::Google::Cloud::Dataform::V1beta1::CommitAuthor
Returns The commit author for this commit log entry.
424 425 426 427 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 424 class CommitLogEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#commit_message ⇒ ::String
Returns The commit message for this commit log entry.
424 425 426 427 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 424 class CommitLogEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#commit_sha ⇒ ::String
Returns The commit SHA for this commit log entry.
424 425 426 427 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 424 class CommitLogEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#commit_time ⇒ ::Google::Protobuf::Timestamp
Returns Commit timestamp.
424 425 426 427 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 424 class CommitLogEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |