Cloud Build V2 API - Class Google::Cloud::Build::V2::ListConnectionsRequest (v0.4.0)

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

Message for requesting list of Connections.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#page_size

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

#page_size=

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

#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.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent, which owns this collection of Connections. Format: projects/*/locations/*.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent, which owns this collection of Connections. Format: projects/*/locations/*.
Returns
  • (::String) — Required. The parent, which owns this collection of Connections. Format: projects/*/locations/*.