Reference documentation and code samples for the Connectors V1 API class Google::Cloud::Connectors::V1::ListProvidersRequest.
Request message for Connectors.ListProviders.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — Page size.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — Page size.
Returns
- (::Integer) — Page size.
#page_token
def page_token() -> ::String
Returns
- (::String) — Page token.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — Page token.
Returns
- (::String) — Page token.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. Parent resource of the API, of the form:
projects/*/locations/*
Only global location is supported for Provider resource.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. Parent resource of the API, of the form:
projects/*/locations/*
Only global location is supported for Provider resource.
Returns
-
(::String) — Required. Parent resource of the API, of the form:
projects/*/locations/*
Only global location is supported for Provider resource.