Uses of Class
com.google.cloud.asset.v1p1beta1.IamPolicySearchResult.Builder
-
Uses of IamPolicySearchResult.Builder in com.google.cloud.asset.v1p1beta1
Methods in com.google.cloud.asset.v1p1beta1 that return IamPolicySearchResult.BuilderModifier and TypeMethodDescriptionSearchAllIamPoliciesResponse.Builder.addResultsBuilder()A list of IAM policies that match the search query.SearchAllIamPoliciesResponse.Builder.addResultsBuilder(int index) A list of IAM policies that match the search query.IamPolicySearchResult.Builder.clear()IamPolicySearchResult.Builder.clearExplanation()Explanation about the IAM policy search result.IamPolicySearchResult.Builder.clearPolicy()The IAM policy attached to the specified resource.IamPolicySearchResult.Builder.clearProject()The project that the associated Google Cloud resource belongs to, in the form of `projects/{project_number}`.IamPolicySearchResult.Builder.clearResource()The [full resource name](https://cloud.google.com/apis/design/resource_names#full_resource_name) of the resource associated with this IAM policy.SearchAllIamPoliciesResponse.Builder.getResultsBuilder(int index) A list of IAM policies that match the search query.IamPolicySearchResult.Builder.mergeExplanation(IamPolicySearchResult.Explanation value) Explanation about the IAM policy search result.IamPolicySearchResult.Builder.mergeFrom(IamPolicySearchResult other) IamPolicySearchResult.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) IamPolicySearchResult.Builder.mergeFrom(com.google.protobuf.Message other) IamPolicySearchResult.Builder.mergePolicy(Policy value) The IAM policy attached to the specified resource.IamPolicySearchResult.newBuilder()IamPolicySearchResult.newBuilder(IamPolicySearchResult prototype) IamPolicySearchResult.newBuilderForType()protected IamPolicySearchResult.BuilderIamPolicySearchResult.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) IamPolicySearchResult.Builder.setExplanation(IamPolicySearchResult.Explanation value) Explanation about the IAM policy search result.IamPolicySearchResult.Builder.setExplanation(IamPolicySearchResult.Explanation.Builder builderForValue) Explanation about the IAM policy search result.The IAM policy attached to the specified resource.IamPolicySearchResult.Builder.setPolicy(Policy.Builder builderForValue) The IAM policy attached to the specified resource.IamPolicySearchResult.Builder.setProject(String value) The project that the associated Google Cloud resource belongs to, in the form of `projects/{project_number}`.IamPolicySearchResult.Builder.setProjectBytes(com.google.protobuf.ByteString value) The project that the associated Google Cloud resource belongs to, in the form of `projects/{project_number}`.IamPolicySearchResult.Builder.setResource(String value) The [full resource name](https://cloud.google.com/apis/design/resource_names#full_resource_name) of the resource associated with this IAM policy.IamPolicySearchResult.Builder.setResourceBytes(com.google.protobuf.ByteString value) The [full resource name](https://cloud.google.com/apis/design/resource_names#full_resource_name) of the resource associated with this IAM policy.IamPolicySearchResult.toBuilder()Methods in com.google.cloud.asset.v1p1beta1 that return types with arguments of type IamPolicySearchResult.BuilderModifier and TypeMethodDescriptionSearchAllIamPoliciesResponse.Builder.getResultsBuilderList()A list of IAM policies that match the search query.Methods in com.google.cloud.asset.v1p1beta1 with parameters of type IamPolicySearchResult.BuilderModifier and TypeMethodDescriptionSearchAllIamPoliciesResponse.Builder.addResults(int index, IamPolicySearchResult.Builder builderForValue) A list of IAM policies that match the search query.SearchAllIamPoliciesResponse.Builder.addResults(IamPolicySearchResult.Builder builderForValue) A list of IAM policies that match the search query.SearchAllIamPoliciesResponse.Builder.setResults(int index, IamPolicySearchResult.Builder builderForValue) A list of IAM policies that match the search query.