public interface ListPoliciesResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()
A page token that you can use in a ListPoliciesRequest to retrieve the next page. If this field is omitted, there are no additional pages.
string next_page_token = 2;
Type | Description |
String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()
A page token that you can use in a ListPoliciesRequest to retrieve the next page. If this field is omitted, there are no additional pages.
string next_page_token = 2;
Type | Description |
ByteString | The bytes for nextPageToken. |
getPolicies(int index)
public abstract Policy getPolicies(int index)
Metadata for the policies that are attached to the resource.
repeated .google.iam.v2beta.Policy policies = 1;
Name | Description |
index | int |
Type | Description |
Policy |
getPoliciesCount()
public abstract int getPoliciesCount()
Metadata for the policies that are attached to the resource.
repeated .google.iam.v2beta.Policy policies = 1;
Type | Description |
int |
getPoliciesList()
public abstract List<Policy> getPoliciesList()
Metadata for the policies that are attached to the resource.
repeated .google.iam.v2beta.Policy policies = 1;
Type | Description |
List<Policy> |
getPoliciesOrBuilder(int index)
public abstract PolicyOrBuilder getPoliciesOrBuilder(int index)
Metadata for the policies that are attached to the resource.
repeated .google.iam.v2beta.Policy policies = 1;
Name | Description |
index | int |
Type | Description |
PolicyOrBuilder |
getPoliciesOrBuilderList()
public abstract List<? extends PolicyOrBuilder> getPoliciesOrBuilderList()
Metadata for the policies that are attached to the resource.
repeated .google.iam.v2beta.Policy policies = 1;
Type | Description |
List<? extends com.google.iam.v2beta.PolicyOrBuilder> |