getProject method
ResponseFuture<GetProjectResponse>
getProject(
- GetProjectRequest request, {
- CallOptions? options,
Get Project
Deprecated: please move to the corresponding endpoint under project service v2. This endpoint will be removed with the next major version of ZITADEL.
Returns the project identified by the requested ID.
Required permission:
project.read
Implementation
$grpc.ResponseFuture<$0.GetProjectResponse> getProject(
$0.GetProjectRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$getProject, request, options: options);
}