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.
754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 754 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.
754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 754 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.
754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 754 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 |