Developer Connect V1 API - Class Google::Cloud::DeveloperConnect::V1::FetchGitRefsResponse (v0.1.0)

Reference documentation and code samples for the Developer Connect V1 API class Google::Cloud::DeveloperConnect::V1::FetchGitRefsResponse.

Response for fetching git refs.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — A token identifying a page of results the server should return.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — A token identifying a page of results the server should return.
Returns
  • (::String) — A token identifying a page of results the server should return.

#ref_names

def ref_names() -> ::Array<::String>
Returns
  • (::Array<::String>) — Name of the refs fetched.

#ref_names=

def ref_names=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Name of the refs fetched.
Returns
  • (::Array<::String>) — Name of the refs fetched.