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 AnalyzeIamPolicyRequest
AnalyzeIamPolicyRequest.Builder. build()
AnalyzeIamPolicyRequest
AnalyzeIamPolicyRequest.Builder. buildPartial()
static AnalyzeIamPolicyRequest
AnalyzeIamPolicyRequest. getDefaultInstance()
AnalyzeIamPolicyRequest
AnalyzeIamPolicyRequest.Builder. getDefaultInstanceForType()
AnalyzeIamPolicyRequest
AnalyzeIamPolicyRequest. getDefaultInstanceForType()
static AnalyzeIamPolicyRequest
AnalyzeIamPolicyRequest. parseDelimitedFrom(InputStream input)
static AnalyzeIamPolicyRequest
AnalyzeIamPolicyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeIamPolicyRequest
AnalyzeIamPolicyRequest. parseFrom(byte[] data)
static AnalyzeIamPolicyRequest
AnalyzeIamPolicyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeIamPolicyRequest
AnalyzeIamPolicyRequest. parseFrom(com.google.protobuf.ByteString data)
static AnalyzeIamPolicyRequest
AnalyzeIamPolicyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeIamPolicyRequest
AnalyzeIamPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static AnalyzeIamPolicyRequest
AnalyzeIamPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeIamPolicyRequest
AnalyzeIamPolicyRequest. parseFrom(InputStream input)
static AnalyzeIamPolicyRequest
AnalyzeIamPolicyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeIamPolicyRequest
AnalyzeIamPolicyRequest. parseFrom(ByteBuffer data)
static AnalyzeIamPolicyRequest
AnalyzeIamPolicyRequest. 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 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.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.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.AnalyzeIamPolicyRequest.Builder
AnalyzeIamPolicyRequest.Builder. mergeFrom(AnalyzeIamPolicyRequest other)
static AnalyzeIamPolicyRequest.Builder
AnalyzeIamPolicyRequest. 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.
-