Class: Google::Cloud::SecureSourceManager::V1::PullRequestComment::Review
- Inherits:
-
Object
- Object
- Google::Cloud::SecureSourceManager::V1::PullRequestComment::Review
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb
Overview
The review summary comment.
Defined Under Namespace
Modules: ActionType
Instance Attribute Summary collapse
-
#action_type ⇒ ::Google::Cloud::SecureSourceManager::V1::PullRequestComment::Review::ActionType
Required.
-
#body ⇒ ::String
Optional.
-
#effective_commit_sha ⇒ ::String
readonly
Output only.
Instance Attribute Details
#action_type ⇒ ::Google::Cloud::SecureSourceManager::V1::PullRequestComment::Review::ActionType
Returns Required. The review action type.
781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 781 class Review include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The review action type. module ActionType # Unspecified. ACTION_TYPE_UNSPECIFIED = 0 # A general review comment. COMMENT = 1 # Change required from this review. CHANGE_REQUESTED = 2 # Change approved from this review. APPROVED = 3 end end |
#body ⇒ ::String
Returns Optional. The comment body.
781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 781 class Review include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The review action type. module ActionType # Unspecified. ACTION_TYPE_UNSPECIFIED = 0 # A general review comment. COMMENT = 1 # Change required from this review. CHANGE_REQUESTED = 2 # Change approved from this review. APPROVED = 3 end end |
#effective_commit_sha ⇒ ::String (readonly)
Returns Output only. The effective commit sha this review is pointing to.
781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 781 class Review include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The review action type. module ActionType # Unspecified. ACTION_TYPE_UNSPECIFIED = 0 # A general review comment. COMMENT = 1 # Change required from this review. CHANGE_REQUESTED = 2 # Change approved from this review. APPROVED = 3 end end |