public static final class SearchAllIamPoliciesResponse.Builder extends GeneratedMessageV3.Builder<SearchAllIamPoliciesResponse.Builder> implements SearchAllIamPoliciesResponseOrBuilder
Search all IAM policies response.Protobuf type
google.cloud.asset.v1.SearchAllIamPoliciesResponse
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeDelimitedFrom, mergeDelimitedFrom
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<SearchAllIamPoliciesResponse.Builder>
public SearchAllIamPoliciesResponse.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<SearchAllIamPoliciesResponse.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<SearchAllIamPoliciesResponse.Builder>
public SearchAllIamPoliciesResponse getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public SearchAllIamPoliciesResponse build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public SearchAllIamPoliciesResponse buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public SearchAllIamPoliciesResponse.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<SearchAllIamPoliciesResponse.Builder>
public SearchAllIamPoliciesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<SearchAllIamPoliciesResponse.Builder>
public SearchAllIamPoliciesResponse.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<SearchAllIamPoliciesResponse.Builder>
public SearchAllIamPoliciesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<SearchAllIamPoliciesResponse.Builder>
public SearchAllIamPoliciesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<SearchAllIamPoliciesResponse.Builder>
public SearchAllIamPoliciesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<SearchAllIamPoliciesResponse.Builder>
public SearchAllIamPoliciesResponse.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<SearchAllIamPoliciesResponse.Builder>
public SearchAllIamPoliciesResponse.Builder mergeFrom(SearchAllIamPoliciesResponse other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<SearchAllIamPoliciesResponse.Builder>
public SearchAllIamPoliciesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<SearchAllIamPoliciesResponse.Builder>
IOException
public 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;
getResultsList
in interface SearchAllIamPoliciesResponseOrBuilder
public 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;
getResultsCount
in interface SearchAllIamPoliciesResponseOrBuilder
public 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;
getResults
in interface SearchAllIamPoliciesResponseOrBuilder
public SearchAllIamPoliciesResponse.Builder setResults(int index, IamPolicySearchResult value)
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;
public SearchAllIamPoliciesResponse.Builder setResults(int index, IamPolicySearchResult.Builder builderForValue)
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;
public SearchAllIamPoliciesResponse.Builder addResults(IamPolicySearchResult value)
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;
public SearchAllIamPoliciesResponse.Builder addResults(int index, IamPolicySearchResult value)
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;
public SearchAllIamPoliciesResponse.Builder addResults(IamPolicySearchResult.Builder builderForValue)
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;
public SearchAllIamPoliciesResponse.Builder addResults(int index, IamPolicySearchResult.Builder builderForValue)
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;
public SearchAllIamPoliciesResponse.Builder addAllResults(Iterable<? extends IamPolicySearchResult> values)
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;
public SearchAllIamPoliciesResponse.Builder clearResults()
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;
public SearchAllIamPoliciesResponse.Builder removeResults(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;
public IamPolicySearchResult.Builder getResultsBuilder(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;
public 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;
getResultsOrBuilder
in interface SearchAllIamPoliciesResponseOrBuilder
public 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;
getResultsOrBuilderList
in interface SearchAllIamPoliciesResponseOrBuilder
public IamPolicySearchResult.Builder addResultsBuilder()
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;
public IamPolicySearchResult.Builder addResultsBuilder(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;
public List<IamPolicySearchResult.Builder> getResultsBuilderList()
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;
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;
getNextPageToken
in interface SearchAllIamPoliciesResponseOrBuilder
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;
getNextPageTokenBytes
in interface SearchAllIamPoliciesResponseOrBuilder
public SearchAllIamPoliciesResponse.Builder setNextPageToken(String value)
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;
value
- The nextPageToken to set.public SearchAllIamPoliciesResponse.Builder clearNextPageToken()
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;
public SearchAllIamPoliciesResponse.Builder setNextPageTokenBytes(ByteString value)
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;
value
- The bytes for nextPageToken to set.public final SearchAllIamPoliciesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<SearchAllIamPoliciesResponse.Builder>
public final SearchAllIamPoliciesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<SearchAllIamPoliciesResponse.Builder>
Copyright © 2022 Google LLC. All rights reserved.