getGrantedProjectByID method
ResponseFuture<GetGrantedProjectByIDResponse>
getGrantedProjectByID(
- GetGrantedProjectByIDRequest request, {
- CallOptions? options,
Get Granted Project By ID
Deprecated: use project v2 service ListProjectGrants instead.
Returns a project owned by another organization and granted to my organization. A Project is a vessel for different applications sharing the same role context.
Implementation
$grpc.ResponseFuture<$0.GetGrantedProjectByIDResponse> getGrantedProjectByID(
$0.GetGrantedProjectByIDRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$getGrantedProjectByID, request, options: options);
}