public interface AddAclEntryRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAcl()
public abstract String getAcl()
Required. The name of the acl to add the acl entry to.
Structured like:
projects/{project}/locations/{location}/clusters/{cluster}/acls/{acl_id}
.
The structure of acl_id
defines the Resource Pattern (resource_type,
resource_name, pattern_type) of the acl. See Acl.name
for
details.
string acl = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The acl. |
getAclBytes()
public abstract ByteString getAclBytes()
Required. The name of the acl to add the acl entry to.
Structured like:
projects/{project}/locations/{location}/clusters/{cluster}/acls/{acl_id}
.
The structure of acl_id
defines the Resource Pattern (resource_type,
resource_name, pattern_type) of the acl. See Acl.name
for
details.
string acl = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for acl. |
getAclEntry()
public abstract AclEntry getAclEntry()
Required. The acl entry to add.
.google.cloud.managedkafka.v1.AclEntry acl_entry = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
AclEntry |
The aclEntry. |
getAclEntryOrBuilder()
public abstract AclEntryOrBuilder getAclEntryOrBuilder()
Required. The acl entry to add.
.google.cloud.managedkafka.v1.AclEntry acl_entry = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
AclEntryOrBuilder |
hasAclEntry()
public abstract boolean hasAclEntry()
Required. The acl entry to add.
.google.cloud.managedkafka.v1.AclEntry acl_entry = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the aclEntry field is set. |