createFieldIndex method
ResponseFuture<PointsOperationResponseInternal>
createFieldIndex(
- CreateFieldIndexCollectionInternal request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$3.PointsOperationResponseInternal> createFieldIndex($3.CreateFieldIndexCollectionInternal request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$createFieldIndex, request, options: options);
}