Secure Source Manager V1 API - Class Google::Cloud::SecureSourceManager::V1::CreateIssueCommentRequest (v2.2.0)

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

#issue_comment=

def issue_comment=(value) -> ::Google::Cloud::SecureSourceManager::V1::IssueComment
Parameter
Returns

#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}