Reference documentation and code samples for the Managed Service for Apache Kafka V1 API class Google::Cloud::ManagedKafka::V1::ListConnectorsRequest.
Request for ListConnectors.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
- (::Integer) — Optional. The maximum number of connectors to return. The service may return fewer than this value. If unspecified, server will pick an appropriate default.
#page_size=
def page_size=(value) -> ::Integer
- value (::Integer) — Optional. The maximum number of connectors to return. The service may return fewer than this value. If unspecified, server will pick an appropriate default.
- (::Integer) — Optional. The maximum number of connectors to return. The service may return fewer than this value. If unspecified, server will pick an appropriate default.
#page_token
def page_token() -> ::String
-
(::String) — Optional. A page token, received from a previous
ListConnectors
call. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListConnectors
must match the call that provided the page token.
#page_token=
def page_token=(value) -> ::String
-
value (::String) — Optional. A page token, received from a previous
ListConnectors
call. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListConnectors
must match the call that provided the page token.
-
(::String) — Optional. A page token, received from a previous
ListConnectors
call. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListConnectors
must match the call that provided the page token.
#parent
def parent() -> ::String
-
(::String) — Required. The parent Connect cluster whose connectors are to be listed.
Structured like
projects/{project}/locations/{location}/connectClusters/{connect_cluster_id}
.
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. The parent Connect cluster whose connectors are to be listed.
Structured like
projects/{project}/locations/{location}/connectClusters/{connect_cluster_id}
.
-
(::String) — Required. The parent Connect cluster whose connectors are to be listed.
Structured like
projects/{project}/locations/{location}/connectClusters/{connect_cluster_id}
.