Class: Google::Cloud::Build::V2::FetchGitRefsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/cloudbuild/v2/repositories.rb

Overview

Response for fetching git refs

Instance Attribute Summary collapse

Instance Attribute Details

#ref_names::Array<::String>

Returns Name of the refs fetched.

Returns:

  • (::Array<::String>)

    Name of the refs fetched.



614
615
616
617
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 614

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