createFieldIndex_Pre method
Future<PointsOperationResponseInternal>
createFieldIndex_Pre(
- ServiceCall $call,
- Future<
CreateFieldIndexCollectionInternal> $request
Implementation
$async.Future<$3.PointsOperationResponseInternal> createFieldIndex_Pre($grpc.ServiceCall $call, $async.Future<$3.CreateFieldIndexCollectionInternal> $request) async {
return createFieldIndex($call, await $request);
}