createFieldIndex_Pre method

Future<PointsOperationResponse> createFieldIndex_Pre(
  1. ServiceCall $call,
  2. Future<CreateFieldIndexCollection> $request
)

Implementation

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