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.
Implements
IMessageListAclsResponse, IEquatableListAclsResponse, IDeepCloneableListAclsResponse, IBufferMessage, IMessage, IPageResponseAcl, IEnumerableAcl, IEnumerableNamespace
Google.Cloud.ManagedKafka.V1Assembly
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 |