public final class SearchAllIamPoliciesResponse extends GeneratedMessageV3 implements SearchAllIamPoliciesResponseOrBuilder
Search all IAM policies response.
Protobuf type google.cloud.asset.v1p1beta1.SearchAllIamPoliciesResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
Static Fields
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
RESULTS_FIELD_NUMBER
public static final int RESULTS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static SearchAllIamPoliciesResponse getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static SearchAllIamPoliciesResponse.Builder newBuilder()
newBuilder(SearchAllIamPoliciesResponse prototype)
public static SearchAllIamPoliciesResponse.Builder newBuilder(SearchAllIamPoliciesResponse prototype)
public static SearchAllIamPoliciesResponse parseDelimitedFrom(InputStream input)
public static SearchAllIamPoliciesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static SearchAllIamPoliciesResponse parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SearchAllIamPoliciesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static SearchAllIamPoliciesResponse parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SearchAllIamPoliciesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SearchAllIamPoliciesResponse parseFrom(CodedInputStream input)
public static SearchAllIamPoliciesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SearchAllIamPoliciesResponse parseFrom(InputStream input)
public static SearchAllIamPoliciesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static SearchAllIamPoliciesResponse parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SearchAllIamPoliciesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<SearchAllIamPoliciesResponse> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public SearchAllIamPoliciesResponse getDefaultInstanceForType()
getNextPageToken()
public 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 |
Type |
Description |
String |
The nextPageToken.
|
getNextPageTokenBytes()
public 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 |
Type |
Description |
ByteString |
The bytes for nextPageToken.
|
getParserForType()
public Parser<SearchAllIamPoliciesResponse> getParserForType()
Overrides
getResults(int index)
public IamPolicySearchResult getResults(int index)
A list of IAM policies 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 |
Name |
Description |
index |
int
|
getResultsCount()
public int getResultsCount()
A list of IAM policies 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 |
Type |
Description |
int |
|
getResultsList()
public List<IamPolicySearchResult> getResultsList()
A list of IAM policies 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;
getResultsOrBuilder(int index)
public IamPolicySearchResultOrBuilder getResultsOrBuilder(int index)
A list of IAM policies 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 |
Name |
Description |
index |
int
|
getResultsOrBuilderList()
public List<? extends IamPolicySearchResultOrBuilder> getResultsOrBuilderList()
A list of IAM policies 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 |
Type |
Description |
List<? extends com.google.cloud.asset.v1p1beta1.IamPolicySearchResultOrBuilder> |
|
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public SearchAllIamPoliciesResponse.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SearchAllIamPoliciesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public SearchAllIamPoliciesResponse.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides