public final class RemoveAclEntryResponse extends GeneratedMessage implements RemoveAclEntryResponseOrBuilderResponse for RemoveAclEntry.
Protobuf type google.cloud.managedkafka.v1.RemoveAclEntryResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > RemoveAclEntryResponseImplements
RemoveAclEntryResponseOrBuilderStatic Fields
ACL_DELETED_FIELD_NUMBER
public static final int ACL_DELETED_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
ACL_FIELD_NUMBER
public static final int ACL_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static RemoveAclEntryResponse getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
RemoveAclEntryResponse |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static RemoveAclEntryResponse.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
RemoveAclEntryResponse.Builder |
|
newBuilder(RemoveAclEntryResponse prototype)
public static RemoveAclEntryResponse.Builder newBuilder(RemoveAclEntryResponse prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
RemoveAclEntryResponse |
| Returns | |
|---|---|
| Type | Description |
RemoveAclEntryResponse.Builder |
|
parseDelimitedFrom(InputStream input)
public static RemoveAclEntryResponse parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
RemoveAclEntryResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static RemoveAclEntryResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
RemoveAclEntryResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static RemoveAclEntryResponse parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
RemoveAclEntryResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static RemoveAclEntryResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
RemoveAclEntryResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static RemoveAclEntryResponse parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
RemoveAclEntryResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RemoveAclEntryResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
RemoveAclEntryResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static RemoveAclEntryResponse parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
RemoveAclEntryResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static RemoveAclEntryResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
RemoveAclEntryResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static RemoveAclEntryResponse parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
RemoveAclEntryResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static RemoveAclEntryResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
RemoveAclEntryResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static RemoveAclEntryResponse parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
RemoveAclEntryResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static RemoveAclEntryResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
RemoveAclEntryResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<RemoveAclEntryResponse> parser()| Returns | |
|---|---|
| Type | Description |
Parser<RemoveAclEntryResponse> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
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. |
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 |
|
getParserForType()
public Parser<RemoveAclEntryResponse> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<RemoveAclEntryResponse> |
|
getResultCase()
public RemoveAclEntryResponse.ResultCase getResultCase()| Returns | |
|---|---|
| Type | Description |
RemoveAclEntryResponse.ResultCase |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
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. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public RemoveAclEntryResponse.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
RemoveAclEntryResponse.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected RemoveAclEntryResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
RemoveAclEntryResponse.Builder |
|
toBuilder()
public RemoveAclEntryResponse.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
RemoveAclEntryResponse.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|