public sealed class RemoveAclEntryResponse : IMessage<RemoveAclEntryResponse>, IEquatable<RemoveAclEntryResponse>, IDeepCloneable<RemoveAclEntryResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Managed Service for Apache Kafka API v1 API class RemoveAclEntryResponse.
Response for RemoveAclEntry.
Implements
IMessageRemoveAclEntryResponse, IEquatableRemoveAclEntryResponse, IDeepCloneableRemoveAclEntryResponse, IBufferMessage, IMessageNamespace
Google.Cloud.ManagedKafka.V1Assembly
Google.Cloud.ManagedKafka.V1.dll
Constructors
RemoveAclEntryResponse()
public RemoveAclEntryResponse()
RemoveAclEntryResponse(RemoveAclEntryResponse)
public RemoveAclEntryResponse(RemoveAclEntryResponse other)
Parameter | |
---|---|
Name | Description |
other |
RemoveAclEntryResponse |
Properties
Acl
public Acl Acl { get; set; }
The updated acl. Returned if the removed acl entry was not the last entry in the acl.
Property Value | |
---|---|
Type | Description |
Acl |
AclDeleted
public bool AclDeleted { get; set; }
Returned with value true if the removed acl entry was the last entry in the acl, resulting in acl deletion.
Property Value | |
---|---|
Type | Description |
bool |
HasAclDeleted
public bool HasAclDeleted { get; }
Gets whether the "acl_deleted" field is set
Property Value | |
---|---|
Type | Description |
bool |
ResultCase
public RemoveAclEntryResponse.ResultOneofCase ResultCase { get; }
Property Value | |
---|---|
Type | Description |
RemoveAclEntryResponseResultOneofCase |