public interface SearchAllIamPoliciesResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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`.
|
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`.
|
IamPolicySearchResult |
getResults(int index)
A list of IamPolicy that match the search query.
|
int |
getResultsCount()
A list of IamPolicy that match the search query.
|
List<IamPolicySearchResult> |
getResultsList()
A list of IamPolicy that match the search query.
|
IamPolicySearchResultOrBuilder |
getResultsOrBuilder(int index)
A list of IamPolicy that match the search query.
|
List<? extends IamPolicySearchResultOrBuilder> |
getResultsOrBuilderList()
A list of IamPolicy that match the search query.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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.v1.IamPolicySearchResult results = 1;
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.v1.IamPolicySearchResult results = 1;
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.v1.IamPolicySearchResult results = 1;
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.v1.IamPolicySearchResult results = 1;
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.v1.IamPolicySearchResult results = 1;
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;
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;
Copyright © 2022 Google LLC. All rights reserved.