public interface SearchAllIamPoliciesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Name | Description |
| index | int |
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Name | Description |
| index | int |
| Type | Description |
| 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;
| Type | Description |
| List<? extends com.google.cloud.asset.v1p1beta1.IamPolicySearchResultOrBuilder> |