Package | Description |
---|---|
com.google.cloud.asset.v1 |
The interfaces provided are listed below, along with usage samples.
|
com.google.cloud.asset.v1.stub |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<AnalyzeIamPolicyRequest,AnalyzeIamPolicyResponse> |
AssetServiceClient.analyzeIamPolicyCallable()
Analyzes IAM policies to answer which identities have what accesses on which resources.
|
UnaryCallSettings<AnalyzeIamPolicyRequest,AnalyzeIamPolicyResponse> |
AssetServiceSettings.analyzeIamPolicySettings()
Returns the object with the settings used for calls to analyzeIamPolicy.
|
UnaryCallSettings.Builder<AnalyzeIamPolicyRequest,AnalyzeIamPolicyResponse> |
AssetServiceSettings.Builder.analyzeIamPolicySettings()
Returns the builder for the settings used for calls to analyzeIamPolicy.
|
static MethodDescriptor<AnalyzeIamPolicyRequest,AnalyzeIamPolicyResponse> |
AssetServiceGrpc.getAnalyzeIamPolicyMethod() |
Parser<AnalyzeIamPolicyRequest> |
AnalyzeIamPolicyRequest.getParserForType() |
static Parser<AnalyzeIamPolicyRequest> |
AnalyzeIamPolicyRequest.parser() |
Modifier and Type | Method and Description |
---|---|
AnalyzeIamPolicyResponse |
AssetServiceGrpc.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.
|
AnalyzeIamPolicyResponse |
AssetServiceClient.analyzeIamPolicy(AnalyzeIamPolicyRequest request)
Analyzes IAM policies to answer which identities have what accesses on which resources.
|
void |
AssetServiceGrpc.AssetServiceImplBase.analyzeIamPolicy(AnalyzeIamPolicyRequest request,
StreamObserver<AnalyzeIamPolicyResponse> responseObserver)
Analyzes IAM policies to answer which identities have what accesses on
which resources.
|
void |
AssetServiceGrpc.AssetServiceStub.analyzeIamPolicy(AnalyzeIamPolicyRequest request,
StreamObserver<AnalyzeIamPolicyResponse> responseObserver)
Analyzes IAM policies to answer which identities have what accesses on
which resources.
|
AnalyzeIamPolicyRequest.Builder |
AnalyzeIamPolicyRequest.Builder.mergeFrom(AnalyzeIamPolicyRequest other) |
static AnalyzeIamPolicyRequest.Builder |
AnalyzeIamPolicyRequest.newBuilder(AnalyzeIamPolicyRequest prototype) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<AnalyzeIamPolicyRequest,AnalyzeIamPolicyResponse> |
HttpJsonAssetServiceStub.analyzeIamPolicyCallable() |
UnaryCallable<AnalyzeIamPolicyRequest,AnalyzeIamPolicyResponse> |
AssetServiceStub.analyzeIamPolicyCallable() |
UnaryCallable<AnalyzeIamPolicyRequest,AnalyzeIamPolicyResponse> |
GrpcAssetServiceStub.analyzeIamPolicyCallable() |
UnaryCallSettings<AnalyzeIamPolicyRequest,AnalyzeIamPolicyResponse> |
AssetServiceStubSettings.analyzeIamPolicySettings()
Returns the object with the settings used for calls to analyzeIamPolicy.
|
UnaryCallSettings.Builder<AnalyzeIamPolicyRequest,AnalyzeIamPolicyResponse> |
AssetServiceStubSettings.Builder.analyzeIamPolicySettings()
Returns the builder for the settings used for calls to analyzeIamPolicy.
|
Copyright © 2022 Google LLC. All rights reserved.