Class: Google::Cloud::SecureSourceManager::V1::IssueComment

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb

Overview

IssueComment represents a comment on an issue.

Instance Attribute Summary collapse

Instance Attribute Details

#body::String

Returns Required. The comment body.

Returns:

  • (::String)

    Required. The comment body.



675
676
677
678
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 675

class IssueComment
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Creation timestamp.

Returns:



675
676
677
678
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 675

class IssueComment
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

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



675
676
677
678
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 675

class IssueComment
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Last updated timestamp.

Returns:



675
676
677
678
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 675

class IssueComment
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end