Managed Service for Apache Kafka API v1 API - Class ListAclsResponse (1.0.0-beta07)

public sealed class ListAclsResponse : IMessage<ListAclsResponse>, IEquatable<ListAclsResponse>, IDeepCloneable<ListAclsResponse>, IBufferMessage, IMessage, IPageResponse<Acl>, IEnumerable<Acl>, IEnumerable

Reference documentation and code samples for the Managed Service for Apache Kafka API v1 API class ListAclsResponse.

Response for ListAcls.

Inheritance

object > ListAclsResponse

Namespace

Google.Cloud.ManagedKafka.V1

Assembly

Google.Cloud.ManagedKafka.V1.dll

Constructors

ListAclsResponse()

public ListAclsResponse()

ListAclsResponse(ListAclsResponse)

public ListAclsResponse(ListAclsResponse other)
Parameter
Name Description
other ListAclsResponse

Properties

Acls

public RepeatedField<Acl> Acls { get; }

The list of acls in the requested parent. The order of the acls is unspecified.

Property Value
Type Description
RepeatedFieldAcl

NextPageToken

public string NextPageToken { get; set; }

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.

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<Acl> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorAcl