Class: Google::Cloud::SecureSourceManager::V1::IssueComment
- Inherits:
-
Object
- Object
- Google::Cloud::SecureSourceManager::V1::IssueComment
- 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
-
#body ⇒ ::String
Required.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#name ⇒ ::String
Identifier.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#body ⇒ ::String
Returns 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.
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}.
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.
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 |