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

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.

Inheritance

object > AddAclEntryResponse

Namespace

Google.Cloud.ManagedKafka.V1

Assembly

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