getPreviewLabelPolicy_Pre method
Future<GetPreviewLabelPolicyResponse>
getPreviewLabelPolicy_Pre(
- ServiceCall $call,
- Future<
GetPreviewLabelPolicyRequest> $request
Implementation
$async.Future<$0.GetPreviewLabelPolicyResponse> getPreviewLabelPolicy_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.GetPreviewLabelPolicyRequest> $request) async {
return getPreviewLabelPolicy($call, await $request);
}