createFieldIndex_Pre method
Future<PointsOperationResponse>
createFieldIndex_Pre(
- ServiceCall $call,
- Future<
CreateFieldIndexCollection> $request
Implementation
$async.Future<$4.PointsOperationResponse> createFieldIndex_Pre($grpc.ServiceCall $call, $async.Future<$4.CreateFieldIndexCollection> $request) async {
return createFieldIndex($call, await $request);
}