listMyProjectPermissions method
ResponseFuture<ListMyProjectPermissionsResponse>
listMyProjectPermissions(
- ListMyProjectPermissionsRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$2.ListMyProjectPermissionsResponse> listMyProjectPermissions($2.ListMyProjectPermissionsRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$listMyProjectPermissions, request, options: options);
}