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