getGrantedProjectByID method

ResponseFuture<GetGrantedProjectByIDResponse> getGrantedProjectByID(
  1. GetGrantedProjectByIDRequest request, {
  2. 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);
}