getProject method
ResponseFuture<GetProjectResponse>
getProject(
- GetProjectRequest request, {
- CallOptions? options,
Get Project
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);
}