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<AnalyzeIamPolicyLongrunningRequest,Operation> |
AssetServiceClient.analyzeIamPolicyLongrunningCallable()
Analyzes IAM policies asynchronously to answer which identities have what accesses on which
resources, and writes the analysis results to a Google Cloud Storage or a BigQuery destination.
|
OperationCallable<AnalyzeIamPolicyLongrunningRequest,AnalyzeIamPolicyLongrunningResponse,AnalyzeIamPolicyLongrunningMetadata> |
AssetServiceClient.analyzeIamPolicyLongrunningOperationCallable()
Analyzes IAM policies asynchronously to answer which identities have what accesses on which
resources, and writes the analysis results to a Google Cloud Storage or a BigQuery destination.
|
OperationCallSettings<AnalyzeIamPolicyLongrunningRequest,AnalyzeIamPolicyLongrunningResponse,AnalyzeIamPolicyLongrunningMetadata> |
AssetServiceSettings.analyzeIamPolicyLongrunningOperationSettings()
Returns the object with the settings used for calls to analyzeIamPolicyLongrunning.
|
OperationCallSettings.Builder<AnalyzeIamPolicyLongrunningRequest,AnalyzeIamPolicyLongrunningResponse,AnalyzeIamPolicyLongrunningMetadata> |
AssetServiceSettings.Builder.analyzeIamPolicyLongrunningOperationSettings()
Returns the builder for the settings used for calls to analyzeIamPolicyLongrunning.
|
UnaryCallSettings<AnalyzeIamPolicyLongrunningRequest,Operation> |
AssetServiceSettings.analyzeIamPolicyLongrunningSettings()
Returns the object with the settings used for calls to analyzeIamPolicyLongrunning.
|
UnaryCallSettings.Builder<AnalyzeIamPolicyLongrunningRequest,Operation> |
AssetServiceSettings.Builder.analyzeIamPolicyLongrunningSettings()
Returns the builder for the settings used for calls to analyzeIamPolicyLongrunning.
|
static MethodDescriptor<AnalyzeIamPolicyLongrunningRequest,Operation> |
AssetServiceGrpc.getAnalyzeIamPolicyLongrunningMethod() |
Parser<AnalyzeIamPolicyLongrunningRequest> |
AnalyzeIamPolicyLongrunningRequest.getParserForType() |
static Parser<AnalyzeIamPolicyLongrunningRequest> |
AnalyzeIamPolicyLongrunningRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Operation |
AssetServiceGrpc.AssetServiceBlockingStub.analyzeIamPolicyLongrunning(AnalyzeIamPolicyLongrunningRequest request)
Analyzes IAM policies asynchronously to answer which identities have what
accesses on which resources, and writes the analysis results to a Google
Cloud Storage or a BigQuery destination.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
AssetServiceGrpc.AssetServiceFutureStub.analyzeIamPolicyLongrunning(AnalyzeIamPolicyLongrunningRequest request)
Analyzes IAM policies asynchronously to answer which identities have what
accesses on which resources, and writes the analysis results to a Google
Cloud Storage or a BigQuery destination.
|
void |
AssetServiceGrpc.AssetServiceImplBase.analyzeIamPolicyLongrunning(AnalyzeIamPolicyLongrunningRequest request,
StreamObserver<Operation> responseObserver)
Analyzes IAM policies asynchronously to answer which identities have what
accesses on which resources, and writes the analysis results to a Google
Cloud Storage or a BigQuery destination.
|
void |
AssetServiceGrpc.AssetServiceStub.analyzeIamPolicyLongrunning(AnalyzeIamPolicyLongrunningRequest request,
StreamObserver<Operation> responseObserver)
Analyzes IAM policies asynchronously to answer which identities have what
accesses on which resources, and writes the analysis results to a Google
Cloud Storage or a BigQuery destination.
|
OperationFuture<AnalyzeIamPolicyLongrunningResponse,AnalyzeIamPolicyLongrunningMetadata> |
AssetServiceClient.analyzeIamPolicyLongrunningAsync(AnalyzeIamPolicyLongrunningRequest request)
Analyzes IAM policies asynchronously to answer which identities have what accesses on which
resources, and writes the analysis results to a Google Cloud Storage or a BigQuery destination.
|
AnalyzeIamPolicyLongrunningRequest.Builder |
AnalyzeIamPolicyLongrunningRequest.Builder.mergeFrom(AnalyzeIamPolicyLongrunningRequest other) |
static AnalyzeIamPolicyLongrunningRequest.Builder |
AnalyzeIamPolicyLongrunningRequest.newBuilder(AnalyzeIamPolicyLongrunningRequest prototype) |
Copyright © 2022 Google LLC. All rights reserved.