Class: Google::Cloud::ManagedKafka::V1::ListConnectorsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/managedkafka/v1/managed_kafka_connect.rb

Overview

Request for ListConnectors.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns:

  • (::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.



256
257
258
259
# File 'proto_docs/google/cloud/managedkafka/v1/managed_kafka_connect.rb', line 256

class ListConnectorsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

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

Returns:

  • (::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.



256
257
258
259
# File 'proto_docs/google/cloud/managedkafka/v1/managed_kafka_connect.rb', line 256

class ListConnectorsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The parent Connect cluster whose connectors are to be listed. Structured like projects/{project}/locations/{location}/connectClusters/{connect_cluster_id}.

Returns:

  • (::String)

    Required. The parent Connect cluster whose connectors are to be listed. Structured like projects/{project}/locations/{location}/connectClusters/{connect_cluster_id}.



256
257
258
259
# File 'proto_docs/google/cloud/managedkafka/v1/managed_kafka_connect.rb', line 256

class ListConnectorsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end