Serverless VPC Access V1 API - Class Google::Cloud::VpcAccess::V1::ListConnectorsRequest (v0.8.0)

Reference documentation and code samples for the Serverless VPC Access V1 API class Google::Cloud::VpcAccess::V1::ListConnectorsRequest.

Request for listing Serverless VPC Access connectors in a location.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Maximum number of functions to return per call.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Maximum number of functions to return per call.
Returns
  • (::Integer) — Maximum number of functions to return per call.

#page_token

def page_token() -> ::String
Returns
  • (::String) — Continuation token.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — Continuation token.
Returns
  • (::String) — Continuation token.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The project and location from which the routes should be listed.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The project and location from which the routes should be listed.
Returns
  • (::String) — Required. The project and location from which the routes should be listed.