public sealed class AddAclEntryResponse : IMessage<AddAclEntryResponse>, IEquatable<AddAclEntryResponse>, IDeepCloneable<AddAclEntryResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Managed Service for Apache Kafka API v1 API class AddAclEntryResponse.
Response for AddAclEntry.
Implements
IMessageAddAclEntryResponse, IEquatableAddAclEntryResponse, IDeepCloneableAddAclEntryResponse, IBufferMessage, IMessageNamespace
Google.Cloud.ManagedKafka.V1Assembly
Google.Cloud.ManagedKafka.V1.dll
Constructors
AddAclEntryResponse()
public AddAclEntryResponse()
AddAclEntryResponse(AddAclEntryResponse)
public AddAclEntryResponse(AddAclEntryResponse other)
Parameter | |
---|---|
Name | Description |
other |
AddAclEntryResponse |
Properties
Acl
public Acl Acl { get; set; }
The updated acl.
Property Value | |
---|---|
Type | Description |
Acl |
AclCreated
public bool AclCreated { get; set; }
Whether the acl was created as a result of adding the acl entry.
Property Value | |
---|---|
Type | Description |
bool |