Uses of Class
com.google.cloud.asset.v1.AnalyzeIamPolicyResponse
-
Packages that use AnalyzeIamPolicyResponse Package Description com.google.cloud.asset.v1 A client to Cloud Asset APIcom.google.cloud.asset.v1.stub -
-
Uses of AnalyzeIamPolicyResponse in com.google.cloud.asset.v1
Methods in com.google.cloud.asset.v1 that return AnalyzeIamPolicyResponse Modifier and Type Method Description AnalyzeIamPolicyResponseAssetServiceClient. analyzeIamPolicy(AnalyzeIamPolicyRequest request)Analyzes IAM policies to answer which identities have what accesses on which resources.AnalyzeIamPolicyResponseAssetServiceGrpc.AssetServiceBlockingStub. analyzeIamPolicy(AnalyzeIamPolicyRequest request)Analyzes IAM policies to answer which identities have what accesses on which resources.AnalyzeIamPolicyResponseAnalyzeIamPolicyResponse.Builder. build()AnalyzeIamPolicyResponseAnalyzeIamPolicyResponse.Builder. buildPartial()static AnalyzeIamPolicyResponseAnalyzeIamPolicyResponse. getDefaultInstance()AnalyzeIamPolicyResponseAnalyzeIamPolicyResponse.Builder. getDefaultInstanceForType()AnalyzeIamPolicyResponseAnalyzeIamPolicyResponse. getDefaultInstanceForType()static AnalyzeIamPolicyResponseAnalyzeIamPolicyResponse. parseDelimitedFrom(InputStream input)static AnalyzeIamPolicyResponseAnalyzeIamPolicyResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeIamPolicyResponseAnalyzeIamPolicyResponse. parseFrom(byte[] data)static AnalyzeIamPolicyResponseAnalyzeIamPolicyResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeIamPolicyResponseAnalyzeIamPolicyResponse. parseFrom(com.google.protobuf.ByteString data)static AnalyzeIamPolicyResponseAnalyzeIamPolicyResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeIamPolicyResponseAnalyzeIamPolicyResponse. parseFrom(com.google.protobuf.CodedInputStream input)static AnalyzeIamPolicyResponseAnalyzeIamPolicyResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeIamPolicyResponseAnalyzeIamPolicyResponse. parseFrom(InputStream input)static AnalyzeIamPolicyResponseAnalyzeIamPolicyResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeIamPolicyResponseAnalyzeIamPolicyResponse. parseFrom(ByteBuffer data)static AnalyzeIamPolicyResponseAnalyzeIamPolicyResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.asset.v1 that return types with arguments of type AnalyzeIamPolicyResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<AnalyzeIamPolicyResponse>AssetServiceGrpc.AssetServiceFutureStub. analyzeIamPolicy(AnalyzeIamPolicyRequest request)Analyzes IAM policies to answer which identities have what accesses on which resources.com.google.api.gax.rpc.UnaryCallable<AnalyzeIamPolicyRequest,AnalyzeIamPolicyResponse>AssetServiceClient. analyzeIamPolicyCallable()Analyzes IAM policies to answer which identities have what accesses on which resources.com.google.api.gax.rpc.UnaryCallSettings<AnalyzeIamPolicyRequest,AnalyzeIamPolicyResponse>AssetServiceSettings. analyzeIamPolicySettings()Returns the object with the settings used for calls to analyzeIamPolicy.com.google.api.gax.rpc.UnaryCallSettings.Builder<AnalyzeIamPolicyRequest,AnalyzeIamPolicyResponse>AssetServiceSettings.Builder. analyzeIamPolicySettings()Returns the builder for the settings used for calls to analyzeIamPolicy.static io.grpc.MethodDescriptor<AnalyzeIamPolicyRequest,AnalyzeIamPolicyResponse>AssetServiceGrpc. getAnalyzeIamPolicyMethod()com.google.protobuf.Parser<AnalyzeIamPolicyResponse>AnalyzeIamPolicyResponse. getParserForType()static com.google.protobuf.Parser<AnalyzeIamPolicyResponse>AnalyzeIamPolicyResponse. parser()Methods in com.google.cloud.asset.v1 with parameters of type AnalyzeIamPolicyResponse Modifier and Type Method Description AnalyzeIamPolicyResponse.BuilderAnalyzeIamPolicyResponse.Builder. mergeFrom(AnalyzeIamPolicyResponse other)static AnalyzeIamPolicyResponse.BuilderAnalyzeIamPolicyResponse. newBuilder(AnalyzeIamPolicyResponse prototype)Method parameters in com.google.cloud.asset.v1 with type arguments of type AnalyzeIamPolicyResponse Modifier and Type Method Description voidAssetServiceGrpc.AssetServiceStub. analyzeIamPolicy(AnalyzeIamPolicyRequest request, io.grpc.stub.StreamObserver<AnalyzeIamPolicyResponse> responseObserver)Analyzes IAM policies to answer which identities have what accesses on which resources.default voidAssetServiceGrpc.AsyncService. analyzeIamPolicy(AnalyzeIamPolicyRequest request, io.grpc.stub.StreamObserver<AnalyzeIamPolicyResponse> responseObserver)Analyzes IAM policies to answer which identities have what accesses on which resources. -
Uses of AnalyzeIamPolicyResponse in com.google.cloud.asset.v1.stub
Methods in com.google.cloud.asset.v1.stub that return types with arguments of type AnalyzeIamPolicyResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AnalyzeIamPolicyRequest,AnalyzeIamPolicyResponse>AssetServiceStub. analyzeIamPolicyCallable()com.google.api.gax.rpc.UnaryCallable<AnalyzeIamPolicyRequest,AnalyzeIamPolicyResponse>GrpcAssetServiceStub. analyzeIamPolicyCallable()com.google.api.gax.rpc.UnaryCallable<AnalyzeIamPolicyRequest,AnalyzeIamPolicyResponse>HttpJsonAssetServiceStub. analyzeIamPolicyCallable()com.google.api.gax.rpc.UnaryCallSettings<AnalyzeIamPolicyRequest,AnalyzeIamPolicyResponse>AssetServiceStubSettings. analyzeIamPolicySettings()Returns the object with the settings used for calls to analyzeIamPolicy.com.google.api.gax.rpc.UnaryCallSettings.Builder<AnalyzeIamPolicyRequest,AnalyzeIamPolicyResponse>AssetServiceStubSettings.Builder. analyzeIamPolicySettings()Returns the builder for the settings used for calls to analyzeIamPolicy.
-