Uses of Class
com.google.cloud.asset.v1.AnalyzeIamPolicyRequest
-
Packages that use AnalyzeIamPolicyRequest Package Description com.google.cloud.asset.v1 A client to Cloud Asset APIcom.google.cloud.asset.v1.stub -
-
Uses of AnalyzeIamPolicyRequest in com.google.cloud.asset.v1
Methods in com.google.cloud.asset.v1 that return AnalyzeIamPolicyRequest Modifier and Type Method Description AnalyzeIamPolicyRequestAnalyzeIamPolicyRequest.Builder. build()AnalyzeIamPolicyRequestAnalyzeIamPolicyRequest.Builder. buildPartial()static AnalyzeIamPolicyRequestAnalyzeIamPolicyRequest. getDefaultInstance()AnalyzeIamPolicyRequestAnalyzeIamPolicyRequest.Builder. getDefaultInstanceForType()AnalyzeIamPolicyRequestAnalyzeIamPolicyRequest. getDefaultInstanceForType()static AnalyzeIamPolicyRequestAnalyzeIamPolicyRequest. parseDelimitedFrom(InputStream input)static AnalyzeIamPolicyRequestAnalyzeIamPolicyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeIamPolicyRequestAnalyzeIamPolicyRequest. parseFrom(byte[] data)static AnalyzeIamPolicyRequestAnalyzeIamPolicyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeIamPolicyRequestAnalyzeIamPolicyRequest. parseFrom(com.google.protobuf.ByteString data)static AnalyzeIamPolicyRequestAnalyzeIamPolicyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeIamPolicyRequestAnalyzeIamPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input)static AnalyzeIamPolicyRequestAnalyzeIamPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeIamPolicyRequestAnalyzeIamPolicyRequest. parseFrom(InputStream input)static AnalyzeIamPolicyRequestAnalyzeIamPolicyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeIamPolicyRequestAnalyzeIamPolicyRequest. parseFrom(ByteBuffer data)static AnalyzeIamPolicyRequestAnalyzeIamPolicyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.asset.v1 that return types with arguments of type AnalyzeIamPolicyRequest Modifier and Type Method Description 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<AnalyzeIamPolicyRequest>AnalyzeIamPolicyRequest. getParserForType()static com.google.protobuf.Parser<AnalyzeIamPolicyRequest>AnalyzeIamPolicyRequest. parser()Methods in com.google.cloud.asset.v1 with parameters of type AnalyzeIamPolicyRequest 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.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.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.AnalyzeIamPolicyRequest.BuilderAnalyzeIamPolicyRequest.Builder. mergeFrom(AnalyzeIamPolicyRequest other)static AnalyzeIamPolicyRequest.BuilderAnalyzeIamPolicyRequest. newBuilder(AnalyzeIamPolicyRequest prototype) -
Uses of AnalyzeIamPolicyRequest in com.google.cloud.asset.v1.stub
Methods in com.google.cloud.asset.v1.stub that return types with arguments of type AnalyzeIamPolicyRequest 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.
-