Class: Google::Cloud::SecureSourceManager::V1::PullRequestComment::Code
- Inherits:
-
Object
- Object
- Google::Cloud::SecureSourceManager::V1::PullRequestComment::Code
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb
Overview
The comment on a code line.
Instance Attribute Summary collapse
-
#body ⇒ ::String
Required.
-
#effective_commit_sha ⇒ ::String
readonly
Output only.
-
#effective_root_comment ⇒ ::String
readonly
Output only.
-
#position ⇒ ::Google::Cloud::SecureSourceManager::V1::PullRequestComment::Position
Optional.
-
#reply ⇒ ::String
Optional.
-
#resolved ⇒ ::Boolean
readonly
Output only.
Instance Attribute Details
#body ⇒ ::String
Returns Required. The comment body.
771 772 773 774 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 771 class Code include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#effective_commit_sha ⇒ ::String (readonly)
Returns Output only. The effective commit sha this code comment is pointing to.
771 772 773 774 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 771 class Code include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#effective_root_comment ⇒ ::String (readonly)
Returns Output only. The root comment of the conversation, derived from the reply field.
771 772 773 774 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 771 class Code include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#position ⇒ ::Google::Cloud::SecureSourceManager::V1::PullRequestComment::Position
Returns Optional. The position of the comment.
771 772 773 774 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 771 class Code include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reply ⇒ ::String
Returns Optional. Input only. The PullRequestComment resource name that this comment is replying to.
771 772 773 774 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 771 class Code include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resolved ⇒ ::Boolean (readonly)
Returns Output only. Boolean indicator if the comment is resolved.
771 772 773 774 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 771 class Code include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |