Send feedback
Class RemoveAclEntryResponse.Builder (0.20.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
public static final class RemoveAclEntryResponse . Builder extends GeneratedMessageV3 . Builder<RemoveAclEntryResponse . Builder > implements RemoveAclEntryResponseOrBuilder
Response for RemoveAclEntry.
Protobuf type google.cloud.managedkafka.v1.RemoveAclEntryResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public RemoveAclEntryResponse . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public RemoveAclEntryResponse build ()
buildPartial()
public RemoveAclEntryResponse buildPartial ()
clear()
public RemoveAclEntryResponse . Builder clear ()
Overrides
clearAcl()
public RemoveAclEntryResponse . Builder clearAcl ()
The updated acl. Returned if the removed acl entry was not the last entry
in the acl.
.google.cloud.managedkafka.v1.Acl acl = 1;
clearAclDeleted()
public RemoveAclEntryResponse . Builder clearAclDeleted ()
Returned with value true if the removed acl entry was the last entry in
the acl, resulting in acl deletion.
bool acl_deleted = 2;
clearField(Descriptors.FieldDescriptor field)
public RemoveAclEntryResponse . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public RemoveAclEntryResponse . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearResult()
public RemoveAclEntryResponse . Builder clearResult ()
clone()
public RemoveAclEntryResponse . Builder clone ()
Overrides
getAcl()
The updated acl. Returned if the removed acl entry was not the last entry
in the acl.
.google.cloud.managedkafka.v1.Acl acl = 1;
Returns
Type
Description
Acl
The acl.
getAclBuilder()
public Acl . Builder getAclBuilder ()
The updated acl. Returned if the removed acl entry was not the last entry
in the acl.
.google.cloud.managedkafka.v1.Acl acl = 1;
getAclDeleted()
public boolean getAclDeleted ()
Returned with value true if the removed acl entry was the last entry in
the acl, resulting in acl deletion.
bool acl_deleted = 2;
Returns
Type
Description
boolean
The aclDeleted.
getAclOrBuilder()
public AclOrBuilder getAclOrBuilder ()
The updated acl. Returned if the removed acl entry was not the last entry
in the acl.
.google.cloud.managedkafka.v1.Acl acl = 1;
getDefaultInstanceForType()
public RemoveAclEntryResponse getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getResultCase()
public RemoveAclEntryResponse . ResultCase getResultCase ()
hasAcl()
The updated acl. Returned if the removed acl entry was not the last entry
in the acl.
.google.cloud.managedkafka.v1.Acl acl = 1;
Returns
Type
Description
boolean
Whether the acl field is set.
hasAclDeleted()
public boolean hasAclDeleted ()
Returned with value true if the removed acl entry was the last entry in
the acl, resulting in acl deletion.
bool acl_deleted = 2;
Returns
Type
Description
boolean
Whether the aclDeleted field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeAcl(Acl value)
public RemoveAclEntryResponse . Builder mergeAcl ( Acl value )
The updated acl. Returned if the removed acl entry was not the last entry
in the acl.
.google.cloud.managedkafka.v1.Acl acl = 1;
Parameter
Name
Description
value
Acl
mergeFrom(RemoveAclEntryResponse other)
public RemoveAclEntryResponse . Builder mergeFrom ( RemoveAclEntryResponse other )
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public RemoveAclEntryResponse . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public RemoveAclEntryResponse . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final RemoveAclEntryResponse . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setAcl(Acl value)
public RemoveAclEntryResponse . Builder setAcl ( Acl value )
The updated acl. Returned if the removed acl entry was not the last entry
in the acl.
.google.cloud.managedkafka.v1.Acl acl = 1;
Parameter
Name
Description
value
Acl
setAcl(Acl.Builder builderForValue)
public RemoveAclEntryResponse . Builder setAcl ( Acl . Builder builderForValue )
The updated acl. Returned if the removed acl entry was not the last entry
in the acl.
.google.cloud.managedkafka.v1.Acl acl = 1;
setAclDeleted(boolean value)
public RemoveAclEntryResponse . Builder setAclDeleted ( boolean value )
Returned with value true if the removed acl entry was the last entry in
the acl, resulting in acl deletion.
bool acl_deleted = 2;
Parameter
Name
Description
value
boolean
The aclDeleted to set.
setField(Descriptors.FieldDescriptor field, Object value)
public RemoveAclEntryResponse . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public RemoveAclEntryResponse . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final RemoveAclEntryResponse . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-12 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[],[]]