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