public static final class RemoveAclEntryResponse.Builder extends GeneratedMessage.Builder<RemoveAclEntryResponse.Builder> implements RemoveAclEntryResponseOrBuilderResponse for RemoveAclEntry.
Protobuf type google.cloud.managedkafka.v1.RemoveAclEntryResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > RemoveAclEntryResponse.BuilderImplements
RemoveAclEntryResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public RemoveAclEntryResponse build()| Returns | |
|---|---|
| Type | Description |
RemoveAclEntryResponse |
|
buildPartial()
public RemoveAclEntryResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
RemoveAclEntryResponse |
|
clear()
public RemoveAclEntryResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
RemoveAclEntryResponse.Builder |
|
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;
| Returns | |
|---|---|
| Type | Description |
RemoveAclEntryResponse.Builder |
|
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;
| Returns | |
|---|---|
| Type | Description |
RemoveAclEntryResponse.Builder |
This builder for chaining. |
clearResult()
public RemoveAclEntryResponse.Builder clearResult()| Returns | |
|---|---|
| Type | Description |
RemoveAclEntryResponse.Builder |
|
getAcl()
public Acl 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;
| Returns | |
|---|---|
| Type | Description |
Acl.Builder |
|
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;
| Returns | |
|---|---|
| Type | Description |
AclOrBuilder |
|
getDefaultInstanceForType()
public RemoveAclEntryResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
RemoveAclEntryResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getResultCase()
public RemoveAclEntryResponse.ResultCase getResultCase()| Returns | |
|---|---|
| Type | Description |
RemoveAclEntryResponse.ResultCase |
|
hasAcl()
public boolean 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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
| Returns | |
|---|---|
| Type | Description |
RemoveAclEntryResponse.Builder |
|
mergeFrom(RemoveAclEntryResponse other)
public RemoveAclEntryResponse.Builder mergeFrom(RemoveAclEntryResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
RemoveAclEntryResponse |
| Returns | |
|---|---|
| Type | Description |
RemoveAclEntryResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public RemoveAclEntryResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
RemoveAclEntryResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public RemoveAclEntryResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
RemoveAclEntryResponse.Builder |
|
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 |
| Returns | |
|---|---|
| Type | Description |
RemoveAclEntryResponse.Builder |
|
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;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Acl.Builder |
| Returns | |
|---|---|
| Type | Description |
RemoveAclEntryResponse.Builder |
|
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 |
booleanThe aclDeleted to set. |
| Returns | |
|---|---|
| Type | Description |
RemoveAclEntryResponse.Builder |
This builder for chaining. |