Cloud Build V2 API - Class Google::Cloud::Build::V2::ListRepositoriesResponse (v0.7.0)

Reference documentation and code samples for the Cloud Build V2 API class Google::Cloud::Build::V2::ListRepositoriesResponse.

Message for response to listing Repositories.

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.

#repositories

def repositories() -> ::Array<::Google::Cloud::Build::V2::Repository>
Returns

#repositories=

def repositories=(value) -> ::Array<::Google::Cloud::Build::V2::Repository>
Parameter
Returns