Class: Google::Cloud::SecureSourceManager::V1::PullRequest::Branch

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

Branch represents a branch involved in a pull request.

Instance Attribute Summary collapse

Instance Attribute Details

#ref::String

Returns Required. Name of the branch.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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