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

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

Request message for FetchLinkableRepositories.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#connection

def connection() -> ::String
Returns
  • (::String) — Required. The name of the Connection. Format: projects/*/locations/*/connections/*.

#connection=

def connection=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the Connection. Format: projects/*/locations/*/connections/*.
Returns
  • (::String) — Required. The name of the Connection. Format: projects/*/locations/*/connections/*.

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Number of results to return in the list. Default to 20.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of results to return in the list. Default to 20.
Returns
  • (::Integer) — Number of results to return in the list. Default to 20.

#page_token

def page_token() -> ::String
Returns
  • (::String) — Page start.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — Page start.
Returns
  • (::String) — Page start.