Interface SearchAllIamPoliciesResponseOrBuilder (3.2.17)

public interface SearchAllIamPoliciesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

Set if there are more results than those appearing in this response; to get the next set of results, call this method again, using this value as the page_token.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Set if there are more results than those appearing in this response; to get the next set of results, call this method again, using this value as the page_token.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getResults(int index)

public abstract IamPolicySearchResult getResults(int index)

A list of IamPolicy that match the search query. Related information such as the associated resource is returned along with the policy.

repeated .google.cloud.asset.v1p1beta1.IamPolicySearchResult results = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
IamPolicySearchResult

getResultsCount()

public abstract int getResultsCount()

A list of IamPolicy that match the search query. Related information such as the associated resource is returned along with the policy.

repeated .google.cloud.asset.v1p1beta1.IamPolicySearchResult results = 1;

Returns
TypeDescription
int

getResultsList()

public abstract List<IamPolicySearchResult> getResultsList()

A list of IamPolicy that match the search query. Related information such as the associated resource is returned along with the policy.

repeated .google.cloud.asset.v1p1beta1.IamPolicySearchResult results = 1;

Returns
TypeDescription
List<IamPolicySearchResult>

getResultsOrBuilder(int index)

public abstract IamPolicySearchResultOrBuilder getResultsOrBuilder(int index)

A list of IamPolicy that match the search query. Related information such as the associated resource is returned along with the policy.

repeated .google.cloud.asset.v1p1beta1.IamPolicySearchResult results = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
IamPolicySearchResultOrBuilder

getResultsOrBuilderList()

public abstract List<? extends IamPolicySearchResultOrBuilder> getResultsOrBuilderList()

A list of IamPolicy that match the search query. Related information such as the associated resource is returned along with the policy.

repeated .google.cloud.asset.v1p1beta1.IamPolicySearchResult results = 1;

Returns
TypeDescription
List<? extends com.google.cloud.asset.v1p1beta1.IamPolicySearchResultOrBuilder>