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 AnalyzeIamPolicyResponse
AssetServiceClient. analyzeIamPolicy(AnalyzeIamPolicyRequest request)
Analyzes IAM policies to answer which identities have what accesses on which resources.AnalyzeIamPolicyResponse
AssetServiceGrpc.AssetServiceBlockingStub. analyzeIamPolicy(AnalyzeIamPolicyRequest request)
Analyzes IAM policies to answer which identities have what accesses on which resources.AnalyzeIamPolicyResponse
AnalyzeIamPolicyResponse.Builder. build()
AnalyzeIamPolicyResponse
AnalyzeIamPolicyResponse.Builder. buildPartial()
static AnalyzeIamPolicyResponse
AnalyzeIamPolicyResponse. getDefaultInstance()
AnalyzeIamPolicyResponse
AnalyzeIamPolicyResponse.Builder. getDefaultInstanceForType()
AnalyzeIamPolicyResponse
AnalyzeIamPolicyResponse. getDefaultInstanceForType()
static AnalyzeIamPolicyResponse
AnalyzeIamPolicyResponse. parseDelimitedFrom(InputStream input)
static AnalyzeIamPolicyResponse
AnalyzeIamPolicyResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeIamPolicyResponse
AnalyzeIamPolicyResponse. parseFrom(byte[] data)
static AnalyzeIamPolicyResponse
AnalyzeIamPolicyResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeIamPolicyResponse
AnalyzeIamPolicyResponse. parseFrom(com.google.protobuf.ByteString data)
static AnalyzeIamPolicyResponse
AnalyzeIamPolicyResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeIamPolicyResponse
AnalyzeIamPolicyResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static AnalyzeIamPolicyResponse
AnalyzeIamPolicyResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeIamPolicyResponse
AnalyzeIamPolicyResponse. parseFrom(InputStream input)
static AnalyzeIamPolicyResponse
AnalyzeIamPolicyResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeIamPolicyResponse
AnalyzeIamPolicyResponse. parseFrom(ByteBuffer data)
static AnalyzeIamPolicyResponse
AnalyzeIamPolicyResponse. 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.Builder
AnalyzeIamPolicyResponse.Builder. mergeFrom(AnalyzeIamPolicyResponse other)
static AnalyzeIamPolicyResponse.Builder
AnalyzeIamPolicyResponse. newBuilder(AnalyzeIamPolicyResponse prototype)
Method parameters in com.google.cloud.asset.v1 with type arguments of type AnalyzeIamPolicyResponse Modifier and Type Method Description void
AssetServiceGrpc.AssetServiceStub. analyzeIamPolicy(AnalyzeIamPolicyRequest request, io.grpc.stub.StreamObserver<AnalyzeIamPolicyResponse> responseObserver)
Analyzes IAM policies to answer which identities have what accesses on which resources.default void
AssetServiceGrpc.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.
-