getLabelPolicy_Pre method

Future<GetLabelPolicyResponse> getLabelPolicy_Pre(
  1. ServiceCall $call,
  2. Future<GetLabelPolicyRequest> $request
)

Implementation

$async.Future<$0.GetLabelPolicyResponse> getLabelPolicy_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$0.GetLabelPolicyRequest> $request) async {
  return getLabelPolicy($call, await $request);
}