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

Reference documentation and code samples for the Secure Source Manager V1 API class Google::Cloud::SecureSourceManager::V1::IssueComment.

IssueComment represents a comment on an issue.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#body

def body() -> ::String
Returns
  • (::String) — Required. The comment body.

#body=

def body=(value) -> ::String
Parameter
  • value (::String) — Required. The comment body.
Returns
  • (::String) — Required. The comment body.

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#name

def name() -> ::String
Returns
  • (::String) — Identifier. Unique identifier for an issue comment. The comment id is generated by the server. Format: projects/{project}/locations/{location}/repositories/{repository}/issues/{issue}/issueComments/{comment_id}

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Identifier. Unique identifier for an issue comment. The comment id is generated by the server. Format: projects/{project}/locations/{location}/repositories/{repository}/issues/{issue}/issueComments/{comment_id}
Returns
  • (::String) — Identifier. Unique identifier for an issue comment. The comment id is generated by the server. Format: projects/{project}/locations/{location}/repositories/{repository}/issues/{issue}/issueComments/{comment_id}

#update_time

def update_time() -> ::Google::Protobuf::Timestamp
Returns