Managed Service for Apache Kafka V1 API - Class Google::Cloud::ManagedKafka::V1::ListAclsResponse (v1.3.0)

Reference documentation and code samples for the Managed Service for Apache Kafka V1 API class Google::Cloud::ManagedKafka::V1::ListAclsResponse.

Response for ListAcls.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#acls

def acls() -> ::Array<::Google::Cloud::ManagedKafka::V1::Acl>
Returns

#acls=

def acls=(value) -> ::Array<::Google::Cloud::ManagedKafka::V1::Acl>
Parameter
Returns

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — A token that can be sent as page_token to retrieve the next page of results. If this field is omitted, there are no more results.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — A token that can be sent as page_token to retrieve the next page of results. If this field is omitted, there are no more results.
Returns
  • (::String) — A token that can be sent as page_token to retrieve the next page of results. If this field is omitted, there are no more results.