Reference documentation and code samples for the Secure Source Manager V1 API class Google::Cloud::SecureSourceManager::V1::PullRequestComment::Review.
The review summary comment.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#action_type
def action_type() -> ::Google::Cloud::SecureSourceManager::V1::PullRequestComment::Review::ActionType
Returns
- (::Google::Cloud::SecureSourceManager::V1::PullRequestComment::Review::ActionType) — Required. The review action type.
#action_type=
def action_type=(value) -> ::Google::Cloud::SecureSourceManager::V1::PullRequestComment::Review::ActionType
Parameter
- value (::Google::Cloud::SecureSourceManager::V1::PullRequestComment::Review::ActionType) — Required. The review action type.
Returns
- (::Google::Cloud::SecureSourceManager::V1::PullRequestComment::Review::ActionType) — Required. The review action type.
#body
def body() -> ::String
Returns
- (::String) — Optional. The comment body.
#body=
def body=(value) -> ::String
Parameter
- value (::String) — Optional. The comment body.
Returns
- (::String) — Optional. The comment body.
#effective_commit_sha
def effective_commit_sha() -> ::String
Returns
- (::String) — Output only. The effective commit sha this review is pointing to.