Class: Google::Cloud::SecureSourceManager::V1::PullRequest::Branch
- Inherits:
-
Object
- Object
- Google::Cloud::SecureSourceManager::V1::PullRequest::Branch
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb
Overview
Branch represents a branch involved in a pull request.
Instance Attribute Summary collapse
-
#ref ⇒ ::String
Required.
-
#sha ⇒ ::String
readonly
Output only.
Instance Attribute Details
#ref ⇒ ::String
Returns Required. Name of the branch.
559 560 561 562 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 559 class Branch include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sha ⇒ ::String (readonly)
Returns Output only. The commit at the tip of the branch.
559 560 561 562 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 559 class Branch include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |