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.
721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 721 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.
721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 721 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.
721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 721 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 |