Class: Google::Cloud::Dataform::V1::CommitLogEntry
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1::CommitLogEntry
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1/dataform.rb
Overview
Represents a single commit log.
Instance Attribute Summary collapse
-
#author ⇒ ::Google::Cloud::Dataform::V1::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::V1::CommitAuthor
Returns The commit author for this commit log entry.
458 459 460 461 |
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 458 class CommitLogEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#commit_message ⇒ ::String
Returns The commit message for this commit log entry.
458 459 460 461 |
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 458 class CommitLogEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#commit_sha ⇒ ::String
Returns The commit SHA for this commit log entry.
458 459 460 461 |
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 458 class CommitLogEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#commit_time ⇒ ::Google::Protobuf::Timestamp
Returns Commit timestamp.
458 459 460 461 |
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 458 class CommitLogEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |