Reference documentation and code samples for the Secure Source Manager V1 API class Google::Cloud::SecureSourceManager::V1::CreateIssueCommentRequest.
The request to create an issue comment.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#issue_comment
def issue_comment() -> ::Google::Cloud::SecureSourceManager::V1::IssueComment
Returns
- (::Google::Cloud::SecureSourceManager::V1::IssueComment) — Required. The issue comment to create.
#issue_comment=
def issue_comment=(value) -> ::Google::Cloud::SecureSourceManager::V1::IssueComment
Parameter
- value (::Google::Cloud::SecureSourceManager::V1::IssueComment) — Required. The issue comment to create.
Returns
- (::Google::Cloud::SecureSourceManager::V1::IssueComment) — Required. The issue comment to create.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The issue in which to create the issue comment. Format:
projects/{project_number}/locations/{location_id}/repositories/{repository_id}/issues/{issue_id}
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The issue in which to create the issue comment. Format:
projects/{project_number}/locations/{location_id}/repositories/{repository_id}/issues/{issue_id}
Returns
-
(::String) — Required. The issue in which to create the issue comment. Format:
projects/{project_number}/locations/{location_id}/repositories/{repository_id}/issues/{issue_id}