public interface ListAclsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAcls(int index)
public abstract Acl getAcls(int index)
The list of acls in the requested parent. The order of the acls is unspecified.
repeated .google.cloud.managedkafka.v1.Acl acls = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Acl |
getAclsCount()
public abstract int getAclsCount()
The list of acls in the requested parent. The order of the acls is unspecified.
repeated .google.cloud.managedkafka.v1.Acl acls = 1;
Returns | |
---|---|
Type | Description |
int |
getAclsList()
public abstract List<Acl> getAclsList()
The list of acls in the requested parent. The order of the acls is unspecified.
repeated .google.cloud.managedkafka.v1.Acl acls = 1;
Returns | |
---|---|
Type | Description |
List<Acl> |
getAclsOrBuilder(int index)
public abstract AclOrBuilder getAclsOrBuilder(int index)
The list of acls in the requested parent. The order of the acls is unspecified.
repeated .google.cloud.managedkafka.v1.Acl acls = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AclOrBuilder |
getAclsOrBuilderList()
public abstract List<? extends AclOrBuilder> getAclsOrBuilderList()
The list of acls in the requested parent. The order of the acls is unspecified.
repeated .google.cloud.managedkafka.v1.Acl acls = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.managedkafka.v1.AclOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()
A token that can be sent as page_token
to retrieve the next page of
results. If this field is omitted, there are no more results.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()
A token that can be sent as page_token
to retrieve the next page of
results. If this field is omitted, there are no more results.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |